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

Unified Diff: LayoutTests/plugins/frameset-with-plugin-frame.html

Issue 13963006: Remove frame flattening support as Chromium has no intention of using it (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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: LayoutTests/plugins/frameset-with-plugin-frame.html
diff --git a/LayoutTests/plugins/frameset-with-plugin-frame.html b/LayoutTests/plugins/frameset-with-plugin-frame.html
deleted file mode 100644
index 1f38e7a652f7a63c39fb5ce3ed4e34aca4dda86c..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/frameset-with-plugin-frame.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-<script type="text/javascript" charset="utf-8">
- if (window.testRunner && window.internals) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
- internals.settings.setFrameFlatteningEnabled(true);
- testRunner.overridePreference("WebKitUsesPageCachePreferenceKey", 1);
- testRunner.overridePreference("WebKitPageCacheSupportsPluginsPreferenceKey", 1);
- }
-</script>
-
-<frameset rows="100%,*" cols="*" frameborder="NO" border="false" framespacing="0" bordercolor="#000000">
- <frame src="resources/plugin-frame.html" scrolling="auto">
-</frameset>
-</html>

Powered by Google App Engine
This is Rietveld 408576698