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