tests/auto/declarative/qmlvisual/webview/javascript/test-objects.html
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     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>