19 lines
452 B
HTML
19 lines
452 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Browser Polyfill Test Page</title>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<h1>Browser Polyfill Test Page</h1>
|
|
|
|
<!--
|
|
The following two DOM elements ensure that the polyfill doesn't detect the
|
|
globals defined for these DOM element ids as the Extensions API objects.
|
|
-->
|
|
<div id="browser"></div>
|
|
<div id="browser"></div>
|
|
<div id="chrome"></div>
|
|
</body>
|
|
</html>
|