| Index: LayoutTests/fast/css/hover-update.html
|
| diff --git a/LayoutTests/fast/css/hover-update.html b/LayoutTests/fast/css/hover-update.html
|
| index 90a6a4264b13313440782072a9fbdb4b38e39ec6..510bb63257032ba2a499bece8eb8292a1936e2b5 100644
|
| --- a/LayoutTests/fast/css/hover-update.html
|
| +++ b/LayoutTests/fast/css/hover-update.html
|
| @@ -11,7 +11,7 @@
|
| div#b:hover { background: green; }
|
| span#c:hover { color: red; }
|
| </style>
|
| -<script src="../js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| </head>
|
| <body onload="runtest()">
|
| <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=6821">Bugzilla bug 6821</a> Fix for 5983 will not always update hover correctly.</p>
|
|
|