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

WebView {
    url: "elements.html"
    width: 310
    height: 100
}