mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-07 17:09:07 +00:00
11 lines
234 B
HTML
11 lines
234 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<!-- The odd width and height are here to trigger bug 972237. -->
|
|
<embed id="test" style="width: 99.789%; height: 99.123%" type="application/x-test">
|
|
</body>
|
|
</html>
|