Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(782)

Unified Diff: LayoutTests/fast/js/Promise-simple-expected.txt

Issue 16838012: [ABANDONED] Implement Promises. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/js/Promise-simple.html ('k') | LayoutTests/fast/js/Promise-simple-fulfill-async.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « LayoutTests/fast/js/Promise-simple.html ('k') | LayoutTests/fast/js/Promise-simple-fulfill-async.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698