mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-05 02:39:10 +02:00
10 lines
234 B
HTML
10 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>
|