Changeset 159802 in webkit


Ignore:
Timestamp:
Nov 26, 2013 8:32:51 PM (10 years ago)
Author:
rniwa@webkit.org
Message:

Import W3C tests for cloning template elements and default stylesheet for template element
https://bugs.webkit.org/show_bug.cgi?id=124882

Reviewed by Andreas Kling.

Imported tests under html-templates/additions-to-the-steps-to-clone-a-node and
html-templates/additions-to-the-css-user-agent-style-sheet at d38dbd5b492808811bc0fe04a8cc49f28863c5cc.

Renamed and replicated css-user-agent-style-sheet-test-001-ref.html as -00*-expected.html for ref testing.

  • html-templates/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-001-expected.html: Added.
  • html-templates/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-001.html: Added.
  • html-templates/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-002-expected.html: Added.
  • html-templates/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-002.html: Added.
  • html-templates/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-003-expected.html: Added.
  • html-templates/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-003.html: Added.
  • html-templates/additions-to-the-steps-to-clone-a-node/template-clone-children-expected.txt: Added.
  • html-templates/additions-to-the-steps-to-clone-a-node/template-clone-children.html: Added.
  • html-templates/additions-to-the-steps-to-clone-a-node/templates-copy-document-owner-expected.txt: Added.
  • html-templates/additions-to-the-steps-to-clone-a-node/templates-copy-document-owner.html: Added.
Location:
trunk/LayoutTests/imported/w3c
Files:
12 added
1 edited

Legend:

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

    r159689 r159802  
     12013-11-26  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Import W3C tests for cloning template elements and default stylesheet for template element
     4        https://bugs.webkit.org/show_bug.cgi?id=124882
     5
     6        Reviewed by Andreas Kling.
     7
     8        Imported tests under html-templates/additions-to-the-steps-to-clone-a-node and
     9        html-templates/additions-to-the-css-user-agent-style-sheet at d38dbd5b492808811bc0fe04a8cc49f28863c5cc.
     10
     11        Renamed and replicated css-user-agent-style-sheet-test-001-ref.html as -00*-expected.html for ref testing.
     12
     13        * html-templates/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-001-expected.html: Added.
     14        * html-templates/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-001.html: Added.
     15        * html-templates/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-002-expected.html: Added.
     16        * html-templates/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-002.html: Added.
     17        * html-templates/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-003-expected.html: Added.
     18        * html-templates/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-003.html: Added.
     19        * html-templates/additions-to-the-steps-to-clone-a-node/template-clone-children-expected.txt: Added.
     20        * html-templates/additions-to-the-steps-to-clone-a-node/template-clone-children.html: Added.
     21        * html-templates/additions-to-the-steps-to-clone-a-node/templates-copy-document-owner-expected.txt: Added.
     22        * html-templates/additions-to-the-steps-to-clone-a-node/templates-copy-document-owner.html: Added.
     23
    1242013-11-21  Ryosuke Niwa  <rniwa@webkit.org>
    225
Note: See TracChangeset for help on using the changeset viewer.