mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-29 01:53:54 +03:00
aac9df0542
Chromium works correctly, WebKit mac has a security error, Firefox fails to go back.
12 lines
175 B
HTML
12 lines
175 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>console.log test</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
console.log('here:' + location.href)
|
|
</script>
|
|
</body>
|
|
</html>
|