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

Unified Diff: LayoutTests/fast/frames/flattening/crash-svg-document.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/crash-svg-document.html
diff --git a/LayoutTests/fast/frames/flattening/crash-svg-document.html b/LayoutTests/fast/frames/flattening/crash-svg-document.html
deleted file mode 100644
index 8400e43daef6aa21feef14a8db2a083775383511..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/frames/flattening/crash-svg-document.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<body>
-<script>
-
-if (window.testRunner && window.internals) {
- internals.settings.setFrameFlatteningEnabled(true);
- testRunner.dumpAsText();
-}
-
-</script>
-<iframe src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>"></iframe>Should not crash.</body>
« no previous file with comments | « no previous file | LayoutTests/fast/frames/flattening/crash-svg-document-expected.txt » ('j') | Source/WebCore/page/FrameView.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698