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

Side by Side Diff: LayoutTests/editing/pasteboard/replacement-fragment-remove-unrendered-node-crash.html

Issue 7446011: Merge 91270 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/editing/pasteboard/replacement-fragment-remove-unrendered-node-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 Test passes if it does not crash. 3 Test passes if it does not crash.
4 <input id="test" contenteditable="true"> 4 <input id="test" contenteditable="true">
5 <script src="../editing.js"></script> 5 <script src="../editing.js"></script>
6 <script> 6 <script>
7 if (window.layoutTestController) 7 if (window.layoutTestController)
8 layoutTestController.dumpAsText(); 8 layoutTestController.dumpAsText();
9 9
10 var e = document.getElementById("test"); 10 var e = document.getElementById("test");
11 var s = window.getSelection(); 11 var s = window.getSelection();
12 12
13 s.setPosition(e, 10500000000); 13 s.setPosition(e, 10500000000);
14 insertHTMLCommand("<noscript>baz"); 14 insertHTMLCommand("<noscript>baz");
15 </script> 15 </script>
16 </html> 16 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/pasteboard/replacement-fragment-remove-unrendered-node-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698