Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/css/run-in-children.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.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <p> This tests if all children in run-in block will be displayed.</p>
6
7 <p style="display: run-in;"><span>foo</span>bar</p><p>foo</p>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css-generated-content/generated-runin.html ('k') | LayoutTests/fast/forms/form-hides-table.html » ('j') | no next file with comments »

Powered by Google App Engine