mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 0d4300c5045a5587c2eb3d1416b11ffeecf5dadc
This commit is contained in:
parent
555fa75b2c
commit
9f1d1e8b63
111 changed files with 1744 additions and 631 deletions
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Inheritance of CSS Box Model properties</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-box-3/#property-index">
|
||||
<link rel="help" href="https://www.w3.org/TR/CSS2/">
|
||||
<meta name="assert" content="Properties do not inherit.">
|
||||
<meta name="assert" content="length-percentage properties have initial value 0.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
@ -15,6 +16,9 @@
|
|||
<div id="target"></div>
|
||||
</div>
|
||||
<script>
|
||||
assert_not_inherited('clear', 'none', 'right');
|
||||
assert_not_inherited('float', 'none', 'right');
|
||||
|
||||
assert_not_inherited('margin-bottom', '0px', '10px');
|
||||
assert_not_inherited('margin-left', '0px', '10px');
|
||||
assert_not_inherited('margin-right', '0px', '10px');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue