webview: adding page-title-set event
This commit is contained in:
parent
5ff9588b48
commit
87af6f9c80
7 changed files with 26 additions and 0 deletions
1
spec/fixtures/pages/a.html
vendored
1
spec/fixtures/pages/a.html
vendored
|
@ -2,6 +2,7 @@
|
|||
<body>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
console.log('a');
|
||||
document.title = "test"
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue