summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/fieldset/legend-rtl.html
blob: 7a4f114a01c5849a92d729a67cd1f22b1da7477b (plain)
1
2
3
4
5
<!DOCTYPE html>
<html>
<fieldset><legend dir="rtl" style="position:relative;left:20px;">Legend</legend></fieldset>
<fieldset dir="rtl"><legend dir="ltr" style="position:relative;right:20px;">Legend</legend></fieldset>
</html>