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