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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/vertical-spacing-crash.html

Issue 1982313002: Re-evaluate ShapeResult::m_hasVerticalOffsets after applying spacing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | third_party/WebKit/LayoutTests/fast/text/vertical-spacing-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>
2 <style> 1 <style>
3 * { 2 * { writing-mode: vertical-lr; letter-spacing: 1;}
4 white-space: pre;
5 -webkit-writing-mode: vertical-lr;
6 }
7 </style> 3 </style>
8 4
9 <body> 5 <body>
10 » PASS: did not crash 6 &#xfcb7;
7 PASS: did not crash.
11 <script> 8 <script>
12 if (window.testRunner) 9 if (window.testRunner)
13 testRunner.dumpAsText(); 10 testRunner.dumpAsText();
14 </script> 11 </script>
15 </body> 12 </body>
13
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/vertical-spacing-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698