| Index: LayoutTests/fast/runin/nonblock-runin.html
|
| diff --git a/LayoutTests/fast/runin/nonblock-runin.html b/LayoutTests/fast/runin/nonblock-runin.html
|
| deleted file mode 100644
|
| index e90bd6279693fb4180945702243a9ca2de643441..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/runin/nonblock-runin.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<p>
|
| - Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=12052">https://bugs.webkit.org/show_bug.cgi?id=12052</a>.
|
| - Before the change, display: run-in; with non-RenderBlock element hit ASSERTion and run-in video made Safari crash.
|
| -</p>
|
| -<div>
|
| - <canvas style="display: run-in;">FOO</canvas>
|
| - <div>PASS</div>
|
| -</div>
|
| -
|
| -<div>
|
| - <video src="../../media/content/test.mp4" style="display: run-in;" controls></video>
|
| - <div>PASS</div>
|
| -</div>
|
| -
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -</script>
|
|
|