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

Side by Side 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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <p>
2 Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=12052">https://bug s.webkit.org/show_bug.cgi?id=12052</a>.
3 Before the change, display: run-in; with non-RenderBlock element hit ASSERTi on and run-in video made Safari crash.
4 </p>
5 <div>
6 <canvas style="display: run-in;">FOO</canvas>
7 <div>PASS</div>
8 </div>
9
10 <div>
11 <video src="../../media/content/test.mp4" style="display: run-in;" controls> </video>
12 <div>PASS</div>
13 </div>
14
15 <script>
16 if (window.testRunner)
17 testRunner.dumpAsText();
18 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698