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

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

Issue 14049021: 'length' property is invalid for some DOM bindings functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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/CodeGeneratorV8.pm » ('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 4a36b98f6b8c220824bb92ea085ac13a604b47ea..b5d0e3b05c6069de0df1c58e91578427e3e5e640 100644
--- a/LayoutTests/fast/js/function-length-expected.txt
+++ b/LayoutTests/fast/js/function-length-expected.txt
@@ -9,6 +9,13 @@ PASS window.showModalDialog.length is 1
PASS window.setTimeout.length is 1
PASS window.clearTimeout.length is 0
PASS window.addEventListener.length is 2
+PASS window.postMessage.length is 2
+PASS window.dispatchEvent.length is 1
+PASS window.openDatabase.length is 4
+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 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/CodeGeneratorV8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698