| Index: LayoutTests/try-ahem/fast/text/whitespace/004.html
|
| diff --git a/LayoutTests/try-ahem/fast/text/whitespace/004.html b/LayoutTests/try-ahem/fast/text/whitespace/004.html
|
| index b22241802aca07ef2e4173b10e927ed0b2160ebf..e427556c48cbac91d67e6be55ce2ec92ed54bbe8 100644
|
| --- a/LayoutTests/try-ahem/fast/text/whitespace/004.html
|
| +++ b/LayoutTests/try-ahem/fast/text/whitespace/004.html
|
| @@ -1,17 +1,17 @@
|
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
| <html>
|
| <head>
|
| + <script src="../../../../resources/ahem.js"></script>
|
| <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 myahem, sans-serif; background: red; color: white; }
|
| + .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
|
| td * { white-space: normal; font: inherit; }
|
| div { display: block; }
|
| span { display: inline; }
|
|
|
| /* test */
|
| - td { font: 20px/1 myahem; color: maroon; background: red; padding: 0; }
|
| + td { font: 20px/1 Ahem; color: maroon; background: red; padding: 0; }
|
| span { background: lime; }
|
| div { color: green; }
|
| </style>
|
|
|