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

Side by Side Diff: LayoutTests/editing/pasteboard/drag-drop-to-data-url.html

Issue 8673010: Merge 100203 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 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 src=../editing.js type="text/javascript"></script> 3 <script src=../editing.js type="text/javascript"></script>
4 <script> 4 <script>
5 5
6 var framex; 6 var framex;
7 var framey; 7 var framey;
8 8
9 function editingTest() { 9 function editingTest() {
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 <title>Check you can't drag into a data URL</title> 51 <title>Check you can't drag into a data URL</title>
52 </head> 52 </head>
53 <body> 53 <body>
54 54
55 <p>Check you can't drag into a data URL</p> 55 <p>Check you can't drag into a data URL</p>
56 <div><span id="dragme">hello</span></div> 56 <div><span id="dragme">hello</span></div>
57 <iframe id=targetframe src="data:text/html;charset=utf-8,%3Cbody%20contentEditab le%3Dtrue%3E%0D%0A"></iframe> 57 <iframe id=targetframe src="data:text/html;charset=utf-8,%3Cbody%20contentEditab le%3Dtrue%3E%0D%0A"></iframe>
58 <script>runEditingTest();</script> 58 <script>runEditingTest();</script>
59 </body> 59 </body>
60 </html> 60 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698