mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision d23db97703021bdeb4ec21ff5ce3e9de54dd4d85
This commit is contained in:
parent
54d2b7de29
commit
77784e512e
163 changed files with 3806 additions and 3068 deletions
|
@ -51,6 +51,8 @@
|
|||
@property --initial-value-only {
|
||||
initial-value: red;
|
||||
}
|
||||
/* U+0009 CHARACTER TABULATION */
|
||||
@property --tab\9 tab { }
|
||||
</style>
|
||||
<script>
|
||||
|
||||
|
@ -119,6 +121,7 @@ test_css_text('--no-initial-value', '@property --no-initial-value { syntax: "<co
|
|||
test_css_text('--syntax-only', '@property --syntax-only { syntax: "<color> | none"; }');
|
||||
test_css_text('--inherits-only', '@property --inherits-only { inherits: true; }');
|
||||
test_css_text('--initial-value-only', '@property --initial-value-only { initial-value: red; }');
|
||||
test_css_text('--tab\ttab', '@property --tab\\9 tab { }');
|
||||
|
||||
// CSSRule.type
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue