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

Unified Diff: chrome/test/data/flash_object.html

Issue 1168913002: Use top frame's origin when checking content settings for plugins. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename object.html Created 5 years, 4 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
Index: chrome/test/data/flash_object.html
diff --git a/chrome/test/data/flash_object.html b/chrome/test/data/flash_object.html
new file mode 100644
index 0000000000000000000000000000000000000000..ea4279b0e58ad2cbcf64df2279106366e3c80918
--- /dev/null
+++ b/chrome/test/data/flash_object.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+window.onload = function() {
+ domAutomationController.setAutomationId(0);
+ domAutomationController.send("DONE");
+}
+</script>
+</head>
+
+<body>
+
+<object width="400" height="400" data="/media/test/data/bear.swf">
+</object>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698