Skip to content

Commit

Permalink
Bug 1859959 [wpt PR 42623] - Rewrite property-cascade.html with getCo…
Browse files Browse the repository at this point in the history
…mputedStyle(), a=testonly

Automatic update from web-platform-tests
Rewrite property-cascade.html with getComputedStyle() (#42623)

Fixes web-platform-tests/interop#588
--

wpt-commits: 0d569c25cc1d7265e8eb92ead6049600edef4a1b
wpt-pr: 42623

UltraBlame original commit: 356d689d5441d068224f52a979715941a3172c61
  • Loading branch information
marco-c committed Nov 8, 2023
1 parent 0aba799 commit 9879972
Showing 1 changed file with 6 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,23 +231,13 @@
.
assert_equals
(
inner
.
computedStyleMap
getComputedStyle
(
inner
)
.
get
(
'
color
'
)
.
toString
(
)
'
rgb
(
1
Expand Down Expand Up @@ -345,23 +335,13 @@
.
assert_equals
(
inner
.
computedStyleMap
getComputedStyle
(
inner
)
.
get
(
'
color
'
)
.
toString
(
)
'
rgb
(
3
Expand Down Expand Up @@ -499,23 +479,13 @@
;
assert_equals
(
element
.
computedStyleMap
getComputedStyle
(
element
)
.
get
(
'
color
'
)
.
toString
(
)
'
rgb
(
4
Expand Down

0 comments on commit 9879972

Please sign in to comment.