mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
7 lines
234 B
HTML
7 lines
234 B
HTML
<!DOCTYPE html>
|
|
<html><head><title>Reference: a black square</title>
|
|
<style>
|
|
div { padding:50px; width:50px; height:50px; background:black }
|
|
</style>
|
|
</head><body><p>There should be a black square below.</p>
|
|
<div></div></body></html> |