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 |