Skip to content

Commit 8bfd21e

Browse files
committed
consistent test order for FP section
1 parent 9ba1cc7 commit 8bfd21e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/suite.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ u.round3 { color: hsl(180 65% 29%) } /* should be #197a7a */
4848

4949
/* #123456 */
5050

51-
.do_color_me::after { color: rgb(123, 234, 0) }
52-
53-
ul { color: white; }
54-
5551
td { border: solid red 4px; }
5652
td { border: solid #f00d 4px; }
5753

@@ -78,12 +74,16 @@ a.c { color: hwb(90deg 10% 10%); }
7874
a.d { color: hwb(1.5708rad 10% 10%); }
7975
a.e { color: hwb(0.25turn 10% 10% / 50%); }
8076

81-
q { border-color: tan; }
77+
.do_color_me::after { color: rgb(123, 234, 0) }
78+
q.tan { border-color: tan; }
79+
q.white { border-color: white; }
80+
q.abcdef { border-color: #abcdef; }
8281

8382
/* these should NOT be colored */
8483
.dont_color_me::after { content: "color: rgb(123, 234, 0)" }
85-
#abcdef { border-color: unset; }
8684
p.tan { color: inherit; width: calc(100px * tan(45deg)); }
85+
p.white { color: currentColor; white-space: inherit; }
86+
#abcdef { border-color: unset; }
8787
a.cs1 { color: rgb(0, 17, 136 / 100%); } /* you can't mix commas and slash */
8888
a.cs2 { color: rgb(0 17 136, 100%); } /* you can't mix spaces and commas */
8989
a.cs3 { color: rgb(0 17 136 1); } /* alpha with spaces must use slash */

0 commit comments

Comments
 (0)