mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
10 lines
226 B
HTML
10 lines
226 B
HTML
<!DOCTYPE html>
|
|
<html style="width: 1px;">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body onload="x.style.color='red';">
|
|
<div id="x" style="overflow: scroll;"><input type="image" style="display: contents;"></div>
|
|
</body>
|
|
</html>
|