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

Side by Side Diff: LayoutTests/fast/block/inline-children-root-linebox-crash.html

Issue 10442075: Merge 118248 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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/inline-children-root-linebox-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 WebKit Bug 85804 - Crash in RenderInline::linesVisualOverflowBoundingBox.<br /> 3 WebKit Bug 85804 - Crash in RenderInline::linesVisualOverflowBoundingBox.<br />
4 Test passes if it does not crash. 4 Test passes if it does not crash.
5 <div style='-webkit-writing-mode: vertical-rl;'> 5 <div style='-webkit-writing-mode: vertical-rl;'>
6 <div style='-webkit-transform: translatey(1px) translatez(1px) rotatex(1deg);'>< /div> 6 <div style='-webkit-transform: translatey(1px) translatez(1px) rotatex(1deg);'>< /div>
7 <textarea></textarea> 7 <textarea></textarea>
8 <span style='-webkit-opacity: 0.0;'/> 8 <span style='-webkit-opacity: 0.0;'/>
9 <input autofocus> 9 <input autofocus>
10 </div> 10 </div>
11 <body dir=rtl> 11 <body dir=rtl>
12 </body> 12 </body>
13 <script> 13 <script>
14 if (window.layoutTestController) 14 if (window.layoutTestController)
15 layoutTestController.dumpAsText(); 15 layoutTestController.dumpAsText();
16 </script> 16 </script>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/inline-children-root-linebox-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698