Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
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