Sign in
webkit
/
WebKit
/
5969b6f1f74632b1546edb27bd956b187c2c3d52
/
.
/
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>