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

Issue 2775503005: Editing: queryCommandValue("stylewithcss") should always return an empty string. (Closed)

Created:
3 years, 9 months ago by tkent
Modified:
3 years, 9 months ago
Reviewers:
yosin_UTC9
CC:
blink-reviews, blink-reviews-w3ctests_chromium.org, chromium-reviews, mac-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Editing: queryCommandValue("stylewithcss") should always return an empty string. The new behavior is compatible with Firefox and Edge. This CL fixes 4,622 tests in external/wpt/editing/. BUG=704458 Review-Url: https://codereview.chromium.org/2775503005 Cr-Commit-Position: refs/heads/master@{#459324} Committed: https://chromium.googlesource.com/chromium/src/+/57c2207020be6758153102c90902b4b49781744e

Patch Set 1 #

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7341 lines, -7334 lines) Patch
M third_party/WebKit/LayoutTests/editing/editability/empty-document-stylewithcss.html View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/editing/execCommand/style-with-css.html View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/editing/execCommand/style-with-css-expected.txt View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/backcolor-expected.txt View 1 57 chunks +113 lines, -113 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/bold-expected.txt View 1 169 chunks +337 lines, -337 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/fontname-expected.txt View 1 133 chunks +265 lines, -265 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/fontsize-expected.txt View 1 139 chunks +277 lines, -277 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/forecolor-expected.txt View 1 133 chunks +265 lines, -265 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/formatblock-expected.txt View 1 5 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/forwarddelete-expected.txt View 1 83 chunks +165 lines, -165 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/hilitecolor-expected.txt View 1 69 chunks +137 lines, -137 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/indent-expected.txt View 1 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/inserthorizontalrule-expected.txt View 1 33 chunks +65 lines, -65 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/inserthtml-expected.txt View 1 44 chunks +89 lines, -89 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/insertimage-expected.txt View 1 11 chunks +21 lines, -21 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/insertlinebreak-expected.txt View 1 7 chunks +13 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/insertorderedlist-expected.txt View 1 9 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/insertparagraph-expected.txt View 1 65 chunks +129 lines, -129 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/inserttext-expected.txt View 1 49 chunks +97 lines, -97 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/insertunorderedlist-expected.txt View 1 9 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/justifycenter-expected.txt View 1 251 chunks +501 lines, -501 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/justifyfull-expected.txt View 1 191 chunks +381 lines, -381 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/justifyleft-expected.txt View 1 73 chunks +145 lines, -145 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/justifyright-expected.txt View 1 195 chunks +389 lines, -389 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/misc-expected.txt View 1 2 chunks +35 lines, -35 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/outdent-expected.txt View 1 33 chunks +65 lines, -65 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/editing/run/removeformat-expected.txt View 1 67 chunks +133 lines, -133 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/external/wpt/editing/run/italic-expected.txt View 1 123 chunks +245 lines, -245 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/external/wpt/editing/run/strikethrough-expected.txt View 1 123 chunks +245 lines, -245 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/external/wpt/editing/run/subscript-expected.txt View 1 71 chunks +141 lines, -141 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/external/wpt/editing/run/superscript-expected.txt View 1 73 chunks +145 lines, -145 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/external/wpt/editing/run/underline-expected.txt View 1 123 chunks +245 lines, -245 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/editing/run/bold-expected.txt View 1 169 chunks +337 lines, -337 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/editing/run/italic-expected.txt View 1 123 chunks +245 lines, -245 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/editing/run/justifycenter-expected.txt View 1 251 chunks +501 lines, -501 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/editing/run/justifyfull-expected.txt View 1 191 chunks +381 lines, -381 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/editing/run/justifyright-expected.txt View 1 195 chunks +389 lines, -389 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/editing/run/strikethrough-expected.txt View 1 123 chunks +245 lines, -245 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/editing/run/subscript-expected.txt View 1 71 chunks +141 lines, -141 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/editing/run/superscript-expected.txt View 1 73 chunks +145 lines, -145 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/external/wpt/editing/run/underline-expected.txt View 1 123 chunks +245 lines, -245 lines 0 comments Download
M third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp View 1 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 20 (16 generated)
tkent
yosin@, would you review this please?
3 years, 9 months ago (2017-03-23 22:24:42 UTC) #14
yosin_UTC9
lgtm
3 years, 9 months ago (2017-03-24 00:58:24 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2775503005/10001
3 years, 9 months ago (2017-03-24 01:14:00 UTC) #17
commit-bot: I haz the power
3 years, 9 months ago (2017-03-24 01:21:04 UTC) #20
Message was sent while issue was closed.
Committed patchset #2 (id:10001) as
https://chromium.googlesource.com/chromium/src/+/57c2207020be6758153102c90902...

Powered by Google App Engine
This is Rietveld 408576698