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

Side by Side Diff: LayoutTests/fast/css-generated-content/first-letter-next-sibling-crash.html

Issue 10416046: Merge 116325 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 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/css-generated-content/first-letter-next-sibling-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 <style> 3 <style>
4 .absolutePosition { position: fixed; } 4 .absolutePosition { position: fixed; }
5 .float:before { float: right; content: ''; } 5 .float:before { float: right; content: ''; }
6 .float:first-letter { float: right; } 6 .float:first-letter { float: right; }
7 .inline::first-letter { content: ''; } 7 .inline::first-letter { content: ''; }
8 </style> 8 </style>
9 <script> 9 <script>
10 if (window.layoutTestController) 10 if (window.layoutTestController)
(...skipping 10 matching lines...) Expand all
21 parent.setAttribute('class', 'inline'); 21 parent.setAttribute('class', 'inline');
22 } 22 }
23 window.onload = startTest; 23 window.onload = startTest;
24 </script> 24 </script>
25 WebKit Bug 85759 - Crash in RenderBlock::updateFirstLetterStyle. 25 WebKit Bug 85759 - Crash in RenderBlock::updateFirstLetterStyle.
26 <div class="float" id="parent"> 26 <div class="float" id="parent">
27 <div class="absolutePosition" id="child"></div> 27 <div class="absolutePosition" id="child"></div>
28 PASS if test does not crash. 28 PASS if test does not crash.
29 </div> 29 </div>
30 </html> 30 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css-generated-content/first-letter-next-sibling-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698