mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
7 lines
No EOL
234 B
HTML
7 lines
No EOL
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> |