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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html

Issue 2109543002: Make SpellChecker::didBeginEdit() not to crash with IFRAME parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-06-28T17:34:15 Created 4 years, 6 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: third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html b/third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html
index 7bc9927a66c267cfaf04f49d8db33cdfd7d3ab62..9eee9ff03277c73f250695e12de04b5960772df6 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html
@@ -6,6 +6,9 @@
if (window.testRunner)
testRunner.dumpAsText();
+if (window.internals)
+ internals.settings.setUnifiedTextCheckerEnabled(true);
+
function runTest() {
document.designMode = "on";
document.open();

Powered by Google App Engine
This is Rietveld 408576698