mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 3840f46213d9a991acc9288e3863530f7502c05e
This commit is contained in:
parent
347d8bdf72
commit
141ba90a6d
58 changed files with 1507 additions and 883 deletions
|
@ -11,7 +11,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
background: green;
|
||||
border-radius: 50px;
|
||||
border-radius: 99px;
|
||||
}
|
||||
</style>
|
||||
<p>Should be a green circle below</p>
|
||||
|
|
|
@ -40,7 +40,7 @@ container.style.color = currentColor;
|
|||
assert_not_inherited('background-attachment', 'scroll', 'fixed');
|
||||
assert_not_inherited('background-clip', 'border-box', 'padding-box');
|
||||
assert_not_inherited('background-color', transparentColor, 'rgb(42, 53, 64)');
|
||||
assert_not_inherited('background-image', 'none', 'url("https://example.com/")');
|
||||
assert_not_inherited('background-image', 'none', 'url("https://{{host}}/")');
|
||||
assert_not_inherited('background-origin', 'padding-box', 'content-box');
|
||||
assert_not_inherited('background-position', '0% 0%', '10px 20px');
|
||||
assert_not_inherited('background-position-x', '0%', '10px');
|
||||
|
@ -57,7 +57,7 @@ assert_not_inherited('border-bottom-width', mediumWidth, '10px');
|
|||
assert_not_inherited('border-image-outset', '0', '1px 2px 3px 4px');
|
||||
assert_not_inherited('border-image-repeat', 'stretch', 'repeat round');
|
||||
assert_not_inherited('border-image-slice', '100%', '1% 2% 3% 4% fill');
|
||||
assert_not_inherited('border-image-source', 'none', 'url("https://example.com/")');
|
||||
assert_not_inherited('border-image-source', 'none', 'url("https://{{host}}/")');
|
||||
assert_not_inherited('border-image-width', '1', '1px 2px 3px 4px');
|
||||
|
||||
assert_not_inherited('border-left-color', currentColor, 'rgb(42, 53, 64)');
|
Loading…
Add table
Add a link
Reference in a new issue