diff options
-rw-r--r-- | tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml b/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml index 3467c65..08e4d65 100644 --- a/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml +++ b/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml @@ -1,8 +1,6 @@ import Test 1.0 MyWebView { - width: 100 - height: 100 anchors.fill: parent url: "pixelCache.html" } |