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

Unified Diff: LayoutTests/html5lib/resources/template.dat

Issue 25900003: Hoist <template> in <head> if encountered in AfterHead insertion mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: LayoutTests/html5lib/resources/template.dat
diff --git a/LayoutTests/html5lib/resources/template.dat b/LayoutTests/html5lib/resources/template.dat
index 862f08bd74f1d081f162400b8f5cba9af1a854a3..d72c5af69787e44658b858973af9e8dec4eab71c 100644
--- a/LayoutTests/html5lib/resources/template.dat
+++ b/LayoutTests/html5lib/resources/template.dat
@@ -1297,3 +1297,24 @@
| <body>
| <template>
| content
+
+#data
+<head></head><template>
+#errors
+#document
+| <html>
+| <head>
+| <template>
+| content
+| <body>
+
+#data
+<head></head><template>Foo</template>
+#errors
+#document
+| <html>
+| <head>
+| <template>
+| content
+| "Foo"
+| <body>
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLTreeBuilder.cpp » ('j') | Source/core/html/parser/HTMLTreeBuilder.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698