tenfourfox/layout/reftests/forms/fieldset/legend-rtl-ref.html

6 lines
206 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>