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

Unified Diff: LayoutTests/fast/dom/HTMLDocument/capture-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/HTMLDocument/capture-events.html
diff --git a/LayoutTests/fast/dom/HTMLDocument/capture-events.html b/LayoutTests/fast/dom/HTMLDocument/capture-events.html
new file mode 100644
index 0000000000000000000000000000000000000000..f120e95409aa730a9847902c5f480fca764ff94e
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLDocument/capture-events.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<p>Tests the deprecation warning of HTMLDocument captureEvents</p>
+<script>
+
+if (window.testRunner)
+ testRunner.dumpAsText();
+
+document.captureEvents();
+
+</script>

Powered by Google App Engine
This is Rietveld 408576698