mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
547 B
HTML
11 lines
547 B
HTML
<!doctype html>
|
|
<html><head>
|
|
<title>Plugin boxes</title>
|
|
</head>
|
|
<body>
|
|
<embed type="application/x-test" width="400" height="400" drawmode="solid" color="FFFF0000"></embed> <!-- red -->
|
|
<embed type="application/x-test" width="400" height="400" drawmode="solid" color="FF00FF00"></embed> <!-- green -->
|
|
<embed type="application/x-test" width="400" height="400" drawmode="solid" color="FF0000FF"></embed> <!-- blue -->
|
|
<embed type="application/x-test" width="400" height="400" drawmode="solid" color="FF999999"></embed> <!-- gray -->
|
|
</body></html>
|