Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3794)

Unified Diff: chrome/test/data/extensions/api_test/bindings/chromei18nrepro/window.html

Issue 1433343003: [Extensions] Wait until the Window object is cleared before classifying contexts Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698