Sign in
webkit
/
WebKit
/
84774fe198803611f5618b9a9f2415bf7b147653
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
alert.html
blob: 0c5f470371af70327fdcdb3fa4923a88ce85ad07 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script>
onload
=
()
=>
{
alert
(
"foo"
);
};
</script>
</body>
</html>