Sign in
webkit
/
WebKit
/
070f085f5e8356d46f8d4feb8b86126d4b0078d5
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
mac
/
PageVisibilityStateWithWindowChanges.html
blob: bded58089c38f02b0a978c15ea9328cbd2edf905 [
file
] [
log
] [
blame
]
<script>
document
.
addEventListener
(
"visibilitychange"
,
function
(
event
)
{
// Send a signal to the test controller via alert.
alert
(
'visibilitychange'
);
});
</script>