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

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

Issue 9568027: Merge 108417 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 9 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/rtl-first-letter-text-iterator-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 #el0 { 2 #el0 {
3 visibility: collapse; 3 visibility: collapse;
4 } 4 }
5 #el1::first-letter { 5 #el1::first-letter {
6 height: 1; 6 height: 1;
7 </style> 7 </style>
8 <script> 8 <script>
9 if (window.layoutTestController) { 9 if (window.layoutTestController) {
10 layoutTestController.dumpAsText(); 10 layoutTestController.dumpAsText();
(...skipping 11 matching lines...) Expand all
22 el1.appendChild(document.createTextNode(unescape('A%u074b'))); 22 el1.appendChild(document.createTextNode(unescape('A%u074b')));
23 document.body.offsetTop; 23 document.body.offsetTop;
24 setTimeout(function () { 24 setTimeout(function () {
25 document.body.innerHTML = "PASS. WebKit didn't crash."; 25 document.body.innerHTML = "PASS. WebKit didn't crash.";
26 layoutTestController.notifyDone(); 26 layoutTestController.notifyDone();
27 }, 0); 27 }, 0);
28 } 28 }
29 window.scrollTop; 29 window.scrollTop;
30 window.onload=crash 30 window.onload=crash
31 </script> 31 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/text-iterator/rtl-first-letter-text-iterator-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698