| Index: LayoutTests/css2.1/t1604-c542-letter-sp-01-b-a.html
|
| diff --git a/LayoutTests/css2.1/t1604-c542-letter-sp-01-b-a.html b/LayoutTests/css2.1/t1604-c542-letter-sp-01-b-a.html
|
| index a6b1ac41f56f9b092b1da23be207c90e4c8213c6..26dd9c87bd8c4c0ab003a64f418db3e9e44ae819 100644
|
| --- a/LayoutTests/css2.1/t1604-c542-letter-sp-01-b-a.html
|
| +++ b/LayoutTests/css2.1/t1604-c542-letter-sp-01-b-a.html
|
| @@ -2,6 +2,7 @@
|
| <html>
|
| <head>
|
| <title>CSS 2.1 Test Suite: letter-spacing</title>
|
| + <script src="../resources/ahem.js"></script>
|
| <style type="text/css">
|
| div { font: 24px/1 Ahem; width: 15em; background: yellow; color: aqua; margin: 0 0 0 2em; }
|
| .eight {letter-spacing: 48px;}
|
| @@ -20,4 +21,4 @@
|
| <div class="ten">x x xx xx </div>
|
| <div class="eleven">x x x x x x </div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|