diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2011-03-23 08:27:11 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2011-03-23 08:27:11 (GMT) |
commit | e5a6de534226ac0829384f9a232abb44149bcb68 (patch) | |
tree | e6891fc42a39c9d3844b0b4a5648e90db29714bb /tests/auto/declarative/qdeclarativewebview/data/pixelCache.html | |
parent | 7627d9d5316430e01a7ecb1d20d3a56b4b4c740a (diff) | |
download | Qt-e5a6de534226ac0829384f9a232abb44149bcb68.zip Qt-e5a6de534226ac0829384f9a232abb44149bcb68.tar.gz Qt-e5a6de534226ac0829384f9a232abb44149bcb68.tar.bz2 |
Remove the qdeclarativewebview autotest.
This does not belongs inside Qt, but inside the webkit repository.
Acknowledged-by: Alan Alpert and Andreas Kling
Diffstat (limited to 'tests/auto/declarative/qdeclarativewebview/data/pixelCache.html')
-rw-r--r-- | tests/auto/declarative/qdeclarativewebview/data/pixelCache.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/declarative/qdeclarativewebview/data/pixelCache.html b/tests/auto/declarative/qdeclarativewebview/data/pixelCache.html deleted file mode 100644 index 9412674..0000000 --- a/tests/auto/declarative/qdeclarativewebview/data/pixelCache.html +++ /dev/null @@ -1,10 +0,0 @@ -<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> |