Index: LayoutTests/fast/forms/button-table-styles.html |
diff --git a/LayoutTests/fast/forms/button-table-styles.html b/LayoutTests/fast/forms/button-table-styles.html |
index c188dec3ba7ca1a70e6d578158a87f25d607c66e..7ef1027c5cd5ebe3cc0732c18e61332dec661c2c 100644 |
--- a/LayoutTests/fast/forms/button-table-styles.html |
+++ b/LayoutTests/fast/forms/button-table-styles.html |
@@ -1,4 +1,4 @@ |
-This tests that buttons don't honor table display styles. |
+This tests that buttons do not allow table display styles except for display:table-cell. |
<br> |
<input type="button" value="display: table" style="display: table;"> |
<input type="button" value="display: table" style="display: table;"> |