Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: LayoutTests/fast/runin/nonblock-runin.html

Issue 53373003: Remove display:run-in as per https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/_tHSX… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698