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

Side by Side Diff: test/data/tree-construction/scriptdata01.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
OLDNEW
1 #data 1 #data
2 FOO<script>'Hello'</script>BAR 2 FOO<script>'Hello'</script>BAR
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 | <script> 9 | <script>
10 | "'Hello'" 10 | "'Hello'"
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 #errors 299 #errors
300 #document 300 #document
301 | <html> 301 | <html>
302 | <head> 302 | <head>
303 | <body> 303 | <body>
304 | "FOO" 304 | "FOO"
305 | <script> 305 | <script>
306 | type="text/plain" 306 | type="text/plain"
307 | "'<!-- <sCrIpt/'</script>BAR" 307 | "'<!-- <sCrIpt/'</script>BAR"
308 | "QUX" 308 | "QUX"
OLDNEW
« no previous file with comments | « test/data/tree-construction/plain-text-unsafe.dat ('k') | test/data/tree-construction/scripted/adoption01.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698