Title: [203735] trunk/LayoutTests
Revision
203735
Author
[email protected]
Date
2016-07-26 13:59:36 -0700 (Tue, 26 Jul 2016)

Log Message

Remove the tests for legacy custom elements API
https://bugs.webkit.org/show_bug.cgi?id=160209

Reviewed by Chris Dumez.

Removed the tests for legacy custom elements v0 API. The tests for the new v1 API is at fast/custom-elements.

* fast/dom/custom: Removed.
* fast/dom/custom/document-register-basic-expected.txt: Removed.
* fast/dom/custom/document-register-basic.html: Removed.
* fast/dom/custom/document-register-namespace-expected.txt: Removed.
* fast/dom/custom/document-register-namespace.html: Removed.
* fast/dom/custom/document-register-reentrant-null-constructor-expected.txt: Removed.
* fast/dom/custom/document-register-reentrant-null-constructor.html: Removed.
* fast/dom/custom/document-register-reentrant-returning-fake-expected.txt: Removed.
* fast/dom/custom/document-register-reentrant-returning-fake.html: Removed.
* fast/dom/custom/document-register-reentrant-throwing-constructor-expected.txt: Removed.
* fast/dom/custom/document-register-reentrant-throwing-constructor.html: Removed.
* fast/dom/custom/document-register-type-extensions-expected.txt: Removed.
* fast/dom/custom/document-register-type-extensions.html: Removed.
* fast/dom/custom/lifecycle-ready-createElement-recursion-expected.txt: Removed.
* fast/dom/custom/lifecycle-ready-createElement-recursion.html: Removed.
* fast/dom/custom/lifecycle-ready-createElement-reentrancy-expected.txt: Removed.
* fast/dom/custom/lifecycle-ready-createElement-reentrancy.html: Removed.
* fast/dom/custom/lifecycle-ready-creation-api-expected.txt: Removed.
* fast/dom/custom/lifecycle-ready-creation-api.html: Removed.
* fast/dom/custom/lifecycle-ready-innerHTML-expected.txt: Removed.
* fast/dom/custom/lifecycle-ready-innerHTML.html: Removed.
* fast/dom/custom/lifecycle-ready-parser-only-expected.html: Removed.
* fast/dom/custom/lifecycle-ready-parser-only.html: Removed.
* fast/dom/custom/lifecycle-ready-parser-script-expected.txt: Removed.
* fast/dom/custom/lifecycle-ready-parser-script.html: Removed.
* fast/dom/custom/lifecycle-ready-paste-expected.txt: Removed.
* fast/dom/custom/lifecycle-ready-paste.html: Removed.
* fast/dom/custom/resources: Removed.
* fast/dom/custom/resources/document-register-fuzz.js: Removed.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:

Modified Paths

Removed Paths

  • trunk/LayoutTests/fast/dom/custom/

Diff

Modified: trunk/LayoutTests/ChangeLog (203734 => 203735)


--- trunk/LayoutTests/ChangeLog	2016-07-26 20:57:20 UTC (rev 203734)
+++ trunk/LayoutTests/ChangeLog	2016-07-26 20:59:36 UTC (rev 203735)
@@ -1,3 +1,47 @@
+2016-07-26  Ryosuke Niwa  <[email protected]>
+
+        Remove the tests for legacy custom elements API
+        https://bugs.webkit.org/show_bug.cgi?id=160209
+
+        Reviewed by Chris Dumez.
+
+        Removed the tests for legacy custom elements v0 API. The tests for the new v1 API is at fast/custom-elements.
+
+        * fast/dom/custom: Removed.
+        * fast/dom/custom/document-register-basic-expected.txt: Removed.
+        * fast/dom/custom/document-register-basic.html: Removed.
+        * fast/dom/custom/document-register-namespace-expected.txt: Removed.
+        * fast/dom/custom/document-register-namespace.html: Removed.
+        * fast/dom/custom/document-register-reentrant-null-constructor-expected.txt: Removed.
+        * fast/dom/custom/document-register-reentrant-null-constructor.html: Removed.
+        * fast/dom/custom/document-register-reentrant-returning-fake-expected.txt: Removed.
+        * fast/dom/custom/document-register-reentrant-returning-fake.html: Removed.
+        * fast/dom/custom/document-register-reentrant-throwing-constructor-expected.txt: Removed.
+        * fast/dom/custom/document-register-reentrant-throwing-constructor.html: Removed.
+        * fast/dom/custom/document-register-type-extensions-expected.txt: Removed.
+        * fast/dom/custom/document-register-type-extensions.html: Removed.
+        * fast/dom/custom/lifecycle-ready-createElement-recursion-expected.txt: Removed.
+        * fast/dom/custom/lifecycle-ready-createElement-recursion.html: Removed.
+        * fast/dom/custom/lifecycle-ready-createElement-reentrancy-expected.txt: Removed.
+        * fast/dom/custom/lifecycle-ready-createElement-reentrancy.html: Removed.
+        * fast/dom/custom/lifecycle-ready-creation-api-expected.txt: Removed.
+        * fast/dom/custom/lifecycle-ready-creation-api.html: Removed.
+        * fast/dom/custom/lifecycle-ready-innerHTML-expected.txt: Removed.
+        * fast/dom/custom/lifecycle-ready-innerHTML.html: Removed.
+        * fast/dom/custom/lifecycle-ready-parser-only-expected.html: Removed.
+        * fast/dom/custom/lifecycle-ready-parser-only.html: Removed.
+        * fast/dom/custom/lifecycle-ready-parser-script-expected.txt: Removed.
+        * fast/dom/custom/lifecycle-ready-parser-script.html: Removed.
+        * fast/dom/custom/lifecycle-ready-paste-expected.txt: Removed.
+        * fast/dom/custom/lifecycle-ready-paste.html: Removed.
+        * fast/dom/custom/resources: Removed.
+        * fast/dom/custom/resources/document-register-fuzz.js: Removed.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/ios-simulator/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/win/TestExpectations:
+
 2016-07-26  Chris Dumez  <[email protected]>
 
         Second parameter to Range.isPointInRange() / comparePoint() should be mandatory

Modified: trunk/LayoutTests/platform/efl/TestExpectations (203734 => 203735)


--- trunk/LayoutTests/platform/efl/TestExpectations	2016-07-26 20:57:20 UTC (rev 203734)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2016-07-26 20:59:36 UTC (rev 203735)
@@ -1762,9 +1762,6 @@
 
 webkit.org/b/109950 fast/dom/Window/webkitConvertPoint.html [ Failure ]
 
-# CUSTOM_ELEMENTS is not enabled.
-webkit.org/b/110958 fast/dom/custom [ Skip ]
-
 # New test
 webkit.org/b/110654 css3/flexbox/button.html [ Failure ]
 

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (203734 => 203735)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2016-07-26 20:57:20 UTC (rev 203734)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2016-07-26 20:59:36 UTC (rev 203735)
@@ -391,9 +391,6 @@
 Bug(GTK) http/tests/media/track-in-band-hls-metadata.html [ Skip ]
 Bug(GTK) media/track/track-datacue-value.html [ Skip ]
 
-# Require ENABLE(CUSTOM_ELEMENTS) support
-webkit.org/b/110735 fast/dom/custom [ Skip ]
-
 # Snapshotted plugins not enabled
 webkit.org/b/98696 plugins/snapshotting [ Skip ]
 

Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (203734 => 203735)


--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2016-07-26 20:57:20 UTC (rev 203734)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2016-07-26 20:59:36 UTC (rev 203735)
@@ -1536,17 +1536,6 @@
 fast/dom/client-width-height-quirks.html [ Failure ]
 fast/dom/client-width-height.html [ Failure ]
 fast/dom/comment-not-documentElement.html [ Failure ]
-fast/dom/custom/document-register-basic.html [ Failure ]
-fast/dom/custom/document-register-namespace.html [ Failure ]
-fast/dom/custom/document-register-reentrant-null-constructor.html [ Failure ]
-fast/dom/custom/document-register-reentrant-returning-fake.html [ Failure ]
-fast/dom/custom/document-register-type-extensions.html [ Failure ]
-fast/dom/custom/lifecycle-ready-createElement-recursion.html [ Failure ]
-fast/dom/custom/lifecycle-ready-createElement-reentrancy.html [ Failure ]
-fast/dom/custom/lifecycle-ready-creation-api.html [ Failure ]
-fast/dom/custom/lifecycle-ready-innerHTML.html [ Failure ]
-fast/dom/custom/lifecycle-ready-parser-only.html [ ImageOnlyFailure ]
-fast/dom/custom/lifecycle-ready-parser-script.html [ Failure ]
 fast/dom/horizontal-scrollbar-in-rtl.html [ Failure ]
 fast/dom/horizontal-scrollbar-when-dir-change.html [ Failure ]
 fast/dom/jsDevicePixelRatio.html [ Failure ]
@@ -2648,7 +2637,6 @@
 editing/style/font-family-with-space.html [ Skip ]
 editing/style/non-inheritable-styles.html [ Skip ]
 editing/undo/undo-paste-when-caret-is-not-in-range.html [ Skip ]
-fast/dom/custom/lifecycle-ready-paste.html [ Skip ]
 http/tests/misc/copy-resolves-urls.html [ Skip ]
 editing/inserting/insert-3907422-fix.html [ Skip ]
 fast/forms/textarea-paste-newline.html [ Skip ]

Modified: trunk/LayoutTests/platform/mac/TestExpectations (203734 => 203735)


--- trunk/LayoutTests/platform/mac/TestExpectations	2016-07-26 20:57:20 UTC (rev 203734)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2016-07-26 20:59:36 UTC (rev 203735)
@@ -513,9 +513,6 @@
 
 webkit.org/b/93589 svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg [ Pass Timeout ]
 
-# ENABLE(CUSTOM_ELEMENTS) is disabled.
-fast/dom/custom
-
 # CSS image-resolution is not yet enabled.
 webkit.org/b/85262 fast/css/image-resolution
 

Modified: trunk/LayoutTests/platform/win/TestExpectations (203734 => 203735)


--- trunk/LayoutTests/platform/win/TestExpectations	2016-07-26 20:57:20 UTC (rev 203734)
+++ trunk/LayoutTests/platform/win/TestExpectations	2016-07-26 20:59:36 UTC (rev 203735)
@@ -577,9 +577,6 @@
 webkit.org/b/140518 [ Release ] fast/events/drag-and-drop-autoscroll.html [ Failure ]
 fast/events/clear-drag-state.html [ Failure ]
 
-# Disable document.register tests, ENABLE_CUSTOM_ELEMENT disabled
-fast/dom/custom/ [ Skip ]
-
 # TODO User Timing is not enabled yet. so skip it.
 webkit.org/b/84893 http/tests/w3c/webperf/submission/Intel/user-timing [ Skip ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to