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

Unified Diff: LayoutTests/fast/dom/css-dom-read-2-expected.txt

Issue 10140014: Merge 114699 - REGRESSION(r112177): Numbered list item rendered bulleted (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 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 | « LayoutTests/fast/css/uri-token-parsing-expected.txt ('k') | Source/WebCore/css/CSSParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/css-dom-read-2-expected.txt
===================================================================
--- LayoutTests/fast/dom/css-dom-read-2-expected.txt (revision 114992)
+++ LayoutTests/fast/dom/css-dom-read-2-expected.txt (working copy)
@@ -43,7 +43,7 @@
}
.one { display: block; }
.two { display: inline; }
-.three { display: list-item; list-style: square; margin-left: 3em; }
+.three { display: list-item; list-style-type: square; margin-left: 3em; }
.four { display: none; color: red; }
i { display: block; }
« no previous file with comments | « LayoutTests/fast/css/uri-token-parsing-expected.txt ('k') | Source/WebCore/css/CSSParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698