1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 14:08:31 +00:00
Files
UXP/layout/reftests/bugs/776443-2.html
T

7 lines
156 B
HTML

<!DOCTYPE html>
<style>
table { background: yellow; }
td { width: calc(250px + 250px); }
</style>
<table><tr><td>Should be 500px wide</td></tr></table>