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

Side by Side Diff: LayoutTests/html5lib/resources/webkit02.dat

Issue 8038026: Merge 95306 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 2 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 | « no previous file | Source/WebCore/html/parser/HTMLTreeBuilder.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 #data 1 #data
2 <foo bar=qux/> 2 <foo bar=qux/>
3 #errors 3 #errors
4 #document 4 #document
5 | <html> 5 | <html>
6 | <head> 6 | <head>
7 | <body> 7 | <body>
8 | <foo> 8 | <foo>
9 | bar="qux/" 9 | bar="qux/"
10 10
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 95
96 #data 96 #data
97 <legend>test</legend> 97 <legend>test</legend>
98 #errors 98 #errors
99 #document 99 #document
100 | <html> 100 | <html>
101 | <head> 101 | <head>
102 | <body> 102 | <body>
103 | <legend> 103 | <legend>
104 | "test" 104 | "test"
105
106 #data
107 <b><em><dcell><postfield><postfield><postfield><postfield><missing_glyph><missin g_glyph><missing_glyph><missing_glyph><hkern><aside></b></em>
108 #errors
109 #document-fragment
110 div
111 #document
112 | <b>
113 | <em>
114 | <dcell>
115 | <postfield>
116 | <postfield>
117 | <postfield>
118 | <postfield>
119 | <missing_glyph>
120 | <missing_glyph>
121 | <missing_glyph>
122 | <missing_glyph>
123 | <hkern>
124 | <aside>
125 | <em>
126 | <b>
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/html/parser/HTMLTreeBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698