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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/style-with-css-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/style-with-css-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/style-with-css-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/style-with-css-expected.txt
index c68f4e1d4fc889bc93318a2349fa88a6722cd697..0ef71e2772b8e5a4981e25e4f10bceaa5332fce8 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/style-with-css-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/style-with-css-expected.txt
@@ -9,9 +9,9 @@ PASS styleWithCSS changed the state successfully
PASS styleWithCSS changed the state successfully
PASS styleWithCSS changed the state successfully
PASS queryCommandState('styleWithCSS') returns true
-PASS queryCommandValue('styleWithCSS') returns 'true'
+PASS queryCommandValue('styleWithCSS') returns ''
PASS queryCommandState('styleWithCSS') returns false
-PASS queryCommandValue('styleWithCSS') returns 'false'
+PASS queryCommandValue('styleWithCSS') returns ''
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698