Sign in
webkit
/
WebKit
/
8eb79ed1de006bf9c72e7d7bf6bdf2b52bbaeecb
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
client-side-redirect.html
blob: f9d3f0921f2ede8fc04ca9b488d42b39a73e1105 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script>
onload
=
()
=>
{
location
=
"pson://www.apple.com/main.html"
;
};
</script>
</body>
</html>