Skip to content

Commit 8589a25

Browse files
committed
Bug 1990867 [wpt PR 55065] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=299168, a=testonly
Automatic update from web-platform-tests WebKit export of https://bugs.webkit.org/show_bug.cgi?id=299168 (#55065) -- wpt-commits: 283275e69f1cca340e062156552a16131c2f97df wpt-pr: 55065 UltraBlame original commit: 8f286da84a3cc2a3cf13b44466d37e96a83c44e6
1 parent 6aaad7d commit 8589a25

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

testing/web-platform/tests/css/css-nesting/nesting-basic.html

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,49 @@
395395
important
396396
;
397397
}
398+
.
399+
test
400+
-
401+
13
402+
:
403+
:
404+
before
405+
{
406+
background
407+
-
408+
color
409+
:
410+
green
411+
;
412+
color
413+
:
414+
green
415+
;
416+
content
417+
:
418+
"
419+
text
420+
"
421+
;
422+
}
423+
.
424+
test
425+
-
426+
13
427+
:
428+
:
429+
before
430+
{
431+
&
432+
{
433+
background
434+
-
435+
color
436+
:
437+
red
438+
;
439+
}
440+
}
398441
body
399442
*
400443
+
@@ -709,6 +752,21 @@
709752
div
710753
>
711754
<
755+
div
756+
class
757+
=
758+
"
759+
test
760+
test
761+
-
762+
13
763+
"
764+
>
765+
<
766+
/
767+
div
768+
>
769+
<
712770
/
713771
body
714772
>

0 commit comments

Comments
 (0)