| Index: LayoutTests/crypto/importKey-normalize-usages-expected.txt
|
| diff --git a/LayoutTests/accessibility/aria-help-expected.txt b/LayoutTests/crypto/importKey-normalize-usages-expected.txt
|
| similarity index 55%
|
| copy from LayoutTests/accessibility/aria-help-expected.txt
|
| copy to LayoutTests/crypto/importKey-normalize-usages-expected.txt
|
| index 16c83066528ca32eb8fdf4d053cd372b21d752d1..eb3926de6b35b90b664323f474458a654dc323df 100644
|
| --- a/LayoutTests/accessibility/aria-help-expected.txt
|
| +++ b/LayoutTests/crypto/importKey-normalize-usages-expected.txt
|
| @@ -1,10 +1,9 @@
|
| -button
|
| -This tests that aria-help attribute works as expected.
|
| +Tests that the reflected Key.usages are normalized.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS button.helpText is 'AXHelp: click here'
|
| +PASS key.usages.join(',') is "encrypt,decrypt,wrapKey"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|