blob: 0deec2b5916bd09200439312a985720eb212b31f [file] [edit]
<!doctype html>
<html>
<head>
<title>Absolute child of positioned table row spans full row width (reference)</title>
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<div style="width: 200px; height: 50px; background: green"></div>
</body>
</html>