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

Unified Diff: LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.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-fixed-width-and-height-no-scrolling-with-js-forced-layout.html
diff --git a/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html b/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html
deleted file mode 100644
index 10bfcef1880c1283d8b7692d21451ea2aac2144f..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-<head>
- <script type="text/javascript">
-
- function test()
- {
- if (window.testRunner && window.internals) {
- testRunner.dumpAsText();
- internals.settings.setFrameFlatteningEnabled(true);
- }
- }
- </script>
-</head>
-<body onload="test()">
- <div>
- <p>This test verifies that nested iframes do not cause assertion failure, when javascript is forcing layout. PASS if no assert in debug.</p>
- </div>
- <iframe src="data:text/html,
- <style>body { background-color: green; }</style>
- <body>
- <iframe src='data:text/html,
- <style>body { background-color: yellow; }</style>
- <body></body>' scrolling='no' height='50px' width='50px'></iframe>
- <script>document.body.offsetHeight</script>
- </body>" scrolling="no" height="100px" width="100px"></iframe>
- <script>document.body.offsetHeight</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698