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

Unified Diff: tests/data/tree-construction/adoption02.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
« no previous file with comments | « tests/data/tree-construction/adoption01.dat ('k') | tests/data/tree-construction/comments01.dat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/data/tree-construction/adoption02.dat
diff --git a/tests/data/tree-construction/adoption02.dat b/tests/data/tree-construction/adoption02.dat
deleted file mode 100644
index d18151b44f0e3a034278d9c7120119db084e832d..0000000000000000000000000000000000000000
--- a/tests/data/tree-construction/adoption02.dat
+++ /dev/null
@@ -1,31 +0,0 @@
-#data
-<b>1<i>2<p>3</b>4
-#errors
-#document
-| <html>
-| <head>
-| <body>
-| <b>
-| "1"
-| <i>
-| "2"
-| <i>
-| <p>
-| <b>
-| "3"
-| "4"
-
-#data
-<a><div><style></style><address><a>
-#errors
-#document
-| <html>
-| <head>
-| <body>
-| <a>
-| <div>
-| <a>
-| <style>
-| <address>
-| <a>
-| <a>
« no previous file with comments | « tests/data/tree-construction/adoption01.dat ('k') | tests/data/tree-construction/comments01.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698