Index: LayoutTests/editing/execCommand/non-html-document-expected.txt |
diff --git a/LayoutTests/accessibility/aria-help-expected.txt b/LayoutTests/editing/execCommand/non-html-document-expected.txt |
similarity index 52% |
copy from LayoutTests/accessibility/aria-help-expected.txt |
copy to LayoutTests/editing/execCommand/non-html-document-expected.txt |
index 16c83066528ca32eb8fdf4d053cd372b21d752d1..654fad95bfb0c738c5abd0d2a2e4650cdf80dbe9 100644 |
--- a/LayoutTests/accessibility/aria-help-expected.txt |
+++ b/LayoutTests/editing/execCommand/non-html-document-expected.txt |
@@ -1,10 +1,9 @@ |
-button |
-This tests that aria-help attribute works as expected. |
+Non HTMLDocument such as XMLDocument shouldn't support execCommand |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS button.helpText is 'AXHelp: click here' |
+PASS xmldoc.execCommand('bold, false, null') is false |
PASS successfullyParsed is true |
TEST COMPLETE |