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

Side by Side Diff: LayoutTests/fast/runin/runin-continuations-crash.html

Issue 10458025: Merge 118249 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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/fast/runin/runin-continuations-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 <html> 1 <html>
2 <body> 2 <body>
3 WebKit Bug 87264 - Crash in run-ins with continuations while moving back to orig inal position.<br /> 3 WebKit Bug 87264 - Crash in run-ins with continuations while moving back to orig inal position.<br />
4 Test passes if it does not crash.<br /> 4 Test passes if it does not crash.<br />
5 <style> 5 <style>
6 .runIn { display: run-in; } 6 .runIn { display: run-in; }
7 </style> 7 </style>
8 <script> 8 <script>
9 if (window.layoutTestController) 9 if (window.layoutTestController)
10 layoutTestController.dumpAsText(); 10 layoutTestController.dumpAsText();
(...skipping 13 matching lines...) Expand all
24 24
25 document.body.offsetTop; 25 document.body.offsetTop;
26 26
27 runIn1.appendChild(document.createElement('div')); 27 runIn1.appendChild(document.createElement('div'));
28 span1.style.display = 'block'; 28 span1.style.display = 'block';
29 document.body.offsetTop; 29 document.body.offsetTop;
30 q1.style.display = 'none'; 30 q1.style.display = 'none';
31 </script> 31 </script>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/runin/runin-continuations-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698