mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
8 lines
340 B
HTML
8 lines
340 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>Input type=image with CSS content.</title>
|
|
<link rel="author" href="mailto:masonf@chromium.org">
|
|
|
|
You should see a red dot.<br>
|
|
<input type="image" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==">
|