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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script type="text/javascript">
4 if (window.testRunner && window.internals) {
5 testRunner.waitUntilDone();
6 testRunner.dumpAsText();
7 internals.settings.setFrameFlatteningEnabled(true);
8 }
9 </script>
10 <style>body { background-color: green; }</style>
11 </head>
12 <body>
13 <div>
14 <p>This test verifies that nested iframes do not cause assertion failure , when 3 level nesting is applied with blocking resource at the bottommost ifram e. PASS if no assert in debug.</p>
15 </div>
16 <iframe src='./resources/nested-iframe-loading-another-iframe.html'></iframe >
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698