| 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">
|
|
|