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

Unified Diff: LayoutTests/fast/text/justify-ideograph-expected.html

Issue 1196253012: Make fast/text/justify-ideograph.html more reliable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « LayoutTests/fast/text/justify-ideograph.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/justify-ideograph-expected.html
diff --git a/LayoutTests/fast/text/justify-ideograph-expected.html b/LayoutTests/fast/text/justify-ideograph-expected.html
index 6e32b9a9f44461df206db04f330b43938ef54cac..cba947c326cf5c80270db91fb10b5a4223958ccb 100644
--- a/LayoutTests/fast/text/justify-ideograph-expected.html
+++ b/LayoutTests/fast/text/justify-ideograph-expected.html
@@ -1,6 +1,10 @@
<!DOCTYPE HTML>
<style>
@font-face {
+ font-family:Ahem;
+ src:url(../../resources/Ahem.otf);
+}
+@font-face {
font-family:cssot;
src:url(../../third_party/adobe-fonts/CSSFWOrientationTest.otf);
}
@@ -14,6 +18,7 @@ dd {
border:black solid thin;
font-family:Ahem, cssot;
white-space:pre;
+ line-height: 17px;
}
</style>
<div id="simple" class="container">
« no previous file with comments | « LayoutTests/fast/text/justify-ideograph.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698