| Index: LayoutTests/fast/text/whitespace-try-ahem/013.html
|
| diff --git a/LayoutTests/fast/text/whitespace/013.html b/LayoutTests/fast/text/whitespace-try-ahem/013.html
|
| similarity index 63%
|
| copy from LayoutTests/fast/text/whitespace/013.html
|
| copy to LayoutTests/fast/text/whitespace-try-ahem/013.html
|
| index a23096f4d445b9b20b54259fc1cb8fdc58118963..7d7f38205d7cabfb9469e970ba0a0755d36c2d8a 100644
|
| --- a/LayoutTests/fast/text/whitespace/013.html
|
| +++ b/LayoutTests/fast/text/whitespace-try-ahem/013.html
|
| @@ -3,8 +3,9 @@
|
| <head>
|
| <title>white-space pre: simple tests</title>
|
| <style type="text/css">
|
| - .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
|
| - pre { white-space: pre; font: 1em/1 Ahem; background: green; color: lime; }
|
| + @font-face { font-family: myahem; src: url(../../../resources/Ahem.ttf); }
|
| + .control { display: inline; font: 1em/1 myahem, sans-serif; background: red; color: white; }
|
| + pre { white-space: pre; font: 1em/1 myahem; background: green; color: lime; }
|
| </style>
|
| </head>
|
| <body>
|
|
|