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

Side by Side Diff: LayoutTests/editing/pasteboard/drag-drop-dead-frame.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
« no previous file with comments | « no previous file | LayoutTests/editing/pasteboard/drag-drop-to-data-url.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 67
68 68
69 69
70 </script> 70 </script>
71 <title>Check you don't crash when your previous drag target frame is deleted</ti tle> 71 <title>Check you don't crash when your previous drag target frame is deleted</ti tle>
72 </head> 72 </head>
73 <body> 73 <body>
74 74
75 <p>Check you don't crash when your previous drag target frame is deleted &lt;rda r://problem/5049842&gt;</p> 75 <p>Check you don't crash when your previous drag target frame is deleted &lt;rda r://problem/5049842&gt;</p>
76 <div><span id="dragme">hello</span></div> 76 <div><span id="dragme">hello</span></div>
77 <iframe id=targetframe src="data:text/html;charset=utf-8,%3Cbody%20contentEditab le%3Dtrue%3E%0D%0A"></iframe> 77 <iframe id=targetframe src="resources/editable-iframe.html"></iframe>
78 <script>runEditingTest();</script> 78 <script>runEditingTest();</script>
79 </body> 79 </body>
80 </html> 80 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/pasteboard/drag-drop-to-data-url.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698