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

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