mirror of
https://github.com/servo/servo
synced 2026-05-02 12:26:06 +02:00
13 lines
158 B
HTML
13 lines
158 B
HTML
<!DOCTYPE html>
|
|
<meta charset='utf-8'>
|
|
<title>1x1 pixel element</title>
|
|
|
|
<style>
|
|
p {
|
|
height: 1px;
|
|
width: 1px;
|
|
}
|
|
</style>
|
|
|
|
<p>This element is visible.</p>
|