summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/webview/zooming/pageWidth.qml
blob: a2b11ac29560a93a09437a55cfc9dccb44de8267 (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 1.0
import QtWebKit 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
}