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

Unified Diff: LayoutTests/fast/js/function-length-expected.txt

Issue 296403007: Set correct Function.length on overloaded methods (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: addressed nits Created 6 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/function-length.html ('k') | Source/bindings/scripts/v8_interface.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/function-length-expected.txt
diff --git a/LayoutTests/fast/js/function-length-expected.txt b/LayoutTests/fast/js/function-length-expected.txt
index a4e768a90fe911edf0da6268dfe5655da040da0a..0067f1342efbfc06e7c284d53198d5f0eaa02125 100644
--- a/LayoutTests/fast/js/function-length-expected.txt
+++ b/LayoutTests/fast/js/function-length-expected.txt
@@ -16,6 +16,9 @@ PASS window.history.pushState.length is 2
PASS window.history.length is 1
PASS window.URL.createObjectURL.length is 1
PASS window.Storage.prototype.key.length is 1
+PASS document.importNode.length is 1
+PASS document.write.length is 0
+PASS CanvasRenderingContext2D.prototype.drawImage.length is 3
PASS Array.prototype.concat.length is 1
PASS Array.prototype.join.length is 1
PASS Array.prototype.push.length is 1
« no previous file with comments | « LayoutTests/fast/js/function-length.html ('k') | Source/bindings/scripts/v8_interface.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698