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

Unified Diff: chrome/browser/extensions/browser_tag_browsertest.cc

Issue 11111020: <browser>: Always read <browser>.src attribute from <object>.src. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments from creis@ Created 8 years, 2 months 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
« no previous file with comments | « no previous file | chrome/renderer/resources/extensions/browser_tag.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/browser_tag_browsertest.cc
diff --git a/chrome/browser/extensions/browser_tag_browsertest.cc b/chrome/browser/extensions/browser_tag_browsertest.cc
index e63769a2403e38c0f24e211b609c304bd2b1984b..460cb5b483aa2b3e51d95cbdf9d0ed37b08bb25a 100644
--- a/chrome/browser/extensions/browser_tag_browsertest.cc
+++ b/chrome/browser/extensions/browser_tag_browsertest.cc
@@ -30,6 +30,11 @@ IN_PROC_BROWSER_TEST_F(BrowserTagTest, Shim) {
ASSERT_TRUE(RunPlatformAppTest("platform_apps/browser_tag")) << message_;
}
+IN_PROC_BROWSER_TEST_F(BrowserTagTest, ShimSrcAttribute) {
+ ASSERT_TRUE(RunPlatformAppTest("platform_apps/browser_tag_src_attribute"))
+ << message_;
+}
+
IN_PROC_BROWSER_TEST_F(BrowserTagTest, Isolation) {
ASSERT_TRUE(StartTestServer());
const std::wstring kExpire =
« no previous file with comments | « no previous file | chrome/renderer/resources/extensions/browser_tag.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698