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

Unified Diff: LayoutTests/fast/css/negative-text-indent-in-inline-block.html

Issue 323293002: Fix fast/css tests for Win7/DirectWrite by explicitly setting height (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « LayoutTests/fast/css/font-face-unicode-range-expected.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/negative-text-indent-in-inline-block.html
diff --git a/LayoutTests/fast/css/negative-text-indent-in-inline-block.html b/LayoutTests/fast/css/negative-text-indent-in-inline-block.html
index a7bca26a899b4d450e69ba97cf5d400337f26edf..c4429863eae9af523dfb37d92ac996c8c627df5a 100644
--- a/LayoutTests/fast/css/negative-text-indent-in-inline-block.html
+++ b/LayoutTests/fast/css/negative-text-indent-in-inline-block.html
@@ -11,12 +11,14 @@
float: left;
margin-left: -20px;
visibility: hidden;
+ height: 10px;
}
#floatRTL {
float: right;
margin-right: -20px;
visibility: hidden;
+ height: 10px;
}
#ltr > div {
« no previous file with comments | « LayoutTests/fast/css/font-face-unicode-range-expected.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698