Skip to content

Commit

Permalink
Bug 1443103 [wpt PR 9800] - Correct serialization of box-shadow and t…
Browse files Browse the repository at this point in the history
…ext-shadow, a=testonly

Automatic update from web-platform-testsCorrect serialization of box-shadow and text-shadow

Following w3c/csswg-drafts#2305, the canonical serialization for box-shadow was changed to the color then lengths. https://drafts.csswg.org/css-text-decor-3/#text-shadow-property also defines the canonical serialization for text-shadow as the color and then lengths. This caused the test to fail in Firefox, Chrome, and Safari. Update the test to match the spec in both instances.

wpt-commits: a835486e59a94236a55107fe34925079b33ef247
wpt-pr: 9800
wpt-commits: a835486e59a94236a55107fe34925079b33ef247
wpt-pr: 9800

UltraBlame original commit: 0b20cccaed6e6890823b8daad46167e0c89f8667
  • Loading branch information
marco-c committed Oct 2, 2019
1 parent 8b60140 commit 73a06ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion testing/web-platform/meta/MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -3493572,7 +3493572,7 @@ html
:
[
"
0febbaa27e8692583fa2cc29fc8a1523eea9be43
b02099a4131127140d023351faacec69527688dd
"
"
testharness
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,16 +337,16 @@
expectedValue
:
"
1px
1px
1px
1px
rgb
(
0
128
0
)
1px
1px
1px
1px
"
}
{
Expand All @@ -360,15 +360,15 @@
expectedValue
:
"
1px
1px
1px
rgb
(
0
128
0
)
1px
1px
1px
"
}
]
Expand Down

0 comments on commit 73a06ee

Please sign in to comment.