Files
servo/tests/wpt/web-platform-tests/css/css-display/support/red-square.html

6 lines
129 B
HTML

<!DOCTYPE html>
<style>
body { margin:0; }
</style>
<div id="square" style="width:100px; height:100px; background:red;"></div>