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

Unified Diff: LayoutTests/fast/text/justify-ideograph.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 | « no previous file | LayoutTests/fast/text/justify-ideograph-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/justify-ideograph.html
diff --git a/LayoutTests/fast/text/justify-ideograph.html b/LayoutTests/fast/text/justify-ideograph.html
index 02f01ee29d48965b836b6f602044a42518df1502..39066051e6b7561323971e6e597134502338560d 100644
--- a/LayoutTests/fast/text/justify-ideograph.html
+++ b/LayoutTests/fast/text/justify-ideograph.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;
text-align:justify;
+ line-height: 17px;
}
</style>
<div id="simple" class="container">
« no previous file with comments | « no previous file | LayoutTests/fast/text/justify-ideograph-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698