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

Unified Diff: LayoutTests/fast/css/counter-none-expected.htm

Issue 141763003: Allow counter-reset/increment: none. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added assert. Created 6 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
Index: LayoutTests/fast/css/counter-none-expected.htm
diff --git a/LayoutTests/fast/css/counter-none-expected.htm b/LayoutTests/fast/css/counter-none-expected.htm
new file mode 100644
index 0000000000000000000000000000000000000000..e73fefd5f1154bd651a9315df147304fa3430dcb
--- /dev/null
+++ b/LayoutTests/fast/css/counter-none-expected.htm
@@ -0,0 +1,12 @@
+<!doctype html>
+<html>
+ <head>
+ </head>
+ <body>
+ <div>1Reset Section 1 title</div>
+ <div>2Reset Section 2 title</div>
+ <div>0Increment Section 1 title</div>
+ <div>0Increment Section 2 title</div>
+ <div>0Increment Section 2 title</div>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/css/counter-none.htm ('k') | Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698