Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: LayoutTests/http/tests/local/blob/script-tests/send-hybrid-blob.js

Issue 15508003: Revert "Don't force layout for mouse event hit tests" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 description("Test for building blobs with multiple files combined by BlobBuilder and sending them via XMLHttpRequest. (This test requires eventSender.beginDrag WithFiles)"); 1 description("Test for building blobs with multiple files combined by BlobBuilder and sending them via XMLHttpRequest. (This test requires eventSender.beginDrag WithFiles)");
2 2
3 var testFilePaths = [ 3 var testFilePaths = [
4 "nonexistent", 4 "nonexistent",
5 "empty.txt", 5 "empty.txt",
6 "file-for-drag-to-send.txt", 6 "file-for-drag-to-send.txt",
7 "file-for-drag-to-send2.txt", 7 "file-for-drag-to-send2.txt",
8 "abe.png" 8 "abe.png"
9 ]; 9 ];
10 10
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 F('file-for-drag-to-send.txt'), 81 F('file-for-drag-to-send.txt'),
82 F('file-for-drag-to-send2.txt'), 82 F('file-for-drag-to-send2.txt'),
83 F('abe.png') ], 83 F('abe.png') ],
84 { 'start': 20, 'length': 3000 }); 84 { 'start': 20, 'length': 3000 });
85 85
86 testRunner.notifyDone(); 86 testRunner.notifyDone();
87 } 87 }
88 88
89 if (window.eventSender) { 89 if (window.eventSender) {
90 testRunner.waitUntilDone(); 90 testRunner.waitUntilDone();
91 // Mouse events only work after an initial layout
92 document.body.offsetLeft;
93 util.runTests(); 91 util.runTests();
94 } else 92 } else
95 testFailed("This test is not interactive, please run using DumpRenderTree"); 93 testFailed("This test is not interactive, please run using DumpRenderTree");
96 94
97 var successfullyParsed = true; 95 var successfullyParsed = true;
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/textIteratorNilRenderer.html ('k') | LayoutTests/http/tests/navigation/resources/javascriptlink.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698