Index: third_party/WebKit/LayoutTests/http/tests/misc/image-blocked-src-no-change.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/misc/image-blocked-src-no-change.html b/third_party/WebKit/LayoutTests/http/tests/misc/image-blocked-src-no-change.html |
index 1dda881890b52095ebca4bd65762cd5225725eb9..3c805a7d65ea45301935d145fb37d0144ca34165 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/misc/image-blocked-src-no-change.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/misc/image-blocked-src-no-change.html |
@@ -8,7 +8,7 @@ |
var image = document.getElementById('image'); |
- if (image.naturalHeight || image.naturalWidth) { |
+ if (image.height || image.width) { |
console.innerHTML = "FAILED"; |
return; |
} |