summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/script-with-metadata.js
blob: de2e3974c22a0e376f08776e9f59b2e6c473fdff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// ==UserScript==
// @name           Test script
// @homepageURL    http://www.qt.io/
// @description    Test script with metadata block
// @include        *data/test*.html
// @include        /favicon.html?$/
// @exclude        *test2.html
// @exclude        /test[-]iframe/
// @run-at         document-end
// ==/UserScript==

document.title = "New title";