| <!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> |