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

Unified Diff: LayoutTests/fast/frames/flattening/iframe-flattening-nested.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/fast/frames/flattening/iframe-flattening-nested.html
diff --git a/LayoutTests/fast/frames/flattening/iframe-flattening-nested.html b/LayoutTests/fast/frames/flattening/iframe-flattening-nested.html
deleted file mode 100644
index e3c12adc7d84a8000854ce3de03e038ad365a648..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/frames/flattening/iframe-flattening-nested.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-<head>
- <style type="text/css" media="screen">
- iframe {
- border: 1px solid black;
- background-color: white;
- }
- </style>
- <script type="text/javascript">
- function test()
- {
- if (window.internals)
- internals.settings.setFrameFlatteningEnabled(true);
- // Force synchronous layout.
- document.body.offsetHeight;
- }
- </script>
-</head>
-<body onload="test()">
- <style>body { background-color: green; }</style>
-
- <p><iframe width="500px" height="400px" src="resources/intermediate-frame.html">
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698