Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(853)

Unified Diff: third_party/WebKit/LayoutTests/css-parser/counter-parsing.html

Issue 1541443002: Fix small bugs in new CSS Property parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css-parser/whitespace-declaration.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css-parser/counter-parsing.html
diff --git a/third_party/WebKit/LayoutTests/css-parser/counter-parsing.html b/third_party/WebKit/LayoutTests/css-parser/counter-parsing.html
index e1b89fecaf031c19999668eb126f3e1bbab66c0a..c00ec0cfd3fa6e7058f6b15a9e0862b26bc4c8b2 100644
--- a/third_party/WebKit/LayoutTests/css-parser/counter-parsing.html
+++ b/third_party/WebKit/LayoutTests/css-parser/counter-parsing.html
@@ -3,7 +3,8 @@
<script src="../resources/testharnessreport.js"></script>
<script src="resources/property-parsing-test.js"></script>
<script>
-assert_valid_value("counterIncrement", "hello world 999", "hello 1, world 999");
+assert_valid_value("counterIncrement", "hello world 999", "hello 1 world 999");
+assert_valid_value("counterIncrement", "a 1234567");
assert_invalid_value("counterIncrement", 'hello "world"');
assert_invalid_value("counterIncrement", "40");
assert_invalid_value("counterReset", 'c 10 20');
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css-parser/whitespace-declaration.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698