Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/images/crash-when-zoom-factor-changes.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/images/crash-when-zoom-factor-changes.html b/third_party/WebKit/LayoutTests/fast/images/crash-when-zoom-factor-changes.html |
| deleted file mode 100644 |
| index b4fd88e71770e6e8156e6db96612b4c42a771492..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/fast/images/crash-when-zoom-factor-changes.html |
| +++ /dev/null |
| @@ -1,8 +0,0 @@ |
| -<!doctype HTML> |
| -<img alt="SPIEGEL ONLIN"><img src=""><img alt="SPIEGEL ONLIN"> |
| -<p>crbug.com/445304: Should not crash when zoom factor changes. </p> |
| -<script> |
| - if (window.testRunner) |
| - testRunner.dumpAsText(); |
| - window.internals.setZoomFactor(0.75); |
| -</script> |