Sign in
webkit
/
WebKit
/
4bcb3438baef1cfe12aea6aa10c3a06a0ad5b00d
/
.
/
LayoutTests
/
inspector
/
debugger
/
resources
/
condition-ignoreCount.js
blob: c02e9db73be0f771725141845920553bddc716df [
file
] [
log
] [
blame
]
window
.
CONDITION_TEST
=
0
;
function
trigger
()
{
++
window
.
CONDITION_TEST
;
TestPage
.
dispatchEventToFrontend
(
"TestPage_trigger"
);
}