4 lines
157 B
HTML
4 lines
157 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<p>Expected: A green box with no red visible.</p>
|
|
<div style="width: 100px; height: 100px; background: green;"></div>
|