| Index: LayoutTests/fast/text/whitespace-try-ahem/005.html
|
| diff --git a/LayoutTests/fast/text/whitespace/005.html b/LayoutTests/fast/text/whitespace-try-ahem/005.html
|
| similarity index 77%
|
| copy from LayoutTests/fast/text/whitespace/005.html
|
| copy to LayoutTests/fast/text/whitespace-try-ahem/005.html
|
| index e71b4ee652c6696f3e0453a403555379947b1b83..45caf12ccab41a989034e01650b8f7abbc402da6 100644
|
| --- a/LayoutTests/fast/text/whitespace/005.html
|
| +++ b/LayoutTests/fast/text/whitespace-try-ahem/005.html
|
| @@ -3,14 +3,15 @@
|
| <head>
|
| <title>white-space normal: zero width non-breaking space</title>
|
| <style type="text/css">
|
| + @font-face { font-family: myahem; src: url(../../../resources/Ahem.ttf); }
|
| /* setup */
|
| - .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
|
| + .control { display: inline; font: 1em/1 myahem, sans-serif; background: red; color: white; }
|
| td * { white-space: normal; font: inherit; }
|
| div { display: block; }
|
| span { display: inline; }
|
|
|
| /* test */
|
| - td { font: 20px/1 Ahem; color: maroon; background: red; padding: 0; }
|
| + td { font: 20px/1 myahem; color: maroon; background: red; padding: 0; }
|
| span { background: lime; }
|
| div { color: green; }
|
| </style>
|
|
|