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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <body>
2 <script>
3
4 if (window.testRunner && window.internals) {
5 internals.settings.setFrameFlatteningEnabled(true);
6 testRunner.dumpAsText();
7 }
8
9 </script>
10 <iframe src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>"> </iframe>Should not crash.</body>
OLDNEW
« 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