mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +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
|
@ -16,7 +16,7 @@ div::before {
|
|||
|
||||
background-image: paint(geometry);
|
||||
margin-left: 2px;
|
||||
--foo: bar;
|
||||
--foo:bar;
|
||||
}
|
||||
</style>
|
||||
<script src="/common/reftest-wait.js"></script>
|
||||
|
@ -48,7 +48,7 @@ registerPaint('geometry', class {
|
|||
ctx.fillStyle = 'green';
|
||||
if (serializedStrings[0] != "--bar: [CSSUnparsedValue=]")
|
||||
ctx.fillStyle = 'red';
|
||||
if (serializedStrings[1] != "--foo: [CSSUnparsedValue= bar]")
|
||||
if (serializedStrings[1] != "--foo: [CSSUnparsedValue=bar]")
|
||||
ctx.fillStyle = 'blue';
|
||||
if (serializedStrings[2] != "margin-left: [CSSUnitValue=2px]")
|
||||
ctx.fillStyle = 'yellow';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue