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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation-expected.txt
index 5b0b6b36ed0085d83d116d236c520c371c5ea59b..6c999a67b87029fc40d19ee530b87f68a3d310b4 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation-expected.txt
@@ -1,5 +1,5 @@
PASS queryCommandValues["DefaultParagraphSeparator"] is "div"
-PASS queryCommandValues["StyleWithCSS"] is "false"
+PASS queryCommandValues["StyleWithCSS"] is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698