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

Unified Diff: LayoutTests/fast/forms/form-hides-table.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
« no previous file with comments | « LayoutTests/fast/css/run-in-children.html ('k') | LayoutTests/fast/lists/parent-box-not-box-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/form-hides-table.html
diff --git a/LayoutTests/fast/forms/form-hides-table.html b/LayoutTests/fast/forms/form-hides-table.html
index 7a43915f4e3a9c8864b3a87b888daf1ff8d6247d..12a15cd1ce50e8574493b0b57fc1a7a94db136f8 100644
--- a/LayoutTests/fast/forms/form-hides-table.html
+++ b/LayoutTests/fast/forms/form-hides-table.html
@@ -3,7 +3,6 @@
<div><div style="display:inline;"><form><table><tr><td>display: inline</td></tr></table></form></div></div>
<div><div style="display:block;"><form><table><tr><td>display: block</td></tr></table></form></div></div>
<div><div style="display:list-item;"><form><table><tr><td>display: list-item</td></tr></table></form></div></div>
-<div><div style="display:run-in;"><form><table><tr><td>display: run-in</td></tr></table></form></div></div>
<div><div style="display:compact;"><form><table><tr><td>display: compact</td></tr></table></form></div></div>
<div><div style="display:inline-block;"><form><table><tr><td>display: inline-block</td></tr></table></form></div></div>
<div><div style="display:table;"><form><table><tr><td>display: table</td></tr></table></form></div></div>
« no previous file with comments | « LayoutTests/fast/css/run-in-children.html ('k') | LayoutTests/fast/lists/parent-box-not-box-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698