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

Side by Side Diff: LayoutTests/fast/css/relative-position-replaced-in-table-display-crash.html

Issue 9263001: Merge 104183 - Source/WebCore: Crash due to reparenting of relpositioned object under anonymous b... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 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/css/relative-position-replaced-in-table-display-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 <style type="text/css"> 2 <style type="text/css">
3 .firstDivStyle + .secondDivStyle { display: table-footer-group; } 3 .firstDivStyle + .secondDivStyle { display: table-footer-group; }
4 .rubyStyle { position: relative; } 4 .rubyStyle { position: relative; }
5 .secondDivStyle { -webkit-appearance: button; } 5 .secondDivStyle { -webkit-appearance: button; }
6 .posAbsolute { position: absolute; } 6 .posAbsolute { position: absolute; }
7 </style> 7 </style>
8 <script type="text/javascript"> 8 <script type="text/javascript">
9 function dumpTest() { 9 function dumpTest() {
10 layoutTestController.notifyDone(); 10 layoutTestController.notifyDone();
(...skipping 12 matching lines...) Expand all
23 window.onload = runTest; 23 window.onload = runTest;
24 </script> 24 </script>
25 <body> 25 <body>
26 PASS, if no exception or crash in debug 26 PASS, if no exception or crash in debug
27 <div class="firstDivStyle"></div> 27 <div class="firstDivStyle"></div>
28 <div class="secondDivStyle"></div> 28 <div class="secondDivStyle"></div>
29 <div id="remove"></div> 29 <div id="remove"></div>
30 <ruby id="ruby" class="rubyStyle"></ruby> 30 <ruby id="ruby" class="rubyStyle"></ruby>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/relative-position-replaced-in-table-display-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698