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

Side by Side Diff: LayoutTests/fast/block/sticky-position-containing-block-crash.html

Issue 11853004: Merge 138908 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 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/block/sticky-position-containing-block-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 Test passes if it does not crash. 3 Test passes if it does not crash.
4 https://bugs.webkit.org/show_bug.cgi?id=105654 4 https://bugs.webkit.org/show_bug.cgi?id=105654
5 <div> 5 <div>
6 <div> 6 <div>
7 <div> 7 <div>
8 <i> 8 <i>
9 <i> 9 <i>
10 <i style="position: -webkit-sticky; display: table-footer-group;"> 10 <i style="position: -webkit-sticky; display: table-footer-group;">
11 <span></span> 11 <span></span>
12 </i> 12 </i>
13 </i> 13 </i>
14 </i> 14 </i>
15 </div> 15 </div>
16 </div> 16 </div>
17 </div> 17 </div>
18 <style> 18 <style>
19 * { position: absolute; } 19 * { position: absolute; }
20 </style> 20 </style>
21 <script> 21 <script>
22 if (window.testRunner) 22 if (window.testRunner)
23 testRunner.dumpAsText(); 23 testRunner.dumpAsText();
24 </script> 24 </script>
25 </html> 25 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/sticky-position-containing-block-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698