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