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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Test styleWithCSS command 1 Test styleWithCSS command
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS styleWithCSS changed the state successfully 6 PASS styleWithCSS changed the state successfully
7 PASS styleWithCSS changed the state successfully 7 PASS styleWithCSS changed the state successfully
8 PASS styleWithCSS changed the state successfully 8 PASS styleWithCSS changed the state successfully
9 PASS styleWithCSS changed the state successfully 9 PASS styleWithCSS changed the state successfully
10 PASS styleWithCSS changed the state successfully 10 PASS styleWithCSS changed the state successfully
11 PASS queryCommandState('styleWithCSS') returns true 11 PASS queryCommandState('styleWithCSS') returns true
12 PASS queryCommandValue('styleWithCSS') returns 'true' 12 PASS queryCommandValue('styleWithCSS') returns ''
13 PASS queryCommandState('styleWithCSS') returns false 13 PASS queryCommandState('styleWithCSS') returns false
14 PASS queryCommandValue('styleWithCSS') returns 'false' 14 PASS queryCommandValue('styleWithCSS') returns ''
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698