Title: [204674] trunk/LayoutTests/imported/w3c
Revision
204674
Author
[email protected]
Date
2016-08-19 20:10:03 -0700 (Fri, 19 Aug 2016)

Log Message

Unreviewed, roll out part of r204662 to see if it addresses flakiness.

* web-platform-tests/html/dom/interfaces.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (204673 => 204674)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2016-08-20 02:59:26 UTC (rev 204673)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2016-08-20 03:10:03 UTC (rev 204674)
@@ -1,5 +1,11 @@
 2016-08-19  Chris Dumez  <[email protected]>
 
+        Unreviewed, roll out part of r204662 to see if it addresses flakiness.
+
+        * web-platform-tests/html/dom/interfaces.html:
+
+2016-08-19  Chris Dumez  <[email protected]>
+
         Mark CanvasPath operations' parameters as mandatory when they should be
         https://bugs.webkit.org/show_bug.cgi?id=161014
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (204673 => 204674)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt	2016-08-20 02:59:26 UTC (rev 204673)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt	2016-08-20 03:10:03 UTC (rev 204674)
@@ -2060,7 +2060,9 @@
 PASS HTMLMediaElement interface: attribute ended 
 PASS HTMLMediaElement interface: attribute autoplay 
 PASS HTMLMediaElement interface: attribute loop 
-PASS HTMLMediaElement interface: operation play() 
+FAIL HTMLMediaElement interface: operation play() assert_throws: calling operation with this = null didn't throw TypeError function "function () {
+            fn.apply(obj, args);
+        }" did not throw
 PASS HTMLMediaElement interface: operation pause() 
 PASS HTMLMediaElement interface: attribute mediaGroup 
 PASS HTMLMediaElement interface: attribute controller 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html (204673 => 204674)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html	2016-08-20 02:59:26 UTC (rev 204673)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html	2016-08-20 03:10:03 UTC (rev 204674)
@@ -1296,7 +1296,7 @@
   readonly attribute boolean ended;
            attribute boolean autoplay;
            attribute boolean loop;
-  Promise<void> play();
+  void play();
   void pause();
 
   // media controller
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to