Index: LayoutTests/fast/css/invalid-cursor-property-crash.html |
diff --git a/LayoutTests/fast/css/invalid-cursor-property-crash.html b/LayoutTests/fast/css/invalid-cursor-property-crash.html |
index 3cd0d4b263165ce420abe769d83914ca7d7994c6..0138ef99f50b30e1c7e6dc738024e92aba2f95d0 100644 |
--- a/LayoutTests/fast/css/invalid-cursor-property-crash.html |
+++ b/LayoutTests/fast/css/invalid-cursor-property-crash.html |
@@ -4,12 +4,12 @@ |
function runTest() { |
if (window.testRunner) |
testRunner.dumpAsText(); |
- |
+ |
var d = document.getElementById('theDiv'); |
var style = document.defaultView.getComputedStyle(d, ''); |
- |
- if (style && style.cursor == 'url(' + document.location + '), auto') |
- document.getElementById('result').innerHTML = 'SUCCESS'; |
+ |
+ if (style && style.cursor == 'auto') |
+ document.getElementById('result').innerHTML = 'SUCCESS'; |
} |
</script> |
</head> |