Skip to content

Commit

Permalink
Bug 1843349 - [css-nesting] Improve nesting tests to account for rece…
Browse files Browse the repository at this point in the history
…nt resolutions. r=boris

Update as per the resolutions in
w3c/csswg-drafts#8970, making the
mixed-properties test not tentative.

Differential Revision: https://phabricator.services.mozilla.com/D183518

UltraBlame original commit: 269d9593b265d4e6c2bc0b1a610dc182258d641a
  • Loading branch information
marco-c committed Jul 16, 2023
1 parent eaf7ef3 commit 8343f7d
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 320 deletions.
Expand Up @@ -5,24 +5,6 @@ invalidation
.
html
]
expected
:
if
(
os
=
=
"
android
"
)
and
fission
:
[
OK
TIMEOUT
]
[
CSS
Selectors
Expand Down

This file was deleted.

127 changes: 4 additions & 123 deletions testing/web-platform/tests/css/css-nesting/parsing.html
Expand Up @@ -391,28 +391,7 @@
rule
)
{
/
/
TODO
:
https
:
/
/
github
.
com
/
w3c
/
csswg
-
drafts
/
issues
/
8970
assert_in_array
assert_equals
(
rule
.
Expand All @@ -422,21 +401,13 @@
]
.
selectorText
[
"
&
>
&
.
bar
"
"
>
&
.
bar
"
]
)
;
}
Expand Down Expand Up @@ -466,28 +437,7 @@
rule
)
{
/
/
TODO
:
https
:
/
/
github
.
com
/
w3c
/
csswg
-
drafts
/
issues
/
8970
assert_in_array
assert_equals
(
rule
.
Expand All @@ -497,19 +447,12 @@
]
.
selectorText
[
"
&
>
.
bar
"
"
>
.
bar
"
]
)
;
}
Expand Down Expand Up @@ -540,28 +483,7 @@
rule
)
{
/
/
TODO
:
https
:
/
/
github
.
com
/
w3c
/
csswg
-
drafts
/
issues
/
8970
assert_in_array
assert_equals
(
rule
.
Expand All @@ -571,21 +493,13 @@
]
.
selectorText
[
"
&
+
.
bar
&
"
"
+
.
bar
&
"
]
)
;
}
Expand Down Expand Up @@ -680,28 +594,7 @@
rule
)
{
/
/
TODO
:
https
:
/
/
github
.
com
/
w3c
/
csswg
-
drafts
/
issues
/
8970
assert_in_array
assert_equals
(
rule
.
Expand All @@ -711,7 +604,6 @@
]
.
selectorText
[
"
&
+
Expand All @@ -724,17 +616,6 @@
.
lol
"
"
+
.
bar
.
foo
>
.
lol
"
]
)
;
}
Expand Down

0 comments on commit 8343f7d

Please sign in to comment.