Index: LayoutTests/fast/multicol/newmulticol/table-cell.html |
diff --git a/LayoutTests/fast/multicol/newmulticol/table-cell.html b/LayoutTests/fast/multicol/newmulticol/table-cell.html |
index b1e1eaf71410bb5a5fa6928924ba61fe307e3a97..5eedc4c978dcc767a5ffeda0b715e4e0a990607b 100644 |
--- a/LayoutTests/fast/multicol/newmulticol/table-cell.html |
+++ b/LayoutTests/fast/multicol/newmulticol/table-cell.html |
@@ -6,8 +6,8 @@ |
<body> |
<p>You should see the word 'PASS' below.</p> |
<div style="font-family:monospace;"> |
- <div style="display:table-cell;">P</div> |
- <div style="display:table-cell; -webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; orphans:1; widows:1;"> |
+ <div style="display:table-cell; width:1em;">P</div> |
+ <div style="display:table-cell; width:3em; -webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; orphans:1; widows:1;"> |
A<br> |
S<br> |
S<br> |