summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/webview/javascript/test-objects.html
blob: ed7d2ea4f3b72e258965901833eda032332da25b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
</head>
<body>
<h1>Boring Document</h1>
<p>
This is a boring document.
It gets the text on this button:
<input id=button type=button value="click me"
    onClick="{document.getElementById('button').value=window.qmltext.text}">
from QML.
<p>