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> |