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

Unified Diff: sky/tests/parser/comments.html

Issue 682893002: Parse comments according to parsing.md (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/engine/core/html/parser/HTMLTreeBuilder.cpp ('k') | sky/tests/parser/comments-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/parser/comments.html
diff --git a/sky/tests/lowlevel/text.html b/sky/tests/parser/comments.html
similarity index 68%
copy from sky/tests/lowlevel/text.html
copy to sky/tests/parser/comments.html
index f1a75bf65d52e4866b53fd98391f696e2b2ec63e..7773143083c862b0a23cc13daa32fbaefff39427 100644
--- a/sky/tests/lowlevel/text.html
+++ b/sky/tests/parser/comments.html
@@ -1,6 +1,15 @@
<html>
<link rel="import" href="../resources/dump-as-text.html" />
<body>
-This is a dump-as-text test.
+<
+<!
+<!-
+<!->
+<!-->aaa-->
+-->
+->
+>
+</
+</>
</body>
</html>
« no previous file with comments | « sky/engine/core/html/parser/HTMLTreeBuilder.cpp ('k') | sky/tests/parser/comments-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698