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

Side by Side Diff: LayoutTests/fast/block/line-layout/line-break-removal-near-textarea-crash.html

Issue 10411077: Merge 116551 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 7 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/block/line-layout/line-break-removal-near-textarea-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 <style> 3 <style>
4 .style1 { display: table-row; content: counter(section); } 4 .style1 { display: table-row; content: counter(section); }
5 .style2 { position: fixed; } 5 .style2 { position: fixed; }
6 .style3 { vertical-align: super; -webkit-appearance: button; -webkit-column-widt h: 100px; } 6 .style3 { vertical-align: super; -webkit-appearance: button; -webkit-column-widt h: 100px; }
7 .style3:nth-of-type(2n) { display: list-item; } 7 .style3:nth-of-type(2n) { display: list-item; }
8 </style> 8 </style>
9 <script> 9 <script>
10 window.onload = function() { 10 window.onload = function() {
(...skipping 27 matching lines...) Expand all
38 spanElem2.removeChild(paragraphElem); 38 spanElem2.removeChild(paragraphElem);
39 39
40 if (window.layoutTestController) 40 if (window.layoutTestController)
41 layoutTestController.dumpAsText(); 41 layoutTestController.dumpAsText();
42 } 42 }
43 </script> 43 </script>
44 <body> 44 <body>
45 PASS, if no crash or assert in debug 45 PASS, if no crash or assert in debug
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/line-layout/line-break-removal-near-textarea-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698