| 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
|
|
|