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

Side by Side Diff: LayoutTests/editing/text-iterator/backward-textiterator-first-letter-crash.html

Issue 7696023: Merge 93347 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 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/text-iterator/backward-textiterator-first-letter-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 <style> 1 <style>
2 div:first-letter { margin-top: 0em; } 2 div:first-letter { margin-top: 0em; }
3 </style> 3 </style>
4 <script> 4 <script>
5 if (window.layoutTestController) { 5 if (window.layoutTestController) {
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 layoutTestController.waitUntilDone(); 7 layoutTestController.waitUntilDone();
8 } 8 }
9 function done() { 9 function done() {
10 document.body.innerHTML = 'PASS if WebKit did not hit assertions'; 10 document.body.innerHTML = 'PASS if WebKit did not hit assertions';
11 if (window.layoutTestController) 11 if (window.layoutTestController)
12 layoutTestController.notifyDone(); 12 layoutTestController.notifyDone();
13 } 13 }
14 </script> 14 </script>
15 <body onload="setTimeout(done, 100);"><div>AB<select autofocus contenteditable> 15 <body onload="setTimeout(done, 100);"><div>AB<select autofocus contenteditable>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/text-iterator/backward-textiterator-first-letter-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698