| Index: LayoutTests/fast/text/whitespace-try-ahem/009.html
|
| diff --git a/LayoutTests/fast/text/whitespace/009.html b/LayoutTests/fast/text/whitespace-try-ahem/009.html
|
| similarity index 73%
|
| copy from LayoutTests/fast/text/whitespace/009.html
|
| copy to LayoutTests/fast/text/whitespace-try-ahem/009.html
|
| index 688aba1492583cbae360faff075c26dba6233113..af0b9a1c17bc8b20aee4e118ddb85596afb16511 100644
|
| --- a/LayoutTests/fast/text/whitespace/009.html
|
| +++ b/LayoutTests/fast/text/whitespace-try-ahem/009.html
|
| @@ -3,8 +3,9 @@
|
| <head>
|
| <title>white-space nowrap: basic test</title>
|
| <style type="text/css">
|
| - .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
|
| - .top { font: 20px/1 Ahem; }
|
| + @font-face { font-family: myahem; src: url(../../../resources/Ahem.ttf); }
|
| + .control { display: inline; font: 1em/1 myahem, sans-serif; background: red; color: white; }
|
| + .top { font: 20px/1 myahem; }
|
| .outer { width: 10em; background: red; }
|
| .inner { width: 7em; color: lime; background: green; white-space: nowrap; }
|
| </style>
|
|
|