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

Side by Side Diff: third_party/WebKit/LayoutTests/images/drag-pdf-as-image.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script type="text/javascript"> 3 <script type="text/javascript">
4 function test() { 4 function test() {
5 5
6 if (!window.testRunner || !window.eventSender) 6 if (!window.testRunner || !window.eventSender)
7 return; 7 return;
8 8
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 10
(...skipping 10 matching lines...) Expand all
21 } 21 }
22 </script> 22 </script>
23 </head> 23 </head>
24 <body onload="test()"> 24 <body onload="test()">
25 <img id="dragMe" src='resources/pdf_test_landscape.pdf'> 25 <img id="dragMe" src='resources/pdf_test_landscape.pdf'>
26 <div> 26 <div>
27 This test checks that dragging a pdf doesn't crash the browser. 27 This test checks that dragging a pdf doesn't crash the browser.
28 </div> 28 </div>
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698