Changeset 155725 in webkit
- Timestamp:
- Sep 13, 2013, 2:32:11 PM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r155724 r155725 1 2013-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 1 15 2013-09-13 Oliver Hunt <oliver@apple.com> 2 16 -
trunk/LayoutTests/fast/dom/Window/script-tests/postmessage-clone.js
r155008 r155725 71 71 var targetX = fileRect.left + fileRect.width / 2; 72 72 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']); 74 74 eventSender.mouseMoveTo(targetX, targetY); 75 75 eventSender.mouseUp();
Note:
See TracChangeset
for help on using the changeset viewer.