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

Unified Diff: tests/data/tree-construction/scripted/ark.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 side-by-side diff with in-line comments
Download patch
Index: tests/data/tree-construction/scripted/ark.dat
diff --git a/tests/data/tree-construction/scripted/ark.dat b/tests/data/tree-construction/scripted/ark.dat
deleted file mode 100644
index acbac41df1617cf452121d198a44492cfad1e512..0000000000000000000000000000000000000000
--- a/tests/data/tree-construction/scripted/ark.dat
+++ /dev/null
@@ -1,26 +0,0 @@
-#data
-<p><font size=4><font size=4><font size=4><script>document.getElementsByTagName("font")[2].setAttribute("size", "5");</script><font size=4><p>X
-#errors
-#document
-| <html>
-| <head>
-| <body>
-| <p>
-| <font>
-| size="4"
-| <font>
-| size="4"
-| <font>
-| size="5"
-| <script>
-| "document.getElementsByTagName("font")[2].setAttribute("size", "5");"
-| <font>
-| size="4"
-| <p>
-| <font>
-| size="4"
-| <font>
-| size="4"
-| <font>
-| size="4"
-| "X"
« no previous file with comments | « tests/data/tree-construction/scripted/adoption01.dat ('k') | tests/data/tree-construction/scripted/webkit01.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698