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

Unified Diff: LayoutTests/http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.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/http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html
diff --git a/LayoutTests/http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html b/LayoutTests/http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html
deleted file mode 100644
index ba9ddceda1d5dcb3f48470bfe1cce8298457fe08..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-<head>
- <script type="text/javascript">
- if (window.testRunner && window.internals) {
- testRunner.waitUntilDone();
- testRunner.dumpAsText();
- internals.settings.setFrameFlatteningEnabled(true);
- }
- </script>
- <style>body { background-color: green; }</style>
-</head>
-<body>
- <div>
- <p>This test verifies that nested iframes do not cause assertion failure, when 3 level nesting is applied with blocking resource at the bottommost iframe. PASS if no assert in debug.</p>
- </div>
- <iframe src='./resources/nested-iframe-loading-another-iframe.html'></iframe>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698