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

Unified Diff: LayoutTests/fast/css/font-face-unicode-range-expected.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
Index: LayoutTests/fast/css/font-face-unicode-range-expected.html
diff --git a/LayoutTests/fast/css/font-face-unicode-range-expected.html b/LayoutTests/fast/css/font-face-unicode-range-expected.html
index f59c7eb063e59858d099a7f19b09ea18a224bdd8..7a193d7c6f6748eaae71918d6bec6e6cec60a0ed 100644
--- a/LayoutTests/fast/css/font-face-unicode-range-expected.html
+++ b/LayoutTests/fast/css/font-face-unicode-range-expected.html
@@ -3,6 +3,7 @@
div { border: 1px solid; padding: 0 8px; margin: 8px 0; }
span.ahem { font-family: 'Ahem'; }
span.courier { font-family: 'Courier', 'Courier New'; }
+ p { height: 30px; }
</style>
</head>
<body>
« no previous file with comments | « LayoutTests/fast/css/font-face-unicode-range.html ('k') | LayoutTests/fast/css/negative-text-indent-in-inline-block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698