| Index: LayoutTests/try-ahem/fast/text/whitespace/003.html
|
| diff --git a/LayoutTests/try-ahem/fast/text/whitespace/003.html b/LayoutTests/try-ahem/fast/text/whitespace/003.html
|
| index e04d310031d3c271355bb0671539ca96580a2c67..261b8eccb01d678e6d17143b08192ac0b3e858d2 100644
|
| --- a/LayoutTests/try-ahem/fast/text/whitespace/003.html
|
| +++ b/LayoutTests/try-ahem/fast/text/whitespace/003.html
|
| @@ -2,14 +2,14 @@
|
| <html>
|
| <head>
|
| <title>white-space normal: simple tests</title>
|
| + <script src="../../../../resources/ahem.js"></script>
|
| <style type="text/css">
|
| - @font-face { font-family: myahem; src: url(../../../resources/Ahem.ttf); }
|
| - .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; }
|
| * { white-space: normal; }
|
| div { display: block; }
|
| span { display: inline; }
|
| table { padding: 0; border-spacing: 0; border: solid; }
|
| - td { font: 20px/1 myahem; color: red; background: red; padding: 0; }
|
| + td { font: 20px/1 Ahem; color: red; background: red; padding: 0; }
|
| .red { background: red; }
|
| .green { color: green; background: lime; }
|
| .check { width: 3em; background: lime; color: green; }
|
|
|