Title: [159608] trunk/LayoutTests
Revision
159608
Author
[email protected]
Date
2013-11-20 22:22:33 -0800 (Wed, 20 Nov 2013)

Log Message

Test a template element appearing after a closing body tag in html5lib
https://bugs.webkit.org/show_bug.cgi?id=123864

Reviewed by Antti Koivisto.

Merge https://chromium.googlesource.com/chromium/blink/+/019d5daa14314972ac6b3e42e9446823ad9cffd2

* html5lib/resources/template.dat:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (159607 => 159608)


--- trunk/LayoutTests/ChangeLog	2013-11-21 06:10:31 UTC (rev 159607)
+++ trunk/LayoutTests/ChangeLog	2013-11-21 06:22:33 UTC (rev 159608)
@@ -1,5 +1,16 @@
 2013-11-20  Ryosuke Niwa  <[email protected]>
 
+        Test a template element appearing after a closing body tag in html5lib
+        https://bugs.webkit.org/show_bug.cgi?id=123864
+
+        Reviewed by Antti Koivisto.
+
+        Merge https://chromium.googlesource.com/chromium/blink/+/019d5daa14314972ac6b3e42e9446823ad9cffd2
+
+        * html5lib/resources/template.dat:
+
+2013-11-20  Ryosuke Niwa  <[email protected]>
+
         [HTML parser] reset insertion mode appropriate must check for "in select in table" mode
         https://bugs.webkit.org/show_bug.cgi?id=123850
 

Modified: trunk/LayoutTests/html5lib/resources/template.dat (159607 => 159608)


--- trunk/LayoutTests/html5lib/resources/template.dat	2013-11-21 06:10:31 UTC (rev 159607)
+++ trunk/LayoutTests/html5lib/resources/template.dat	2013-11-21 06:22:33 UTC (rev 159608)
@@ -1287,3 +1287,14 @@
 |                   "Foo"
 |       <caption>
 |         "A"
+
+
+#data
+<body></body><template>
+#errors
+#document
+| <html>
+|   <head>
+|   <body>
+|     <template>
+|       content
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to