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

Unified Diff: LayoutTests/fast/sub-pixel/block-with-margin-overflow-expected.html

Issue 300623007: Don't round x-axis for text runs when subpixel font scaling is enabled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/mac/css1/units/length_units-expected.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/sub-pixel/block-with-margin-overflow-expected.html
diff --git a/LayoutTests/fast/sub-pixel/block-with-margin-overflow-expected.html b/LayoutTests/fast/sub-pixel/block-with-margin-overflow-expected.html
index bc173d180866a6e69428a7f768df9e9fb5d05b4e..d56249111439c234356b659ba469e3bb0cdeb42c 100644
--- a/LayoutTests/fast/sub-pixel/block-with-margin-overflow-expected.html
+++ b/LayoutTests/fast/sub-pixel/block-with-margin-overflow-expected.html
@@ -3,8 +3,8 @@
<head>
<style>
.block {
- overflow: auto;
- margin: 0 1px;
+ overflow: hidden;
+ margin: 0 0.6px;
}
</style>
</head>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/mac/css1/units/length_units-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698