Changeset 159608 in webkit


Ignore:
Timestamp:
Nov 20, 2013 10:22:33 PM (10 years ago)
Author:
rniwa@webkit.org
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r159607 r159608  
     12013-11-20  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Test a template element appearing after a closing body tag in html5lib
     4        https://bugs.webkit.org/show_bug.cgi?id=123864
     5
     6        Reviewed by Antti Koivisto.
     7
     8        Merge https://chromium.googlesource.com/chromium/blink/+/019d5daa14314972ac6b3e42e9446823ad9cffd2
     9
     10        * html5lib/resources/template.dat:
     11
    1122013-11-20  Ryosuke Niwa  <rniwa@webkit.org>
    213
  • trunk/LayoutTests/html5lib/resources/template.dat

    r159607 r159608  
    12881288|       <caption>
    12891289|         "A"
     1290
     1291
     1292#data
     1293<body></body><template>
     1294#errors
     1295#document
     1296| <html>
     1297|   <head>
     1298|   <body>
     1299|     <template>
     1300|       content
Note: See TracChangeset for help on using the changeset viewer.