| Index: chrome/test/data/extensions/api_test/bindings/chromei18nrepro/window.html
|
| diff --git a/chrome/test/data/extensions/api_test/bindings/chromei18nrepro/window.html b/chrome/test/data/extensions/api_test/bindings/chromei18nrepro/window.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5dd72cc32811fc6c2445dcc0c3b20d349c4396d5
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/bindings/chromei18nrepro/window.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <script type="text/javascript" src="window.js"></script>
|
| +</head>
|
| +<body>
|
| + <h1>chrome.i18n</h1>
|
| + <div><b>background:</b> <span id='background'></span></div>
|
| + <div><b>iframe:</b> <span id='iframe'></span></div>
|
| +</body>
|
| +</html>
|
|
|