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

Side by Side Diff: LayoutTests/fast/table/table-anonymous-block-destroy-crash.html

Issue 3471012: Merge 68062 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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/table/table-anonymous-block-destroy-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 <head> 2 <head>
3 <style> 3 <style>
4 div 4 div
5 { 5 {
6 -webkit-column-span: all; 6 -webkit-column-span: all;
7 -webkit-columns: 2; 7 -webkit-columns: 2;
8 display: table-cell; 8 display: table-cell;
9 } 9 }
10 div:last-of-type 10 div:last-of-type
11 { 11 {
12 display: table-caption; 12 display: table-caption;
13 } 13 }
14 </style> 14 </style>
15 </head> 15 </head>
16 <body> 16 <body>
17 <div> 17 <div>
18 <div></div> 18 <div></div>
19 </div> 19 </div>
20 PASS 20 PASS
21 <script> 21 <script>
22 if (window.layoutTestController) 22 if (window.layoutTestController)
23 layoutTestController.dumpAsText(); 23 layoutTestController.dumpAsText();
24 </script> 24 </script>
25 </body> 25 </body>
26 </html> 26 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-anonymous-block-destroy-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698