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

Side by Side Diff: LayoutTests/fast/reflections/remove-reflection-crash.html

Issue 6953015: Merge 85586 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 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/reflections/remove-reflection-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 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <style> 5 <style>
6 .box { 6 .box {
7 width: 100px; 7 width: 100px;
8 height: 100px; 8 height: 100px;
9 background-color: blue; 9 background-color: blue;
10 } 10 }
(...skipping 29 matching lines...) Expand all
40 </script> 40 </script>
41 </head> 41 </head>
42 <body> 42 <body>
43 <p>This test should not crash when run with MallocScribble enabled.</p> 43 <p>This test should not crash when run with MallocScribble enabled.</p>
44 <div id="reflected" class="box"> 44 <div id="reflected" class="box">
45 <div class="child box"></div> 45 <div class="child box"></div>
46 </div> 46 </div>
47 <div id="container"></div> 47 <div id="container"></div>
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/reflections/remove-reflection-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698