spec: "httpreferrer" attribute of <webview>

This commit is contained in:
Cheng Zhao 2014-11-12 10:39:15 +08:00
parent 57bfc63d23
commit db8361a0a9
2 changed files with 19 additions and 0 deletions

7
spec/fixtures/pages/referrer.html vendored Normal file
View file

@ -0,0 +1,7 @@
<html>
<body>
<script type="text/javascript" charset="utf-8">
console.log(document.referrer);
</script>
</body>
</html>