mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
274 B
HTML
11 lines
274 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Testcase for bug 488649</title>
|
|
</head>
|
|
<body onload="document.body.bgColor=document.body.bgColor;">
|
|
<div style="color: black; font-size: 36px;">PASS</div>
|
|
<div style="color: white; font-size: 36px;">FAIL</div>
|
|
</body>
|
|
</html>
|