| Index: third_party/WebKit/LayoutTests/fast/css/hover-affects-child.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/hover-affects-child.html b/third_party/WebKit/LayoutTests/fast/css/hover-affects-child.html
|
| index cd9e9c30dd66d492b0f0fd47493c550b83715ed9..b8cb8aadb14a0a7566fc5cc6b4437d5aaaeb8dfa 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/hover-affects-child.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/hover-affects-child.html
|
| @@ -32,10 +32,10 @@
|
| var innerElem = document.getElementById('innerElem');
|
| var calculatedStyle = window.getComputedStyle(innerElem);
|
|
|
| - if (calculatedStyle.getPropertyValue('left') == "8px")
|
| + if (calculatedStyle.getPropertyValue('left') == "auto")
|
| log("PASSED: Calculated style of inner element is correct");
|
| else
|
| - log("FAILED: Calculated style of inner element is wrong, should be 'left: 8px'");
|
| + log("FAILED: Calculated style of inner element is wrong, should be 'left: auto'");
|
| }
|
|
|
| function runTest() {
|
|
|