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

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

Issue 17035004: [ABANDONED] Introduce Promise example implementation written in JavaScript. (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-overwrite-constructor.html ('k') | Source/bindings/bindings.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/Promise-overwrite-constructor-expected.txt
diff --git a/LayoutTests/accessibility/crashing-a-tag-in-map-expected.txt b/LayoutTests/fast/js/Promise-overwrite-constructor-expected.txt
similarity index 57%
copy from LayoutTests/accessibility/crashing-a-tag-in-map-expected.txt
copy to LayoutTests/fast/js/Promise-overwrite-constructor-expected.txt
index e2e890293aacc72d81b628dabd8771ae4e3a465f..f2979ef459a924fc6c5a2e7e13d36eaadfcd73c3 100644
--- a/LayoutTests/accessibility/crashing-a-tag-in-map-expected.txt
+++ b/LayoutTests/fast/js/Promise-overwrite-constructor-expected.txt
@@ -1,9 +1,10 @@
-
-This tests that a hit test on a image map that has areas and anchors does not crash
+Test Promise.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
+PASS Promise is 77
+PASS promise instanceof P is true
+PASS promise.constructor is P
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/js/Promise-overwrite-constructor.html ('k') | Source/bindings/bindings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698