Chromium Code Reviews| 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; |
|
drott
2015/06/23 12:45:51
In a somewhat nitpicky attempt to keep this patch
|
| + 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"> |