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

Side by Side Diff: LayoutTests/fast/replaced/render-inline-cast-to-render-box-crash.html

Issue 10883044: Merge 125472 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 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/replaced/render-inline-cast-to-render-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 </script> 6 </script>
7 <style> 7 <style>
8 span { 8 span {
9 position: relative; 9 position: relative;
10 height:100px; 10 height:100px;
11 } 11 }
12 img { 12 img {
13 position: absolute; 13 position: absolute;
14 height: 50%; 14 height: 50%;
15 } 15 }
16 </style> 16 </style>
17 <body> 17 <body>
18 <span> 18 <span>
19 <img /> 19 <img />
20 </span> 20 </span>
21 PASS. WebKit didn't crash. 21 PASS. WebKit didn't crash.
22 </body> 22 </body>
23 </html> 23 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/replaced/render-inline-cast-to-render-box-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698