spec: "httpreferrer" attribute of <webview>
This commit is contained in:
parent
57bfc63d23
commit
db8361a0a9
2 changed files with 19 additions and 0 deletions
7
spec/fixtures/pages/referrer.html
vendored
Normal file
7
spec/fixtures/pages/referrer.html
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<body>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
console.log(document.referrer);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue