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

Unified Diff: LayoutTests/fast/css/font-face-unicode-range.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/TestExpectations ('k') | LayoutTests/fast/css/font-face-unicode-range-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/font-face-unicode-range.html
diff --git a/LayoutTests/fast/css/font-face-unicode-range.html b/LayoutTests/fast/css/font-face-unicode-range.html
index 81f2ba2d24e42beedeba982605c366dce93f67a4..94d1f983966d4d5d2c82d0762dbe2172520e853f 100644
--- a/LayoutTests/fast/css/font-face-unicode-range.html
+++ b/LayoutTests/fast/css/font-face-unicode-range.html
@@ -73,6 +73,10 @@
src: url('../../resources/Ahem.ttf');
unicode-range: U+0027; /* missing glyph */
}
+
+ p {
+ height: 30px;
+ }
</style>
</head>
<body onload="finished()">
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/css/font-face-unicode-range-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698