mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision 2df7f9ff620cbdaa2928464892fb1dfb880fd6c6
This commit is contained in:
parent
97e3c5f3a9
commit
7ba3376dde
74 changed files with 1985 additions and 504 deletions
|
@ -16,17 +16,17 @@
|
|||
</div>
|
||||
<script>
|
||||
assert_not_inherited('clip', 'auto', 'rect(10px, 20px, 30px, 40px)');
|
||||
assert_not_inherited('clip-path', 'none', 'url("https://example.com/")');
|
||||
assert_not_inherited('clip-path', 'none', 'url("http://{{host}}/")');
|
||||
assert_inherited('clip-rule', 'nonzero', 'evenodd');
|
||||
assert_not_inherited('mask-border-mode', 'alpha', 'luminance');
|
||||
assert_not_inherited('mask-border-outset', '0', '10px 20px 30px 40px');
|
||||
assert_not_inherited('mask-border-repeat', 'stretch', 'round space');
|
||||
assert_not_inherited('mask-border-slice', '0', '1 2 3 4 fill');
|
||||
assert_not_inherited('mask-border-source', 'none', 'url("https://example.com/")');
|
||||
assert_not_inherited('mask-border-source', 'none', 'url("http://{{host}}/")');
|
||||
assert_not_inherited('mask-border-width', 'auto', '10px 20px 30px 40px');
|
||||
assert_not_inherited('mask-clip', 'border-box', 'no-clip');
|
||||
assert_not_inherited('mask-composite', 'add', 'exclude');
|
||||
assert_not_inherited('mask-image', 'none', 'url("https://example.com/")');
|
||||
assert_not_inherited('mask-image', 'none', 'url("http://{{host}}/")');
|
||||
assert_not_inherited('mask-mode', 'match-source', 'luminance');
|
||||
assert_not_inherited('mask-origin', 'border-box', 'padding-box');
|
||||
assert_not_inherited('mask-position', '0% 0%', '10px 20px');
|
Loading…
Add table
Add a link
Reference in a new issue