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

Unified Diff: Source/web/tests/data/rgm_column_test.html

Issue 1153173011: Force glyph overflow calculation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More rebaselines Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/text/TextPath.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/rgm_column_test.html
diff --git a/Source/web/tests/data/rgm_column_test.html b/Source/web/tests/data/rgm_column_test.html
index 948fdae969aab6a20946db7fb499884707d13389..3931a9aa929f05cc4c28ceebf320522290d78ed6 100644
--- a/Source/web/tests/data/rgm_column_test.html
+++ b/Source/web/tests/data/rgm_column_test.html
@@ -7,10 +7,10 @@
<div id='A' class='colStyle'>
<div id='Col1'> A </div>
- <div >B </div>
- <div> C </div>
- <div id='Col2'> D </div>
- <div> E </div>
- <div> F </div>
- <div id='Col3'> G </div>
+ <div> A </div>
+ <div> A </div>
+ <div id='Col2'> A </div>
+ <div> A </div>
+ <div> A </div>
+ <div id='Col3'> A </div>
</div>
« no previous file with comments | « Source/platform/text/TextPath.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698