<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] --> | |
<style> | |
table { | |
font-family: ahem; | |
border-collapse: collapse; | |
padding: 100px; | |
color: white; | |
} | |
td { | |
outline: 1px solid red; | |
} | |
</style> | |
<table> | |
<tr><td>iiiiiiii iiiiiiii</td><td> iiiiiiii</td></tr> | |
<tr><td>iiiiiiii</td><td>iiiiiiii iiiiiiii</td></tr> | |
</table> |