Changeset 155725 in webkit


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

Layout Test fast/dom/Window/window-postmessage-clone.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=111898

Reviewed by Oliver Hunt.

  • fast/dom/Window/script-tests/postmessage-clone.js: The test was checking

modification times of non-existent files. When you do this, you get current time,
and current time changes over time, making comparisons non-reliable.

  • fast/dom/Window/resources/file1.txt: Added.
  • fast/dom/Window/resources/file2.txt: Added.
Location:
trunk/LayoutTests
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r155724 r155725  
     12013-09-13  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Layout Test fast/dom/Window/window-postmessage-clone.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=111898
     5
     6        Reviewed by Oliver Hunt.
     7
     8        * fast/dom/Window/script-tests/postmessage-clone.js: The test was checking
     9        modification times of non-existent files. When you do this, you get current time,
     10        and current time changes over time, making comparisons non-reliable.
     11
     12        * fast/dom/Window/resources/file1.txt: Added.
     13        * fast/dom/Window/resources/file2.txt: Added.
     14
    1152013-09-13  Oliver Hunt  <oliver@apple.com>
    216
  • trunk/LayoutTests/fast/dom/Window/script-tests/postmessage-clone.js

    r155008 r155725  
    7171    var targetX = fileRect.left + fileRect.width / 2;
    7272    var targetY = fileRect.top + fileRect.height / 2;
    73     eventSender.beginDragWithFiles(['got-file-upload.html', 'got-file-upload-2.html']);
     73    eventSender.beginDragWithFiles(['resources/file1.txt', 'resources/file2.txt']);
    7474    eventSender.mouseMoveTo(targetX, targetY);
    7575    eventSender.mouseUp();
Note: See TracChangeset for help on using the changeset viewer.