| Index: LayoutTests/fast/text/whitespace-try-ahem/006.html
|
| diff --git a/LayoutTests/fast/text/whitespace/006.html b/LayoutTests/fast/text/whitespace-try-ahem/006.html
|
| similarity index 91%
|
| copy from LayoutTests/fast/text/whitespace/006.html
|
| copy to LayoutTests/fast/text/whitespace-try-ahem/006.html
|
| index 7f5b1e7a0119d7f9c5f70af0ae7f3b05078872b0..8d8a019185cc4e3dbdd43ddaefe8f2e4fa035cdb 100644
|
| --- a/LayoutTests/fast/text/whitespace/006.html
|
| +++ b/LayoutTests/fast/text/whitespace-try-ahem/006.html
|
| @@ -6,14 +6,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; }
|
| * { white-space: normall; font: inherit; }
|
| div { display: block; margin: 1em; }
|
| span { display: inline; }
|
|
|
| /* test */
|
| - div { font: 20px/1 Ahem; }
|
| + div { font: 20px/1 myahem; }
|
| .green { background: lime; color: green; }
|
| .red { background: red; color: maroon; }
|
| </style>
|
|
|