aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/CSS2
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-04-29 00:58:07 -0400
committerGitHub <noreply@github.com>2019-04-29 00:58:07 -0400
commitd58ea974baff1b51a43d2e2bf4b287ff11991a8d (patch)
tree77da4be3491080af45d794f28e94f818a6efaeca /tests/wpt/web-platform-tests/css/CSS2
parentc58f91ec1fd51ab7caff7d2e1453a15db6d8eb45 (diff)
parentc084436da7868db4ec43e8228f254abde16c5818 (diff)
downloadservo-d58ea974baff1b51a43d2e2bf4b287ff11991a8d.tar.gz
servo-d58ea974baff1b51a43d2e2bf4b287ff11991a8d.zip
Auto merge of #23285 - servo-wpt-sync:wpt_update_29-04-2019, r=servo-wpt-sync
Sync WPT with upstream (29-04-2019) Automated downstream sync of changes from upstream as of 29-04-2019. [no-wpt-sync]
Diffstat (limited to 'tests/wpt/web-platform-tests/css/CSS2')
-rw-r--r--tests/wpt/web-platform-tests/css/CSS2/lists/counter-reset-increment-002.xht1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/css/CSS2/lists/counter-reset-increment-002.xht b/tests/wpt/web-platform-tests/css/CSS2/lists/counter-reset-increment-002.xht
index bf422ba1eb8..8dc50ca60b2 100644
--- a/tests/wpt/web-platform-tests/css/CSS2/lists/counter-reset-increment-002.xht
+++ b/tests/wpt/web-platform-tests/css/CSS2/lists/counter-reset-increment-002.xht
@@ -29,7 +29,6 @@
li:before
{
content: counter(list-item) ". ";
- counter-increment: list-item;
}
]]></style>