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

Side by Side Diff: LayoutTests/fast/block/update-midpoints-for-trailing-boxes-crash.html

Issue 7693022: Merge 92132 (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/fast/block/update-midpoints-for-trailing-boxes-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 <head> 3 <head>
4 <style> 4 <style>
5 .a { 5 .a {
6 display: table-cell; 6 display: table-cell;
7 white-space: nowrap; 7 white-space: nowrap;
8 } 8 }
9 .b { 9 .b {
10 padding-left: 4px; 10 padding-left: 4px;
11 white-space: pre-wrap; 11 white-space: pre-wrap;
12 } 12 }
13 </style> 13 </style>
14 <script> 14 <script>
15 if (window.layoutTestController) 15 if (window.layoutTestController)
16 layoutTestController.dumpAsText(); 16 layoutTestController.dumpAsText();
17 </script> 17 </script>
18 </head> 18 </head>
19 <body> 19 <body>
20 <div class='a'> 20 <div class='a'>
21 <span class='b'>PASS,</span> 21 <span class='b'>PASS,</span>
22 <span> 22 <span>
23 <span>does not crash</span> 23 <span>does not crash</span>
24 <span class='b'></span> 24 <span class='b'></span>
25 </span> 25 </span>
26 </div> 26 </div>
27 </body> 27 </body>
28 </html> 28 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/update-midpoints-for-trailing-boxes-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698