| Index: third_party/WebKit/LayoutTests/fast/forms/plaintext-mode-1.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/plaintext-mode-1.html b/third_party/WebKit/LayoutTests/fast/forms/plaintext-mode-1.html
|
| index 4f9851f97e4c8b7de5d1b352321a8dc24bc238bb..82ecc4f2dff6cd6919ae64b1d61e2911adccd5b3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/plaintext-mode-1.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/plaintext-mode-1.html
|
| @@ -38,9 +38,9 @@ assert("document.queryCommandEnabled", "Copy", true);
|
| assert("document.queryCommandEnabled", "CreateLink", false);
|
| assert("document.queryCommandEnabled", "Cut", true);
|
| assert("document.queryCommandEnabled", "Delete", true);
|
| -assert("document.queryCommandEnabled", "FontName", true); // Shouldn't this be false?
|
| -assert("document.queryCommandEnabled", "FontSize", true); // Shouldn't this be false?
|
| -assert("document.queryCommandEnabled", "FontSizeDelta", true); // Shouldn't this be false?
|
| +assert("document.queryCommandEnabled", "FontName", false);
|
| +assert("document.queryCommandEnabled", "FontSize", false);
|
| +assert("document.queryCommandEnabled", "FontSizeDelta", false);
|
| assert("document.queryCommandEnabled", "ForeColor", false);
|
| assert("document.queryCommandEnabled", "ForwardDelete", true);
|
| assert("document.queryCommandEnabled", "Indent", false);
|
|
|