mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'afdce893ed51bc1a7a7ac03b16b5a575caad071a'
This commit is contained in:
parent
a8da28e55d
commit
3b420af385
393 changed files with 17484 additions and 4185 deletions
|
@ -11,7 +11,7 @@
|
|||
width: 100px;
|
||||
|
||||
/* Properties under test. */
|
||||
--foo: bar;
|
||||
--foo:bar;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
|
@ -37,7 +37,7 @@ registerLayout('test', class {
|
|||
async layout(children, edges, constraints, styleMap) {
|
||||
const expected = [
|
||||
{property: '--bar', value: '[CSSUnparsedValue=]'},
|
||||
{property: '--foo', value: '[CSSUnparsedValue= bar]'},
|
||||
{property: '--foo', value: '[CSSUnparsedValue=bar]'},
|
||||
{property: 'empty-cells', value: '[CSSKeywordValue=show]'},
|
||||
{property: 'margin-left', value: '[CSSUnitValue=2px]'},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue