tests/auto/declarative/qmlvisual/webview/javascript/test-objects.html
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
       
     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>