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

Unified Diff: sky/tests/parser/html-expected.txt

Issue 867963006: Add the <t> element and ignore whitespace outside it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Do it for a whole subtree. Created 5 years, 11 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 | « sky/tests/parser/entity-expected.txt ('k') | sky/tests/parser/script-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/parser/html-expected.txt
diff --git a/sky/tests/parser/html-expected.txt b/sky/tests/parser/html-expected.txt
index 9a58594dfe77b86dfebd7d89f5e71959933ad234..e910c277fe4bd0ddf16a335b2c3875bd67de95e3 100644
--- a/sky/tests/parser/html-expected.txt
+++ b/sky/tests/parser/html-expected.txt
@@ -1,7 +1,7 @@
&lt;!DOCTYPE HTML&gt;
<html>
-<import src="../resources/dump-as-markup.sky"></import>
-<body>
+ <import src="../resources/dump-as-markup.sky"></import>
+ <body>
A &lt;!DOCTYPE HTMLAGAIN&gt;
B &lt;!BOGUSCOMMENT&gt;
@@ -11,13 +11,20 @@ G &lt;! -- -- &gt;
H <image></image>
I <keygen>
J <isindex>
-K <table><div></div><input type="hidden"></input></table>
+K <table>
+ <div></div>
+ <input type="hidden"></input>
+ </table>
L <frameset></frameset>
M <p></p>
N
O <br></br>
P
-Q <template><div>contents</div></template>
-
-</isindex></keygen></body>
+Q <template>
+ <div>contents</div>
+ </template>
+ </isindex>
+ </keygen>
+ </body>
</html>
+
« no previous file with comments | « sky/tests/parser/entity-expected.txt ('k') | sky/tests/parser/script-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698