summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/webview/zooming/pageWidth.qml
blob: 5e55d46d26cc63a3eafcc802ca7cf0cc73837fd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 1.0
import org.webkit 1.0

WebView {
    property string skip: "WebView tests not counting until resources allocated to WebView maintenance"
    width: 200
    height: 250
    url: "resolution.html"
    webPageWidth: 400
    preferredWidth: 200
}