Sign in
webkit
/
WebKit
/
3a634092e3245645233a54f0f3632665b4137d5f
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
dom
/
Window
/
capture-events.html
blob: a25efae74009e682108a713f90fe67e9911a99c1 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<p>
Tests the deprecation warning of Window captureEvents
</p>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
window
.
captureEvents
();
captureEvents
();
</script>