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

document.title = "New title";