| Index: LayoutTests/css2.1/t1601-c547-indent-00-b-a.html
|
| diff --git a/LayoutTests/css2.1/t1601-c547-indent-00-b-a.html b/LayoutTests/css2.1/t1601-c547-indent-00-b-a.html
|
| index 3d206cfb96fbd57c9281bb520a3e581850467bc0..5bdd6aa93f56eaba461eb287035bbfcf63e060c9 100644
|
| --- a/LayoutTests/css2.1/t1601-c547-indent-00-b-a.html
|
| +++ b/LayoutTests/css2.1/t1601-c547-indent-00-b-a.html
|
| @@ -2,6 +2,7 @@
|
| <html>
|
| <head>
|
| <title>CSS 2.1 Test Suite: text-indent</title>
|
| + <script src="../resources/ahem.js"></script>
|
| <style type="text/css">
|
| div { font: 24px/1 Ahem; width: 18em; color: blue; }
|
| .one {text-indent: 0.25in;}
|
| @@ -29,4 +30,4 @@
|
| <div class="eight"> x </div>
|
| <div class="test"> x</div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|