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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/plaintext-mode-1-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
Index: third_party/WebKit/LayoutTests/fast/forms/plaintext-mode-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/plaintext-mode-1-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/plaintext-mode-1-expected.txt
index 85d528e4790c571dc6ae6a5d371b0f63c0970df2..0a78d2b0555b58fdac0aeadc737b59c48e82dadb 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/plaintext-mode-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/plaintext-mode-1-expected.txt
@@ -5,9 +5,9 @@ Success: document.queryCommandEnabled("Copy") == true
Success: document.queryCommandEnabled("CreateLink") == false
Success: document.queryCommandEnabled("Cut") == true
Success: document.queryCommandEnabled("Delete") == true
-Success: document.queryCommandEnabled("FontName") == true
-Success: document.queryCommandEnabled("FontSize") == true
-Success: document.queryCommandEnabled("FontSizeDelta") == true
+Success: document.queryCommandEnabled("FontName") == false
+Success: document.queryCommandEnabled("FontSize") == false
+Success: document.queryCommandEnabled("FontSizeDelta") == false
Success: document.queryCommandEnabled("ForeColor") == false
Success: document.queryCommandEnabled("ForwardDelete") == true
Success: document.queryCommandEnabled("Indent") == false

Powered by Google App Engine
This is Rietveld 408576698