Changeset 204674 in webkit


Ignore:
Timestamp:
Aug 19, 2016 8:10:03 PM (8 years ago)
Author:
Chris Dumez
Message:

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

  • web-platform-tests/html/dom/interfaces.html:
Location:
trunk/LayoutTests/imported/w3c
Files:
3 edited

Legend:

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

    r204669 r204674  
     12016-08-19  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, roll out part of r204662 to see if it addresses flakiness.
     4
     5        * web-platform-tests/html/dom/interfaces.html:
     6
    172016-08-19  Chris Dumez  <cdumez@apple.com>
    28
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt

    r204669 r204674  
    20612061PASS HTMLMediaElement interface: attribute autoplay
    20622062PASS HTMLMediaElement interface: attribute loop
    2063 PASS HTMLMediaElement interface: operation play()
     2063FAIL HTMLMediaElement interface: operation play() assert_throws: calling operation with this = null didn't throw TypeError function "function () {
     2064            fn.apply(obj, args);
     2065        }" did not throw
    20642066PASS HTMLMediaElement interface: operation pause()
    20652067PASS HTMLMediaElement interface: attribute mediaGroup
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html

    r204662 r204674  
    12971297           attribute boolean autoplay;
    12981298           attribute boolean loop;
    1299   Promise<void> play();
     1299  void play();
    13001300  void pause();
    13011301
Note: See TracChangeset for help on using the changeset viewer.