Changeset 156293 in webkit


Ignore:
Timestamp:
Sep 23, 2013 2:20:13 PM (11 years ago)
Author:
ap@apple.com
Message:

video-object-fit tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=121803

Rubber-stamped by Simon Fraser.

Removing an ad hoc 1.5 second timeout that these tests had. Loading video can take
longer.

  • compositing/video/video-object-fit.html:
  • media/video-object-fit-change.html:
  • media/video-object-fit.html:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r156292 r156293  
     12013-09-23  Alexey Proskuryakov  <ap@apple.com>
     2
     3        video-object-fit tests are flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=121803
     5
     6        Rubber-stamped by Simon Fraser.
     7
     8        Removing an ad hoc 1.5 second timeout that these tests had. Loading video can take
     9        longer.
     10
     11        * compositing/video/video-object-fit.html:
     12        * media/video-object-fit-change.html:
     13        * media/video-object-fit.html:
     14
    1152013-09-23  Alexandru Chiculita  <achicu@adobe.com>
    216
  • trunk/LayoutTests/compositing/video/video-object-fit.html

    r154921 r156293  
    4444            }
    4545        }, true);
    46 
    47         if (window.testRunner) {
    48             setTimeout(function() {
    49                 document.body.appendChild(document.createTextNode('FAIL'));
    50                 if (window.testRunner)
    51                     testRunner.notifyDone();
    52             }, 1500);
    53         }
    5446    }
    5547</script>
  • trunk/LayoutTests/media/video-object-fit-change.html

    r154921 r156293  
    2727                    setTimeout(function() { changeStyle(); }, 250);
    2828            }, true);
    29 
    30             if (window.testRunner) {
    31                 setTimeout(function() {
    32                     document.body.appendChild(document.createTextNode('FAIL'));
    33                     if (window.testRunner)
    34                         testRunner.notifyDone();
    35                 }, 1500);
    36             }
    3729        }
    3830
  • trunk/LayoutTests/media/video-object-fit.html

    r154858 r156293  
    2929                }
    3030            }, true);
    31 
    32             if (window.testRunner) {
    33                 setTimeout(function() {
    34                     document.body.appendChild(document.createTextNode('FAIL'));
    35                     if (window.testRunner)
    36                         testRunner.notifyDone();
    37                 }, 1500);
    38             }
    3931        }
    4032    </script>
Note: See TracChangeset for help on using the changeset viewer.