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