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

Side by Side Diff: LayoutTests/fast/css/parsing-css-comment-expected.txt

Issue 9381012: Merge 107369 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/fast/css/parsing-css-comment.html ('k') | Source/WebCore/css/CSSParser.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test parsing of CSS nth-child tokens. 1 Test parsing of CSS nth-child tokens.
2 2
3 SUCCESS 3 SUCCESS
4 4
5 Rules from the stylesheet: 5 Rules from the stylesheet:
6 6
7 #a { color: green; } 7 #a { color: green; }
8 #b { color: green; } 8 #b { color: green; }
9 #e { color: green; } 9 #e { color: green; }
10 #g { color: green; } 10 #g { color: green; }
11 #i { color: green; } 11 #i { color: green; }
12 Expected result: 12 Expected result:
13 13
14 #a { color: green; } 14 #a { color: green; }
15 #b { color: green; } 15 #b { color: green; }
16 #e { color: green; } 16 #e { color: green; }
17 #g { color: green; } 17 #g { color: green; }
18 #i { color: green; } 18 #i { color: green; }
19 19
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/parsing-css-comment.html ('k') | Source/WebCore/css/CSSParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698