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

Side by Side Diff: pkg/third_party/html5lib/test/data/tree-construction/tests12.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 <!DOCTYPE html><body><p>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg>< desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table ></foreignObject></g><g>quux</g></svg></annotation-xml></math>bar
3 #errors
4 #document
5 | <!DOCTYPE html>
6 | <html>
7 | <head>
8 | <body>
9 | <p>
10 | "foo"
11 | <math math>
12 | <math mtext>
13 | <i>
14 | "baz"
15 | <math annotation-xml>
16 | <svg svg>
17 | <svg desc>
18 | <b>
19 | "eggs"
20 | <svg g>
21 | <svg foreignObject>
22 | <p>
23 | "spam"
24 | <table>
25 | <tbody>
26 | <tr>
27 | <td>
28 | <img>
29 | <svg g>
30 | "quux"
31 | "bar"
32
33 #data
34 <!DOCTYPE html><body>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><des c><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table></ foreignObject></g><g>quux</g></svg></annotation-xml></math>bar
35 #errors
36 #document
37 | <!DOCTYPE html>
38 | <html>
39 | <head>
40 | <body>
41 | "foo"
42 | <math math>
43 | <math mtext>
44 | <i>
45 | "baz"
46 | <math annotation-xml>
47 | <svg svg>
48 | <svg desc>
49 | <b>
50 | "eggs"
51 | <svg g>
52 | <svg foreignObject>
53 | <p>
54 | "spam"
55 | <table>
56 | <tbody>
57 | <tr>
58 | <td>
59 | <img>
60 | <svg g>
61 | "quux"
62 | "bar"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698