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

Unified Diff: LayoutTests/fast/dom/Window/release-events.html

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/release-events.html
diff --git a/LayoutTests/fast/dom/Window/release-events.html b/LayoutTests/fast/dom/Window/release-events.html
new file mode 100644
index 0000000000000000000000000000000000000000..a32a9910cf8fe47738745d945f9e1e523e47aabc
--- /dev/null
+++ b/LayoutTests/fast/dom/Window/release-events.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<p>Tests the deprecation warning of Window releaseEvents</p>
+<script>
+
+if (window.testRunner)
+ testRunner.dumpAsText();
+
+window.releaseEvents();
+releaseEvents();
+
+</script>

Powered by Google App Engine
This is Rietveld 408576698