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

Side by Side Diff: LayoutTests/fast/lists/parent-box-not-box-crash.html

Issue 3559003: Merge 68408 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 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/lists/parent-box-not-box-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 .test1 { 4 .test1 {
5 display: list-item; 5 display: list-item;
6 } 6 }
7 .test2 { 7 .test2 {
8 display: run-in; 8 display: run-in;
9 } 9 }
10 </style> 10 </style>
11 <script> 11 <script>
12 if (window.layoutTestController) 12 if (window.layoutTestController)
13 layoutTestController.dumpAsText(); 13 layoutTestController.dumpAsText();
14 </script> 14 </script>
15 </head> 15 </head>
16 <body> 16 <body>
17 <div class="test1"> 17 <div class="test1">
18 <div class="test2"> 18 <div class="test2">
19 PASS 19 PASS
20 </div> 20 </div>
21 <div> 21 <div>
22 </body> 22 </body>
23 </html> 23 </html>
24 24
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/lists/parent-box-not-box-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698