| <!DOCTYPE html> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| <style> | |
| .class6 { outline: solid red; display: table; } | |
| </style> | |
| <table> | |
| <col class="class6">x</col> | |
| </table> | |
| <p>This test passes if WebKit does not hit any debug assertions.</p> |