| Index: LayoutTests/fast/parser/fonts.html
|
| diff --git a/LayoutTests/fast/parser/fonts.html b/LayoutTests/fast/parser/fonts.html
|
| index 589de256f0529c07d18e5d786933caf88ac48ba8..54c127a2bf950b67f388d5f4144ac8d16fe94773 100644
|
| --- a/LayoutTests/fast/parser/fonts.html
|
| +++ b/LayoutTests/fast/parser/fonts.html
|
| @@ -2,6 +2,7 @@
|
| <html>
|
| <head>
|
| <title>Parsing the 'font' shorthand</title>
|
| + <script src="../../resources/ahem.js"></script>
|
| <style type="text/css">
|
| .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
|
| p { color: green; margin: 1em; }
|
|
|