Changeset 160037 in webkit


Ignore:
Timestamp:
Dec 3, 2013 2:19:32 PM (10 years ago)
Author:
rniwa@webkit.org
Message:

Import the XHTML parsing and serialization tests for template elements
https://bugs.webkit.org/show_bug.cgi?id=125131

Reviewed by Antti Koivisto.

Import the tests for parsing XHTML documents and fragments at f744661dbd0c29bb6a54c1530f9843838eec1300
after self-closing link elements in template-child-nodes-div.xhtml and template-child-nodes-nested.xhtml
as these two files would encounter parser errors otherwise (I'll be merging these changes back into
the web-platform-tests repository later).

This completes the importation of W3C tests for the HTML template element.

  • html-templates/additions-to-parsing-xhtml-documents: Added.
  • html-templates/additions-to-parsing-xhtml-documents/node-document-expected.txt: Added.
  • html-templates/additions-to-parsing-xhtml-documents/node-document.html: Added.
  • html-templates/additions-to-parsing-xhtml-documents/template-child-nodes-expected.txt: Added.
  • html-templates/additions-to-parsing-xhtml-documents/template-child-nodes.html: Added.
  • html-templates/additions-to-serializing-xhtml-documents: Added.
  • html-templates/additions-to-serializing-xhtml-documents/outerhtml-expected.txt: Added.
  • html-templates/additions-to-serializing-xhtml-documents/outerhtml.html: Added.
  • html-templates/resources/template-child-nodes-div.xhtml:
  • html-templates/resources/template-child-nodes-nested.xhtml:
Location:
trunk/LayoutTests/imported/w3c
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r159802 r160037  
     12013-12-03  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Import the XHTML parsing and serialization tests for template elements
     4        https://bugs.webkit.org/show_bug.cgi?id=125131
     5
     6        Reviewed by Antti Koivisto.
     7
     8        Import the tests for parsing XHTML documents and fragments at f744661dbd0c29bb6a54c1530f9843838eec1300
     9        after self-closing link elements in template-child-nodes-div.xhtml and template-child-nodes-nested.xhtml
     10        as these two files would encounter parser errors otherwise (I'll be merging these changes back into
     11        the web-platform-tests repository later).
     12
     13        This completes the importation of W3C tests for the HTML template element.
     14
     15        * html-templates/additions-to-parsing-xhtml-documents: Added.
     16        * html-templates/additions-to-parsing-xhtml-documents/node-document-expected.txt: Added.
     17        * html-templates/additions-to-parsing-xhtml-documents/node-document.html: Added.
     18        * html-templates/additions-to-parsing-xhtml-documents/template-child-nodes-expected.txt: Added.
     19        * html-templates/additions-to-parsing-xhtml-documents/template-child-nodes.html: Added.
     20        * html-templates/additions-to-serializing-xhtml-documents: Added.
     21        * html-templates/additions-to-serializing-xhtml-documents/outerhtml-expected.txt: Added.
     22        * html-templates/additions-to-serializing-xhtml-documents/outerhtml.html: Added.
     23        * html-templates/resources/template-child-nodes-div.xhtml:
     24        * html-templates/resources/template-child-nodes-nested.xhtml:
     25
    1262013-11-26  Ryosuke Niwa  <rniwa@webkit.org>
    227
  • trunk/LayoutTests/imported/w3c/html-templates/resources/template-child-nodes-div.xhtml

    r159660 r160037  
    33<head>
    44        <title>Template tag with children div tags inside</title>
    5     <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
     5    <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru"/>
    66</head>
    77<body>
  • trunk/LayoutTests/imported/w3c/html-templates/resources/template-child-nodes-nested.xhtml

    r159660 r160037  
    33<head>
    44        <title>Template tag with children div tags inside another template tag</title>
    5     <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
     5    <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru"/>
    66</head>
    77<body>
Note: See TracChangeset for help on using the changeset viewer.