| 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..9c4c6656107a6e237cec28f6ea5b115d0e4c8f8a 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 result is "hello"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|