| Index: LayoutTests/fast/css/background-position-inherit.html
|
| diff --git a/LayoutTests/fast/css/background-position-inherit.html b/LayoutTests/fast/css/background-position-inherit.html
|
| index aa442c41d07b2de84878681ff852493d73e071bd..a468e02f60c510944c204133b2ae2e5bff0f8ab9 100644
|
| --- a/LayoutTests/fast/css/background-position-inherit.html
|
| +++ b/LayoutTests/fast/css/background-position-inherit.html
|
| @@ -12,5 +12,5 @@
|
|
|
| var targetBackgroundPosition = getComputedStyle(document.getElementById("target")).backgroundPosition,cssText;
|
|
|
| - document.getElementById("result").innerText = targetBackgroundPosition == "25% 75%" ? "PASS" : "FAIL: The inherited value was " + targetBackgroundPosition;
|
| + document.getElementById("result").innerText = targetBackgroundPosition == "left 25% top 75%" ? "PASS" : "FAIL: The inherited value was " + targetBackgroundPosition;
|
| </script>
|
|
|