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

Side by Side Diff: pkg/third_party/html5lib/test/data/tree-construction/tests23.dat

Issue 22375011: move html5lib code into dart svn repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: change location of html5lib to pkg/third_party/html5lib Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 #data
2 <p><font size=4><font color=red><font size=4><font size=4><font size=4><font siz e=4><font size=4><font color=red><p>X
3 #errors
4 3: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
5 116: Unclosed elements.
6 117: End of file seen and there were open elements.
7 #document
8 | <html>
9 | <head>
10 | <body>
11 | <p>
12 | <font>
13 | size="4"
14 | <font>
15 | color="red"
16 | <font>
17 | size="4"
18 | <font>
19 | size="4"
20 | <font>
21 | size="4"
22 | <font>
23 | size="4"
24 | <font>
25 | size="4"
26 | <font>
27 | color="red"
28 | <p>
29 | <font>
30 | color="red"
31 | <font>
32 | size="4"
33 | <font>
34 | size="4"
35 | <font>
36 | size="4"
37 | <font>
38 | color="red"
39 | "X"
40
41 #data
42 <p><font size=4><font size=4><font size=4><font size=4><p>X
43 #errors
44 #document
45 | <html>
46 | <head>
47 | <body>
48 | <p>
49 | <font>
50 | size="4"
51 | <font>
52 | size="4"
53 | <font>
54 | size="4"
55 | <font>
56 | size="4"
57 | <p>
58 | <font>
59 | size="4"
60 | <font>
61 | size="4"
62 | <font>
63 | size="4"
64 | "X"
65
66 #data
67 <p><font size=4><font size=4><font size=4><font size="5"><font size=4><p>X
68 #errors
69 #document
70 | <html>
71 | <head>
72 | <body>
73 | <p>
74 | <font>
75 | size="4"
76 | <font>
77 | size="4"
78 | <font>
79 | size="4"
80 | <font>
81 | size="5"
82 | <font>
83 | size="4"
84 | <p>
85 | <font>
86 | size="4"
87 | <font>
88 | size="4"
89 | <font>
90 | size="5"
91 | <font>
92 | size="4"
93 | "X"
94
95 #data
96 <p><font size=4 id=a><font size=4 id=b><font size=4><font size=4><p>X
97 #errors
98 #document
99 | <html>
100 | <head>
101 | <body>
102 | <p>
103 | <font>
104 | id="a"
105 | size="4"
106 | <font>
107 | id="b"
108 | size="4"
109 | <font>
110 | size="4"
111 | <font>
112 | size="4"
113 | <p>
114 | <font>
115 | id="a"
116 | size="4"
117 | <font>
118 | id="b"
119 | size="4"
120 | <font>
121 | size="4"
122 | <font>
123 | size="4"
124 | "X"
125
126 #data
127 <p><b id=a><b id=a><b id=a><b><object><b id=a><b id=a>X</object><p>Y
128 #errors
129 #document
130 | <html>
131 | <head>
132 | <body>
133 | <p>
134 | <b>
135 | id="a"
136 | <b>
137 | id="a"
138 | <b>
139 | id="a"
140 | <b>
141 | <object>
142 | <b>
143 | id="a"
144 | <b>
145 | id="a"
146 | "X"
147 | <p>
148 | <b>
149 | id="a"
150 | <b>
151 | id="a"
152 | <b>
153 | id="a"
154 | <b>
155 | "Y"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698