mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Issue #1375 - Include content rules from HTMLTableCellElement::WalkContentStyleRules and move to the mapped attr functionality
* Bugs 1341647 and 1341648
This commit is contained in:
parent
922cbf0217
commit
6b48075b57
16 changed files with 158 additions and 259 deletions
12
dom/html/reftests/body-topmargin-dynamic.html
Normal file
12
dom/html/reftests/body-topmargin-dynamic.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
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>
|
||||
<script type="text/javascript">
|
||||
document.body.setAttribute("topmargin", "100px");
|
||||
document.body.setAttribute("leftmargin", "100px");
|
||||
document.body.setAttribute("rightmargin", "100px");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue