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

Unified Diff: LayoutTests/fast/dom/Window/window-function-frame-getter-precedence-expected.txt

Issue 21263002: Add back captureEvents and releaseEvents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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
Index: LayoutTests/fast/dom/Window/window-function-frame-getter-precedence-expected.txt
diff --git a/LayoutTests/fast/dom/Window/window-function-frame-getter-precedence-expected.txt b/LayoutTests/fast/dom/Window/window-function-frame-getter-precedence-expected.txt
index e7072b861e339329db98b8b4751df63e861ff4d6..a2d06a4e296b92f2c035fa3e21bbe4d269ed9933 100644
--- a/LayoutTests/fast/dom/Window/window-function-frame-getter-precedence-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-function-frame-getter-precedence-expected.txt
@@ -30,6 +30,8 @@ PASS: typeof window.setInterval should be object and is.
PASS: typeof window.clearInterval should be object and is.
PASS: typeof window.addEventListener should be object and is.
PASS: typeof window.removeEventListener should be object and is.
+PASS: typeof window.captureEvents should be object and is.
+PASS: typeof window.releaseEvents should be object and is.
FAIL: typeof window.eval should be object but instead is function
FAIL: typeof window.parseInt should be object but instead is function
FAIL: typeof window.parseFloat should be object but instead is function

Powered by Google App Engine
This is Rietveld 408576698