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

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

Issue 1192223002: Optimize Complex Text Shaping and Caching (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressing review comments 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
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">

Powered by Google App Engine
This is Rietveld 408576698