| Index: LayoutTests/fast/css/hover-update.html
|
| diff --git a/LayoutTests/fast/css/hover-update.html b/LayoutTests/fast/css/hover-update.html
|
| index d945b75e75c5ac8e37f56c3799f722c581394be6..90a6a4264b13313440782072a9fbdb4b38e39ec6 100644
|
| --- a/LayoutTests/fast/css/hover-update.html
|
| +++ b/LayoutTests/fast/css/hover-update.html
|
| @@ -29,6 +29,7 @@ function finish()
|
| return;
|
| }
|
| shouldBeEqualToString("window.getComputedStyle(document.getElementById('b'), null).backgroundColor", expectedBackgroundColor);
|
| + shouldBeEqualToString("window.getComputedStyle(document.getElementById('a'), null).backgroundColor", expectedBackgroundColor);
|
|
|
| if (window.testRunner)
|
| testRunner.notifyDone();
|
|
|