Skip to content

Commit 967238b

Browse files
sakupi01servo-wpt-sync
authored andcommitted
format
Signed-off-by: saku <[email protected]>
1 parent bc5d464 commit 967238b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css/css-content/content-quotes-depth.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
.test2::before {
2020
content: open-quote;
2121
}
22-
22+
2323
.test2::after {
2424
content: close-quote;
2525
}
@@ -28,7 +28,7 @@
2828
.test3::before {
2929
content: open-quote;
3030
}
31-
31+
3232
.test3::after {
3333
content: open-quote "Test3 Inner" close-quote close-quote;
3434
}
@@ -37,22 +37,22 @@
3737
.test4::before {
3838
content: close-quote;
3939
}
40-
40+
4141
/* close-quote will be ignored */
4242
.test5::before {
4343
content: open-quote;
4444
}
45-
46-
.test5::after {
45+
46+
.test5::after {
4747
content: no-close-quote;
4848
}
49-
49+
5050
/* open-quote will be ignored */
5151
.test6::before {
5252
content: no-open-quote;
5353
}
54-
55-
.test6::after {
54+
55+
.test6::after {
5656
content: close-quote;
5757
}
5858
</style>

0 commit comments

Comments
 (0)