summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/data/sethtml.qml
blob: 9e17597fecde3db0a3ccc12cf600bb4b6d61adb7 (plain)
1
2
3
4
5
6
import Qt 4.6
import org.webkit 1.0

WebView {
    html: "<p>This is a <b>string</b> set on the WebView"
}