| Index: LayoutTests/css2.1/t100801-c548-leadin-00-d-a.html
|
| diff --git a/LayoutTests/css2.1/t100801-c548-leadin-00-d-a.html b/LayoutTests/css2.1/t100801-c548-leadin-00-d-a.html
|
| index acd79bd7e22b8c492f74b3f48d1d119d5b2e866c..94c3c4a7aaf5e962465e615b1d59bff5ac94f639 100644
|
| --- a/LayoutTests/css2.1/t100801-c548-leadin-00-d-a.html
|
| +++ b/LayoutTests/css2.1/t100801-c548-leadin-00-d-a.html
|
| @@ -2,6 +2,7 @@
|
| <html>
|
| <head>
|
| <title>CSS 2.1 Test Suite: line-height</title>
|
| + <script src="../resources/ahem.js"></script>
|
| <style type="text/css">
|
| div { font: 25px Ahem; line-height: 50px; width: 3em; color: lime; background: green; border: solid black; }
|
| span { background-color: red; }
|
| @@ -14,4 +15,4 @@
|
| <span>xxx xxx</span>
|
| </div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|