mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision 84af6c875d378944b39d895acdcfc170736b2d3d
This commit is contained in:
parent
d0bd2d5e44
commit
b81cdc75ce
246 changed files with 10836 additions and 1337 deletions
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-backgrounds/#box-shadow">
|
||||
<meta name="assert" content="box-shadow supports only the grammar 'none | <shadow>#'.">
|
||||
<meta name="assert" content="Lengths must stay adjacent." />
|
||||
<meta name="assert" content="<blur-radius> must be non-negative." />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="/css/support/parsing-testcommon.js"></script>
|
||||
|
@ -57,6 +58,9 @@ test_invalid_value("box-shadow", "inset 4px -4px red 0");
|
|||
test_invalid_value("box-shadow", "4px -4px red 0 inset");
|
||||
test_invalid_value("box-shadow", "red 4px -4px inset 0");
|
||||
test_invalid_value("box-shadow", "4px -4px inset 0 red");
|
||||
|
||||
// <blur-radius> must be non-negative
|
||||
test_invalid_value("box-shadow", "1px 1px -1px");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue