gecko-dev/dom/html/reftests/body-topmargin-ref.html
Manish Goregaokar 111b56703c Bug 1341647 - stylo: Move HTMLBodyElement::WalkContentStyleRules to the mapped attr functionality; r=bz
MozReview-Commit-ID: 90qDHl0Ane4

--HG--
extra : rebase_source : e3dace4a0ec7345ec801c02db7339e78a6242a1e
2017-03-29 12:10:00 -07:00

8 lines
246 B
HTML

<!DOCTYPE html>
<html>
<body topmargin="100px" leftmargin="100px" rightmargin="100px">
this text should have a margin of 100px on the top and left
<p style="direction: rtl">this text should have a margin of 100px on the right</p>
</body>
</html>