| Index: third_party/WebKit/LayoutTests/fast/images/link-body-content-imageDimensionChanged-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/link-body-content-imageDimensionChanged-crash.html b/third_party/WebKit/LayoutTests/fast/images/link-body-content-imageDimensionChanged-crash.html
|
| deleted file mode 100644
|
| index 3af60bd4bb07b1150de4ef0cc5787c882bf0b8fd..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/images/link-body-content-imageDimensionChanged-crash.html
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| -div {
|
| - content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAQMAAAABGAcJAAAAA1BMVEUAgACc+aWRAAAADElEQVR42mNgIAEAAAAtAAH7KhMqAAAAAElFTkSuQmCC");
|
| - padding-bottom: 10581%;
|
| -}
|
| - </style>
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -</script>
|
| -</head>
|
| -<p> Bug <a href="http://webkit.org/b/85912">85912</a>: Crash in computedCSSPadding* functions due to LayoutImage::imageDimensionsChanged called during attachment</p>
|
| -<p> This test PASSED if it did not crash. </p>
|
| -<div>
|
| - <link href="inexistant.css" rel=stylesheet>
|
| - <body style='content: "PASSED, no crash"; '></body>
|
| -</div>
|
| -</html>
|
|
|