mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 02:40:33 +09:00
12 lines
270 B
HTML
12 lines
270 B
HTML
<!-- This test needs to be in quirks mode -->
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body { color: red; }
|
|
body#foo { color: green; }
|
|
</style>
|
|
</head>
|
|
<body onload="document.body.offsetWidth; document.body.id = 'FOO'">
|
|
This should be green
|
|
</body>
|
|
</html>
|