| Index: LayoutTests/fast/text/whitespace-try-ahem/017.html
|
| diff --git a/LayoutTests/fast/text/whitespace/017.html b/LayoutTests/fast/text/whitespace-try-ahem/017.html
|
| similarity index 58%
|
| copy from LayoutTests/fast/text/whitespace/017.html
|
| copy to LayoutTests/fast/text/whitespace-try-ahem/017.html
|
| index abd1704c1341c174fcf8bd0b93d1720963ddaa02..5880bb97bb0fb0c9af6f3521109730ebb7c42a23 100644
|
| --- a/LayoutTests/fast/text/whitespace/017.html
|
| +++ b/LayoutTests/fast/text/whitespace-try-ahem/017.html
|
| @@ -3,8 +3,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; }
|
|
|