mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision b'a877a8f14afc4b3a1d438cd5a9bfd7cd029111b7'
This commit is contained in:
parent
15de7b99b7
commit
b8f194326b
189 changed files with 3001 additions and 832 deletions
|
@ -0,0 +1,9 @@
|
|||
<!doctype html>
|
||||
<title>Invalid calc() expressions</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="../support/parsing-testcommon.js"></script>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-values-4/#calc-syntax">
|
||||
<script>
|
||||
test_invalid_value('transform', 'rotate(calc((0.25turn error)))');
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue