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

Unified Diff: LayoutTests/fast/table/form-with-table-style.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/table/form-with-table-style.html
diff --git a/LayoutTests/fast/table/form-with-table-style.html b/LayoutTests/fast/table/form-with-table-style.html
index 3b5f549ac982b2d5fee455a1099ac9c4f67afb9a..c0e6d7e5e6ec3a2804dc9156633a4e2bc0f52826 100644
--- a/LayoutTests/fast/table/form-with-table-style.html
+++ b/LayoutTests/fast/table/form-with-table-style.html
@@ -4,7 +4,6 @@ See <a href="https://bugs.webkit.org/show_bug.cgi?id=5731">bugzilla bug 5731</a>
<div><form style="display:inline">display: inline</form></div>
<div><form style="display:block">display: block</form></div>
<div><form style="display:list-item">display: list-item</form></div>
-<div><form style="display:run-in">display: run-in</form></div>
<div><form style="display:compact">display: compact</form></div>
<div><form style="display:inline-block">display: inline-block</form></div>
<div><form style="display:table">display: table</form></div>

Powered by Google App Engine
This is Rietveld 408576698