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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/enabling-and-selection-expected.txt

Issue 1805773002: Disable FontName, FontSize, and FontSizeDelta commands in contenteditable=plaintext-only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix fast/forms/plaintext-mode-1.html Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/execCommand/script-tests/enabling-and-selection.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/execCommand/enabling-and-selection-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/enabling-and-selection-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/enabling-and-selection-expected.txt
index 4bb1407174c0953503f63e351be9f1049a8eb809..b25473d44387ac920659bf68561b6095e15b872c 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/enabling-and-selection-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/enabling-and-selection-expected.txt
@@ -11,9 +11,9 @@ PASS whenEnabled('Copy') is 'range'
PASS whenEnabled('Cut') is 'editable range'
PASS whenEnabled('RemoveFormat') is 'editable range'
PASS whenEnabled('Delete') is 'editable'
-PASS whenEnabled('FontName') is 'editable'
-PASS whenEnabled('FontSize') is 'editable'
-PASS whenEnabled('FontSizeDelta') is 'editable'
+PASS whenEnabled('FontName') is 'richly editable'
+PASS whenEnabled('FontSize') is 'richly editable'
+PASS whenEnabled('FontSizeDelta') is 'richly editable'
PASS whenEnabled('ForwardDelete') is 'editable'
PASS whenEnabled('InsertHTML') is 'editable'
PASS whenEnabled('InsertParagraph') is 'editable'
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/execCommand/script-tests/enabling-and-selection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698