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

Unified Diff: LayoutTests/fast/frames/flattening/frameset-flattening-simple.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/frameset-flattening-simple.html
diff --git a/LayoutTests/fast/frames/flattening/frameset-flattening-simple.html b/LayoutTests/fast/frames/flattening/frameset-flattening-simple.html
deleted file mode 100644
index 59d57d47622e26bc1970ce8f75fe72fc7c73c64a..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/frames/flattening/frameset-flattening-simple.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<html>
-<head>
- <script type="text/javascript">
- if (window.testRunner && window.internals) {
- testRunner.waitUntilDone();
- internals.settings.setFrameFlatteningEnabled(true);
- }
-
- function test()
- {
- setTimeout(function() {
- if (window.testRunner)
- testRunner.notifyDone();
- }, 0);
- }
- </script>
-</head>
-<frameset border=0 cols="*,200">
- <frame onload="test()" src="data:text/html,
- <style>body { background-color: green; }</style>
- <p>
- Test for frameset flattening. The flattening only works inside the DRT.
- </p>
- <p>
- This frame should be 800px wide and not be scrollable (have scrollbars).
- </p>
- <div style='position: absolute; width: 800px; height: 1px; left: 0; top: 100px;'></div>
- ">
- <frame>
-</frameset>
-</html>

Powered by Google App Engine
This is Rietveld 408576698