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

Unified Diff: LayoutTests/fast/js/Promise-native-then.html

Issue 1154523007: Avoid depending on Promise.prototype.toString() in layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | « no previous file | LayoutTests/fast/js/Promise-native-then-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/Promise-native-then.html
diff --git a/LayoutTests/fast/js/Promise-native-then.html b/LayoutTests/fast/js/Promise-native-then.html
index c3e9789c3468eae560b142a1401e1c85505c068c..3c5347b8d3847abe5b0abe114cb90d47aacce8ee 100644
--- a/LayoutTests/fast/js/Promise-native-then.html
+++ b/LayoutTests/fast/js/Promise-native-then.html
@@ -14,7 +14,6 @@ window.jsTestIsAsync = true;
var resolve;
var promise = new Promise(function(r) { resolve = r; });
var newPromise = window.internals.addOneToPromise(promise);
-debug("Got a new promise: " + newPromise);
newPromise.then(function(result) {
window.result = result;
« no previous file with comments | « no previous file | LayoutTests/fast/js/Promise-native-then-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698