tenfourfox/layout/reftests/forms/fieldset/legend-rtl-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

6 lines
206 B
HTML

<!DOCTYPE html>
<html>
<fieldset><legend style="position:relative;left:20px;">Legend</legend></fieldset>
<fieldset dir="rtl"><legend style="position:relative;right:20px;">Legend</legend></fieldset>
</html>