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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation.html

Issue 2775503005: Editing: queryCommandValue("stylewithcss") should always return an empty string. (Closed)
Patch Set: . Created 3 years, 9 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/reset-values-after-navigation.html
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation.html b/third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation.html
index 9ae02350ea4c7099f81d7ec62bbd4800a9014467..522a1b445db832f0d001ebb03ab107758e3ab300 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation.html
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation.html
@@ -8,7 +8,7 @@
if (e.origin == location.protocol + "//" + location.host) {
queryCommandValues = JSON.parse(e.data);
shouldBeEqualToString('queryCommandValues["DefaultParagraphSeparator"]', "div");
- shouldBeEqualToString('queryCommandValues["StyleWithCSS"]', "false");
+ shouldBeEqualToString('queryCommandValues["StyleWithCSS"]', "");
finishJSTest();
}
}

Powered by Google App Engine
This is Rietveld 408576698