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

Side by Side Diff: tests/data/tree-construction/domjs-unsafe.dat

Issue 10916294: switch html5lib to new pkg layout (Closed) Base URL: https://github.com/dart-lang/html5lib.git@master
Patch Set: Created 8 years, 3 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 | « tests/data/tree-construction/doctype01.dat ('k') | tests/data/tree-construction/entities01.dat » ('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 <svg><![CDATA[foo 2 <svg><![CDATA[foo
3 bar]]> 3 bar]]>
4 #errors 4 #errors
5 #document 5 #document
6 | <html> 6 | <html>
7 | <head> 7 | <head>
8 | <body> 8 | <body>
9 | <svg svg> 9 | <svg svg>
10 | "foo 10 | "foo
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 #data 494 #data
495 <svg><font font=sans></font></svg> 495 <svg><font font=sans></font></svg>
496 #errors 496 #errors
497 #document 497 #document
498 | <html> 498 | <html>
499 | <head> 499 | <head>
500 | <body> 500 | <body>
501 | <svg svg> 501 | <svg svg>
502 | <svg font> 502 | <svg font>
503 | font="sans" 503 | font="sans"
OLDNEW
« no previous file with comments | « tests/data/tree-construction/doctype01.dat ('k') | tests/data/tree-construction/entities01.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698