Sign in
webkit
/
WebKit
/
53abe1aa768c765894f6153aa6c483f383d54c9b
/
.
/
LayoutTests
/
inspector
/
debugger
/
resources
/
pause-on-blocked-event-handler.js
blob: 8a6d51d6f622cb8afbc841f2265c2a71c92b6410 [
file
] [
log
] [
blame
]
function
testAction
()
{
var
button
=
document
.
getElementById
(
'test'
);
button
.
click
();
}