Skip to content

Commit ed726b7

Browse files
Update custom elements tests
https://bugs.webkit.org/show_bug.cgi?id=164352 Reviewed by Antti Koivisto. LayoutTests/imported/w3c: Reimported the custom elements tests as of 5047c27a5c61cc12eab75ac72b86125ec3cc8527. * web-platform-tests/custom-elements/custom-element-reaction-queue-expected.txt: Added. * web-platform-tests/custom-elements/custom-element-reaction-queue.html: Added. * web-platform-tests/custom-elements/htmlconstructor/newtarget.html: * web-platform-tests/custom-elements/reactions/CSSStyleDeclaration-expected.txt: Moved from fast/custom-elements/reactions/. * web-platform-tests/custom-elements/reactions/CSSStyleDeclaration.html: Ditto. * web-platform-tests/custom-elements/reactions/Document.html: Updated. * web-platform-tests/custom-elements/reactions/HTMLAnchorElement-expected.txt: Moved from fast/custom-elements/reactions/. * web-platform-tests/custom-elements/reactions/HTMLAnchorElement.html: Ditto. * web-platform-tests/custom-elements/reactions/HTMLOptionElement-expected.txt: Ditto. * web-platform-tests/custom-elements/reactions/HTMLOptionElement.html: Ditto. * web-platform-tests/custom-elements/reactions/HTMLOptionsCollection-expected.txt: Ditto. * web-platform-tests/custom-elements/reactions/HTMLOptionsCollection.html: Ditto. * web-platform-tests/custom-elements/reactions/HTMLOutputElement-expected.txt: Ditto. * web-platform-tests/custom-elements/reactions/HTMLOutputElement.html: Ditto. * web-platform-tests/custom-elements/reactions/HTMLSelectElement-expected.txt: Ditto. * web-platform-tests/custom-elements/reactions/HTMLSelectElement.html: Ditto. * web-platform-tests/custom-elements/reactions/HTMLTableElement-expected.txt: Ditto. * web-platform-tests/custom-elements/reactions/HTMLTableElement.html: Ditto. * web-platform-tests/custom-elements/reactions/HTMLTableRowElement-expected.txt: Ditto. * web-platform-tests/custom-elements/reactions/HTMLTableRowElement.html: Ditto. * web-platform-tests/custom-elements/reactions/HTMLTableSectionElement-expected.txt: Ditto. * web-platform-tests/custom-elements/reactions/HTMLTableSectionElement.html: Ditto. * web-platform-tests/custom-elements/reactions/HTMLTitleElement-expected.txt: Ditto. * web-platform-tests/custom-elements/reactions/HTMLTitleElement.html: Ditto. * web-platform-tests/custom-elements/reactions/ShadowRoot-expected.txt: Ditto. * web-platform-tests/custom-elements/reactions/ShadowRoot.html: Ditto. * web-platform-tests/custom-elements/reactions/resources/reactions.js: * web-platform-tests/custom-elements/reactions/w3c-import.log: * web-platform-tests/custom-elements/resources/custom-elements-helpers.js: * web-platform-tests/custom-elements/upgrading/upgrading-enqueue-reactions-expected.txt: Moved from fast/custom-elements/. * web-platform-tests/custom-elements/upgrading/upgrading-enqueue-reactions.html: Ditto. * web-platform-tests/custom-elements/upgrading/w3c-import.log: * web-platform-tests/custom-elements/w3c-import.log: LayoutTests: Removed tests that have been back imported via web-platform-tests. * fast/custom-elements/custom-element-reaction-queue-expected.txt: Removed. * fast/custom-elements/custom-element-reaction-queue.html: Removed. * fast/custom-elements/reactions-for-webkit-extensions.html: * fast/custom-elements/reactions/: Removed. * fast/custom-elements/resources/additional-helpers.js: Removed. * fast/custom-elements/upgrading-enqueue-reactions-expected.txt: Removed. * fast/custom-elements/upgrading-enqueue-reactions.html: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@208360 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 52298c3 commit ed726b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+524
-530
lines changed

LayoutTests/ChangeLog

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2016-11-03 Ryosuke Niwa <[email protected]>
2+
3+
Update custom elements tests
4+
https://bugs.webkit.org/show_bug.cgi?id=164352
5+
6+
Reviewed by Antti Koivisto.
7+
8+
Removed tests that have been back imported via web-platform-tests.
9+
10+
* fast/custom-elements/custom-element-reaction-queue-expected.txt: Removed.
11+
* fast/custom-elements/custom-element-reaction-queue.html: Removed.
12+
* fast/custom-elements/reactions-for-webkit-extensions.html:
13+
* fast/custom-elements/reactions/: Removed.
14+
* fast/custom-elements/resources/additional-helpers.js: Removed.
15+
* fast/custom-elements/upgrading-enqueue-reactions-expected.txt: Removed.
16+
* fast/custom-elements/upgrading-enqueue-reactions.html: Removed.
17+
118
2016-11-03 Brady Eidson <[email protected]>
219

320
IndexedDB 2.0: Rename IDBKeyRange.contains to IDBKeyRange.includes.

LayoutTests/fast/custom-elements/reactions-for-webkit-extensions.html

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<script src="../../resources/testharnessreport.js"></script>
1010
<script src="../../imported/w3c/web-platform-tests/custom-elements/resources/custom-elements-helpers.js"></script>
1111
<script src="../../imported/w3c/web-platform-tests/custom-elements/reactions/resources/reactions.js"></script>
12-
<script src="resources/additional-helpers.js"></script>
1312
</head>
1413
<body>
1514
<div id="log"></div>

LayoutTests/fast/custom-elements/reactions/CSSStyleDeclaration.html

-177
This file was deleted.

LayoutTests/fast/custom-elements/reactions/Document-expected.txt

-10
This file was deleted.

LayoutTests/fast/custom-elements/reactions/Document.html

-112
This file was deleted.

LayoutTests/fast/custom-elements/resources/additional-helpers.js

-48
This file was deleted.

0 commit comments

Comments
 (0)