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

Unified Diff: LayoutTests/fast/dom/Window/window-function-name-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-name-getter-precedence-expected.txt
diff --git a/LayoutTests/fast/dom/Window/window-function-name-getter-precedence-expected.txt b/LayoutTests/fast/dom/Window/window-function-name-getter-precedence-expected.txt
index 8406e5dd37cd26ed0ce6b315970e8b80b60cdf4f..912955f068869d212204417c5ff6418d655e4b36 100644
--- a/LayoutTests/fast/dom/Window/window-function-name-getter-precedence-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-function-name-getter-precedence-expected.txt
@@ -30,6 +30,8 @@ PASS: typeof window.setInterval should be function and is.
PASS: typeof window.clearInterval should be function and is.
PASS: typeof window.addEventListener should be function and is.
PASS: typeof window.removeEventListener should be function and is.
+PASS: typeof window.captureEvents should be function and is.
+PASS: typeof window.releaseEvents should be function and is.
PASS: typeof window.eval should be function and is.
PASS: typeof window.parseInt should be function and is.
PASS: typeof window.parseFloat should be function and is.

Powered by Google App Engine
This is Rietveld 408576698