| Index: LayoutTests/fast/js/Promise-simple-expected.txt
|
| diff --git a/LayoutTests/accessibility/aria-help-expected.txt b/LayoutTests/fast/js/Promise-simple-expected.txt
|
| similarity index 50%
|
| copy from LayoutTests/accessibility/aria-help-expected.txt
|
| copy to LayoutTests/fast/js/Promise-simple-expected.txt
|
| index 16c83066528ca32eb8fdf4d053cd372b21d752d1..5ef735673dd1b42154b8b8e5afe7e36ae6ddaeda 100644
|
| --- a/LayoutTests/accessibility/aria-help-expected.txt
|
| +++ b/LayoutTests/fast/js/Promise-simple-expected.txt
|
| @@ -1,10 +1,10 @@
|
| -button
|
| -This tests that aria-help attribute works as expected.
|
| +Test Promise.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
| -
|
| -PASS button.helpText is 'AXHelp: click here'
|
| +PASS thisInInit === firstPromise is true
|
| +PASS thisInFulfillCallback === secondPromise is true
|
| +PASS value is "hello"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|