| Index: LayoutTests/fast/text/whitespace-try-ahem/003.html
|
| diff --git a/LayoutTests/fast/text/whitespace/003.html b/LayoutTests/fast/text/whitespace-try-ahem/003.html
|
| similarity index 85%
|
| copy from LayoutTests/fast/text/whitespace/003.html
|
| copy to LayoutTests/fast/text/whitespace-try-ahem/003.html
|
| index eb197d7276be69b9bac1e59403926252567b0482..e04d310031d3c271355bb0671539ca96580a2c67 100644
|
| --- a/LayoutTests/fast/text/whitespace/003.html
|
| +++ b/LayoutTests/fast/text/whitespace-try-ahem/003.html
|
| @@ -3,12 +3,13 @@
|
| <head>
|
| <title>white-space normal: simple tests</title>
|
| <style type="text/css">
|
| - .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
|
| + @font-face { font-family: myahem; src: url(../../../resources/Ahem.ttf); }
|
| + .control { display: inline; font: 1em/1 myahem, 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 Ahem; color: red; background: red; padding: 0; }
|
| + td { font: 20px/1 myahem; color: red; background: red; padding: 0; }
|
| .red { background: red; }
|
| .green { color: green; background: lime; }
|
| .check { width: 3em; background: lime; color: green; }
|
|
|