Chromium Code Reviews| 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 3c805a7d65ea45301935d145fb37d0144ca34165..1dda881890b52095ebca4bd65762cd5225725eb9 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.height || image.width) { |
| + if (image.naturalHeight || image.naturalWidth) { |
| console.innerHTML = "FAILED"; |
| return; |
| } |