diff options
Diffstat (limited to 'tests/auto/declarative/qmlgraphicswebview/data/pixelCache.html')
-rw-r--r-- | tests/auto/declarative/qmlgraphicswebview/data/pixelCache.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.html b/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.html new file mode 100644 index 0000000..9412674 --- /dev/null +++ b/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.html @@ -0,0 +1,10 @@ +<html> +<body topmargin=0 leftmargin=0> +<table width=120 cellpadding=0 cellspacing=0> +<tr><td> +<h1>Pixel Cache</h1> +This test is for the pixel cache. Because this is a long document, +as it scrolls, more of the document will need to be rendered. +If the pixelCacheSize is small, the first parts of the document will +no longer be in the cache when it returns. +</table> |