From d1b0b364fc2c944ec5cf67ed9a3282881f4c324c Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Thu, 28 Oct 2010 18:45:11 +1000 Subject: Cleanup qmlvisual/qdeclarativetext visual tests Getting them running again, and smaller. Need to fix a bug before they pass again though. Task-number: QTBUG-14792 --- .../baseline/data-X11/parentanchor.qml | 62 +- .../qdeclarativetext/baseline/parentanchor.qml | 2 +- .../qdeclarativetext/elide/data-X11/elide.0.png | Bin 1002 -> 1167 bytes .../qdeclarativetext/elide/data-X11/elide.qml | 132 +-- .../qdeclarativetext/elide/data-X11/elide2.0.png | Bin 0 -> 2795 bytes .../qdeclarativetext/elide/data-X11/elide2.1.png | Bin 0 -> 2456 bytes .../qdeclarativetext/elide/data-X11/elide2.2.png | Bin 0 -> 2038 bytes .../qdeclarativetext/elide/data-X11/elide2.3.png | Bin 0 -> 1317 bytes .../qdeclarativetext/elide/data-X11/elide2.qml | 991 +++++++++++++++++ .../elide/data-X11/multilength.0.png | Bin 596 -> 2285 bytes .../elide/data-X11/multilength.1.png | Bin 0 -> 2284 bytes .../elide/data-X11/multilength.2.png | Bin 0 -> 1197 bytes .../elide/data-X11/multilength.3.png | Bin 0 -> 1197 bytes .../elide/data-X11/multilength.4.png | Bin 0 -> 556 bytes .../elide/data-X11/multilength.qml | 1166 ++++++++++++++++++-- .../qdeclarativetext/elide/data/elide.0.png | Bin 1604 -> 0 bytes .../qdeclarativetext/elide/data/elide.qml | 279 ----- .../qdeclarativetext/elide/data/elide2.0.png | Bin 4818 -> 0 bytes .../qdeclarativetext/elide/data/elide2.1.png | Bin 4089 -> 0 bytes .../qdeclarativetext/elide/data/elide2.2.png | Bin 3128 -> 0 bytes .../qdeclarativetext/elide/data/elide2.3.png | Bin 1963 -> 0 bytes .../qdeclarativetext/elide/data/elide2.qml | 991 ----------------- .../qdeclarativetext/font/data-MAC/plaintext.0.png | Bin 103018 -> 0 bytes .../qdeclarativetext/font/data-MAC/plaintext.qml | 351 ------ .../qdeclarativetext/font/data-MAC/richtext.0.png | Bin 136492 -> 0 bytes .../qdeclarativetext/font/data-MAC/richtext.qml | 359 ------ .../qdeclarativetext/font/data/plaintext.0.png | Bin 94120 -> 0 bytes .../qdeclarativetext/font/data/plaintext.qml | 351 ------ .../qdeclarativetext/font/data/richtext.0.png | Bin 121122 -> 0 bytes .../qdeclarativetext/font/data/richtext.qml | 359 ------ 30 files changed, 2182 insertions(+), 2861 deletions(-) create mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.0.png create mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.1.png create mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.2.png create mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.3.png create mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.qml create mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.1.png create mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.2.png create mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.3.png create mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.4.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide.0.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide.qml delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.0.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.1.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.2.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.3.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.qml delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/plaintext.0.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/plaintext.qml delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/richtext.0.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/richtext.qml delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/plaintext.0.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/plaintext.qml delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/richtext.0.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/richtext.qml diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/baseline/data-X11/parentanchor.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/baseline/data-X11/parentanchor.qml index 880609b..c526f47 100644 --- a/tests/auto/declarative/qmlvisual/qdeclarativetext/baseline/data-X11/parentanchor.qml +++ b/tests/auto/declarative/qmlvisual/qdeclarativetext/baseline/data-X11/parentanchor.qml @@ -6,126 +6,126 @@ VisualTest { } Frame { msec: 16 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 32 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 48 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 64 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 80 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 96 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 112 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 128 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 144 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 160 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 176 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 192 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 208 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 224 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 240 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 256 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 272 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 288 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 304 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 320 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 336 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 352 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 368 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 384 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 400 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 416 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 432 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 448 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 464 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 480 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } Frame { msec: 496 - hash: "3e022a120a2dbe688d53657508de36cf" + hash: "e38b59f2c271def037213e57a966bd95" } } diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/baseline/parentanchor.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/baseline/parentanchor.qml index ec1f8b3..c1920db 100644 --- a/tests/auto/declarative/qmlvisual/qdeclarativetext/baseline/parentanchor.qml +++ b/tests/auto/declarative/qmlvisual/qdeclarativetext/baseline/parentanchor.qml @@ -1,7 +1,7 @@ import QtQuick 1.0 Rectangle { - id: s; width: 600; height: 100; color: "lightsteelblue" + id: s; width: 600; height: 100; property string text: "The quick brown fox jumps over the lazy dog." Text { text: s.text diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide.0.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide.0.png index 5631a46..b250b38 100644 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide.0.png and b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide.0.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide.qml index d460514..f3bc1db 100644 --- a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide.qml +++ b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide.qml @@ -6,239 +6,239 @@ VisualTest { } Frame { msec: 16 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 32 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 48 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 64 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 80 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 96 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 112 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 128 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 144 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 160 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 176 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 192 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 208 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 224 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 240 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 256 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 272 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 288 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 304 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 320 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 336 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 352 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 368 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 384 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 400 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 416 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 432 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 448 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 464 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 480 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 496 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 512 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 528 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 544 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 560 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 576 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 592 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 608 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 624 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 640 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 656 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 672 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 688 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 704 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 720 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 736 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 752 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 768 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 784 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 800 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 816 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 832 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 848 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 864 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 880 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 896 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 912 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 928 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 944 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 960 @@ -246,34 +246,34 @@ VisualTest { } Frame { msec: 976 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Key { type: 6 key: 16777249 - modifiers: 67108864 + modifiers: 0 text: "" autorep: false count: 1 } Frame { msec: 992 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 1008 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 1024 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 1040 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } Frame { msec: 1056 - hash: "48e2da07fd229d9db6afc0eda494cd11" + hash: "9992670f23580ce63cdd3ab3fed621a1" } } diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.0.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.0.png new file mode 100644 index 0000000..03b6e5d Binary files /dev/null and b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.0.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.1.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.1.png new file mode 100644 index 0000000..43565b6 Binary files /dev/null and b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.1.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.2.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.2.png new file mode 100644 index 0000000..f2df9b2 Binary files /dev/null and b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.2.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.3.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.3.png new file mode 100644 index 0000000..11cf86c Binary files /dev/null and b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.3.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.qml new file mode 100644 index 0000000..1c1d5eb --- /dev/null +++ b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/elide2.qml @@ -0,0 +1,991 @@ +import Qt.VisualTest 4.7 + +VisualTest { + Frame { + msec: 0 + } + Frame { + msec: 16 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 32 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 48 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 64 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 80 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 96 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 112 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 128 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 144 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 160 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 176 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 192 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 208 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 224 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 240 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 256 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 272 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 288 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 304 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 320 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 336 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 352 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 368 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 384 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 400 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 416 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 432 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 448 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 464 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 480 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 496 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 512 + hash: "26a468619443250a160845a894643eb9" + } + Frame { + msec: 528 + hash: "250d6cd632ad176aacbb09fa50f6c099" + } + Frame { + msec: 544 + hash: "250d6cd632ad176aacbb09fa50f6c099" + } + Frame { + msec: 560 + hash: "250d6cd632ad176aacbb09fa50f6c099" + } + Frame { + msec: 576 + hash: "92cfcc9ee96124c5a3848f68228b286b" + } + Frame { + msec: 592 + hash: "92cfcc9ee96124c5a3848f68228b286b" + } + Frame { + msec: 608 + hash: "92cfcc9ee96124c5a3848f68228b286b" + } + Frame { + msec: 624 + hash: "92cfcc9ee96124c5a3848f68228b286b" + } + Frame { + msec: 640 + hash: "92cfcc9ee96124c5a3848f68228b286b" + } + Frame { + msec: 656 + hash: "235f581c767dc4a4f6133e570126a813" + } + Frame { + msec: 672 + hash: "235f581c767dc4a4f6133e570126a813" + } + Frame { + msec: 688 + hash: "235f581c767dc4a4f6133e570126a813" + } + Frame { + msec: 704 + hash: "235f581c767dc4a4f6133e570126a813" + } + Frame { + msec: 720 + hash: "235f581c767dc4a4f6133e570126a813" + } + Frame { + msec: 736 + hash: "c7d6b690224ae554f6200a5d2520ae25" + } + Frame { + msec: 752 + hash: "c7d6b690224ae554f6200a5d2520ae25" + } + Frame { + msec: 768 + hash: "23f5fb2275945e89bf856877b82f99de" + } + Frame { + msec: 784 + hash: "23f5fb2275945e89bf856877b82f99de" + } + Frame { + msec: 800 + hash: "23f5fb2275945e89bf856877b82f99de" + } + Frame { + msec: 816 + hash: "23f5fb2275945e89bf856877b82f99de" + } + Frame { + msec: 832 + hash: "23f5fb2275945e89bf856877b82f99de" + } + Frame { + msec: 848 + hash: "99e6e3d94bb90939dacadf20f791d415" + } + Frame { + msec: 864 + hash: "99e6e3d94bb90939dacadf20f791d415" + } + Frame { + msec: 880 + hash: "99e6e3d94bb90939dacadf20f791d415" + } + Frame { + msec: 896 + hash: "186db3738dc443d66b5b0352d7753b26" + } + Frame { + msec: 912 + hash: "186db3738dc443d66b5b0352d7753b26" + } + Frame { + msec: 928 + hash: "186db3738dc443d66b5b0352d7753b26" + } + Frame { + msec: 944 + hash: "186db3738dc443d66b5b0352d7753b26" + } + Frame { + msec: 960 + image: "elide2.0.png" + } + Frame { + msec: 976 + hash: "88be0433f060832e8345a43eb681998e" + } + Frame { + msec: 992 + hash: "88be0433f060832e8345a43eb681998e" + } + Frame { + msec: 1008 + hash: "88be0433f060832e8345a43eb681998e" + } + Frame { + msec: 1024 + hash: "88be0433f060832e8345a43eb681998e" + } + Frame { + msec: 1040 + hash: "88be0433f060832e8345a43eb681998e" + } + Frame { + msec: 1056 + hash: "89e8da94c1e4e1c031d58f1dd593104a" + } + Frame { + msec: 1072 + hash: "89e8da94c1e4e1c031d58f1dd593104a" + } + Frame { + msec: 1088 + hash: "786b7ea2e267ee6d593f18caa95be45d" + } + Frame { + msec: 1104 + hash: "786b7ea2e267ee6d593f18caa95be45d" + } + Frame { + msec: 1120 + hash: "786b7ea2e267ee6d593f18caa95be45d" + } + Frame { + msec: 1136 + hash: "830afd40f8ee9d0c969fbd61eb68ae94" + } + Frame { + msec: 1152 + hash: "830afd40f8ee9d0c969fbd61eb68ae94" + } + Frame { + msec: 1168 + hash: "d00b74868c2dbddc2d5ae5ec0469f9a1" + } + Frame { + msec: 1184 + hash: "d00b74868c2dbddc2d5ae5ec0469f9a1" + } + Frame { + msec: 1200 + hash: "d00b74868c2dbddc2d5ae5ec0469f9a1" + } + Frame { + msec: 1216 + hash: "d00b74868c2dbddc2d5ae5ec0469f9a1" + } + Frame { + msec: 1232 + hash: "1508cbb70b1221ccf169ff6376df4cc9" + } + Frame { + msec: 1248 + hash: "1508cbb70b1221ccf169ff6376df4cc9" + } + Frame { + msec: 1264 + hash: "1508cbb70b1221ccf169ff6376df4cc9" + } + Frame { + msec: 1280 + hash: "490d7425d117ebe23e3e3637fd3e7b09" + } + Frame { + msec: 1296 + hash: "490d7425d117ebe23e3e3637fd3e7b09" + } + Frame { + msec: 1312 + hash: "490d7425d117ebe23e3e3637fd3e7b09" + } + Frame { + msec: 1328 + hash: "490d7425d117ebe23e3e3637fd3e7b09" + } + Frame { + msec: 1344 + hash: "490d7425d117ebe23e3e3637fd3e7b09" + } + Frame { + msec: 1360 + hash: "048b3223ca262f5f3271f4ad81fbe41f" + } + Frame { + msec: 1376 + hash: "048b3223ca262f5f3271f4ad81fbe41f" + } + Frame { + msec: 1392 + hash: "048b3223ca262f5f3271f4ad81fbe41f" + } + Frame { + msec: 1408 + hash: "048b3223ca262f5f3271f4ad81fbe41f" + } + Frame { + msec: 1424 + hash: "048b3223ca262f5f3271f4ad81fbe41f" + } + Frame { + msec: 1440 + hash: "4e91391c852167a04c6224ef5426b17c" + } + Frame { + msec: 1456 + hash: "4e91391c852167a04c6224ef5426b17c" + } + Frame { + msec: 1472 + hash: "4e91391c852167a04c6224ef5426b17c" + } + Frame { + msec: 1488 + hash: "4e91391c852167a04c6224ef5426b17c" + } + Frame { + msec: 1504 + hash: "4e91391c852167a04c6224ef5426b17c" + } + Frame { + msec: 1520 + hash: "08e969be0cd428140cd079f5f6338b4f" + } + Frame { + msec: 1536 + hash: "08e969be0cd428140cd079f5f6338b4f" + } + Frame { + msec: 1552 + hash: "08e969be0cd428140cd079f5f6338b4f" + } + Frame { + msec: 1568 + hash: "08e969be0cd428140cd079f5f6338b4f" + } + Frame { + msec: 1584 + hash: "08e969be0cd428140cd079f5f6338b4f" + } + Frame { + msec: 1600 + hash: "458e10bb1d38ef8f1248be959a3ac8bc" + } + Frame { + msec: 1616 + hash: "458e10bb1d38ef8f1248be959a3ac8bc" + } + Frame { + msec: 1632 + hash: "458e10bb1d38ef8f1248be959a3ac8bc" + } + Frame { + msec: 1648 + hash: "fde9eccf9fa722d4321bd26ead3d6c5e" + } + Frame { + msec: 1664 + hash: "fde9eccf9fa722d4321bd26ead3d6c5e" + } + Frame { + msec: 1680 + hash: "fde9eccf9fa722d4321bd26ead3d6c5e" + } + Frame { + msec: 1696 + hash: "fde9eccf9fa722d4321bd26ead3d6c5e" + } + Frame { + msec: 1712 + hash: "fde9eccf9fa722d4321bd26ead3d6c5e" + } + Frame { + msec: 1728 + hash: "68ac9747d1b36351ac6677336d4e0bfd" + } + Frame { + msec: 1744 + hash: "68ac9747d1b36351ac6677336d4e0bfd" + } + Key { + type: 6 + key: 16777249 + modifiers: 0 + text: "" + autorep: false + count: 1 + } + Frame { + msec: 1760 + hash: "68ac9747d1b36351ac6677336d4e0bfd" + } + Frame { + msec: 1776 + hash: "015658eeb53ce6937d0a0b3941cea138" + } + Frame { + msec: 1792 + hash: "015658eeb53ce6937d0a0b3941cea138" + } + Frame { + msec: 1808 + hash: "015658eeb53ce6937d0a0b3941cea138" + } + Frame { + msec: 1824 + hash: "015658eeb53ce6937d0a0b3941cea138" + } + Frame { + msec: 1840 + hash: "015658eeb53ce6937d0a0b3941cea138" + } + Frame { + msec: 1856 + hash: "4720bcf54fce0c680a983113dc009104" + } + Frame { + msec: 1872 + hash: "4720bcf54fce0c680a983113dc009104" + } + Frame { + msec: 1888 + hash: "4720bcf54fce0c680a983113dc009104" + } + Frame { + msec: 1904 + hash: "4720bcf54fce0c680a983113dc009104" + } + Frame { + msec: 1920 + image: "elide2.1.png" + } + Frame { + msec: 1936 + hash: "03123bcb0f4ff032257415f713a5873c" + } + Frame { + msec: 1952 + hash: "03123bcb0f4ff032257415f713a5873c" + } + Frame { + msec: 1968 + hash: "03123bcb0f4ff032257415f713a5873c" + } + Frame { + msec: 1984 + hash: "03123bcb0f4ff032257415f713a5873c" + } + Frame { + msec: 2000 + hash: "e93d314c5a19e771282bf09ff0983917" + } + Frame { + msec: 2016 + hash: "e93d314c5a19e771282bf09ff0983917" + } + Frame { + msec: 2032 + hash: "e93d314c5a19e771282bf09ff0983917" + } + Frame { + msec: 2048 + hash: "e93d314c5a19e771282bf09ff0983917" + } + Frame { + msec: 2064 + hash: "e93d314c5a19e771282bf09ff0983917" + } + Frame { + msec: 2080 + hash: "877e76006891001e574b39f60249ec8a" + } + Frame { + msec: 2096 + hash: "877e76006891001e574b39f60249ec8a" + } + Frame { + msec: 2112 + hash: "877e76006891001e574b39f60249ec8a" + } + Frame { + msec: 2128 + hash: "04213ba6fc23600c62c49bdd63725b3d" + } + Frame { + msec: 2144 + hash: "04213ba6fc23600c62c49bdd63725b3d" + } + Frame { + msec: 2160 + hash: "04213ba6fc23600c62c49bdd63725b3d" + } + Frame { + msec: 2176 + hash: "04213ba6fc23600c62c49bdd63725b3d" + } + Frame { + msec: 2192 + hash: "605fbd44c23d135d809e987fde15caf0" + } + Frame { + msec: 2208 + hash: "605fbd44c23d135d809e987fde15caf0" + } + Frame { + msec: 2224 + hash: "138d9fe345628797df8af84b71e76717" + } + Frame { + msec: 2240 + hash: "138d9fe345628797df8af84b71e76717" + } + Frame { + msec: 2256 + hash: "138d9fe345628797df8af84b71e76717" + } + Frame { + msec: 2272 + hash: "138d9fe345628797df8af84b71e76717" + } + Frame { + msec: 2288 + hash: "138d9fe345628797df8af84b71e76717" + } + Frame { + msec: 2304 + hash: "1a160138dbed69dd2fc6cdc335c39332" + } + Frame { + msec: 2320 + hash: "1a160138dbed69dd2fc6cdc335c39332" + } + Frame { + msec: 2336 + hash: "a40edd45d19a09b7b5b6601c2e4789ba" + } + Frame { + msec: 2352 + hash: "a40edd45d19a09b7b5b6601c2e4789ba" + } + Frame { + msec: 2368 + hash: "a40edd45d19a09b7b5b6601c2e4789ba" + } + Frame { + msec: 2384 + hash: "a40edd45d19a09b7b5b6601c2e4789ba" + } + Frame { + msec: 2400 + hash: "a40edd45d19a09b7b5b6601c2e4789ba" + } + Frame { + msec: 2416 + hash: "f8c24070f98d456925ce5fb5519ef20e" + } + Frame { + msec: 2432 + hash: "f8c24070f98d456925ce5fb5519ef20e" + } + Frame { + msec: 2448 + hash: "f8c24070f98d456925ce5fb5519ef20e" + } + Frame { + msec: 2464 + hash: "f8c24070f98d456925ce5fb5519ef20e" + } + Frame { + msec: 2480 + hash: "f8c24070f98d456925ce5fb5519ef20e" + } + Frame { + msec: 2496 + hash: "f383c8fc8764f8615937fcbe18a881cb" + } + Frame { + msec: 2512 + hash: "f383c8fc8764f8615937fcbe18a881cb" + } + Frame { + msec: 2528 + hash: "f383c8fc8764f8615937fcbe18a881cb" + } + Frame { + msec: 2544 + hash: "f383c8fc8764f8615937fcbe18a881cb" + } + Frame { + msec: 2560 + hash: "f383c8fc8764f8615937fcbe18a881cb" + } + Frame { + msec: 2576 + hash: "98355e4087b07e4bf85bd9dd6b2594e2" + } + Frame { + msec: 2592 + hash: "98355e4087b07e4bf85bd9dd6b2594e2" + } + Frame { + msec: 2608 + hash: "98355e4087b07e4bf85bd9dd6b2594e2" + } + Frame { + msec: 2624 + hash: "98355e4087b07e4bf85bd9dd6b2594e2" + } + Frame { + msec: 2640 + hash: "098f7051d2bc8b159a3c358c99ade1e5" + } + Frame { + msec: 2656 + hash: "098f7051d2bc8b159a3c358c99ade1e5" + } + Frame { + msec: 2672 + hash: "098f7051d2bc8b159a3c358c99ade1e5" + } + Frame { + msec: 2688 + hash: "fa588455c73bfd3d14ee322580d95015" + } + Frame { + msec: 2704 + hash: "fa588455c73bfd3d14ee322580d95015" + } + Frame { + msec: 2720 + hash: "fa588455c73bfd3d14ee322580d95015" + } + Frame { + msec: 2736 + hash: "fa588455c73bfd3d14ee322580d95015" + } + Frame { + msec: 2752 + hash: "fa588455c73bfd3d14ee322580d95015" + } + Frame { + msec: 2768 + hash: "ed69a2ab8e66fa397190b35cb942ec2d" + } + Frame { + msec: 2784 + hash: "ed69a2ab8e66fa397190b35cb942ec2d" + } + Frame { + msec: 2800 + hash: "ed69a2ab8e66fa397190b35cb942ec2d" + } + Frame { + msec: 2816 + hash: "ed69a2ab8e66fa397190b35cb942ec2d" + } + Frame { + msec: 2832 + hash: "ed69a2ab8e66fa397190b35cb942ec2d" + } + Frame { + msec: 2848 + hash: "905d42c34198abdc68a3c6f69bfbd293" + } + Frame { + msec: 2864 + hash: "905d42c34198abdc68a3c6f69bfbd293" + } + Frame { + msec: 2880 + image: "elide2.2.png" + } + Frame { + msec: 2896 + hash: "2e796a963fee85d51be536a00baa0c45" + } + Frame { + msec: 2912 + hash: "2e796a963fee85d51be536a00baa0c45" + } + Frame { + msec: 2928 + hash: "2e796a963fee85d51be536a00baa0c45" + } + Frame { + msec: 2944 + hash: "b73b94832ede92794187b9ed452f96e0" + } + Frame { + msec: 2960 + hash: "b73b94832ede92794187b9ed452f96e0" + } + Frame { + msec: 2976 + hash: "b73b94832ede92794187b9ed452f96e0" + } + Frame { + msec: 2992 + hash: "b73b94832ede92794187b9ed452f96e0" + } + Frame { + msec: 3008 + hash: "b73b94832ede92794187b9ed452f96e0" + } + Frame { + msec: 3024 + hash: "4f000e957cd4c7ef4845855088801c2d" + } + Frame { + msec: 3040 + hash: "4f000e957cd4c7ef4845855088801c2d" + } + Frame { + msec: 3056 + hash: "4f000e957cd4c7ef4845855088801c2d" + } + Frame { + msec: 3072 + hash: "4f000e957cd4c7ef4845855088801c2d" + } + Frame { + msec: 3088 + hash: "4f000e957cd4c7ef4845855088801c2d" + } + Frame { + msec: 3104 + hash: "a432c8b664352e585f732813df2e861f" + } + Frame { + msec: 3120 + hash: "a432c8b664352e585f732813df2e861f" + } + Frame { + msec: 3136 + hash: "a432c8b664352e585f732813df2e861f" + } + Frame { + msec: 3152 + hash: "e06abd91449d3b5d18582b9da2d20c97" + } + Frame { + msec: 3168 + hash: "e06abd91449d3b5d18582b9da2d20c97" + } + Frame { + msec: 3184 + hash: "e06abd91449d3b5d18582b9da2d20c97" + } + Frame { + msec: 3200 + hash: "c4cecc3832935d59d9808ea70385632d" + } + Frame { + msec: 3216 + hash: "c4cecc3832935d59d9808ea70385632d" + } + Frame { + msec: 3232 + hash: "c4cecc3832935d59d9808ea70385632d" + } + Frame { + msec: 3248 + hash: "56942f99b8b2a6c491b8635ae5619a4f" + } + Frame { + msec: 3264 + hash: "56942f99b8b2a6c491b8635ae5619a4f" + } + Frame { + msec: 3280 + hash: "56942f99b8b2a6c491b8635ae5619a4f" + } + Frame { + msec: 3296 + hash: "56942f99b8b2a6c491b8635ae5619a4f" + } + Frame { + msec: 3312 + hash: "a3bf780a2ae09fb3fee6215a24b8bb53" + } + Frame { + msec: 3328 + hash: "a3bf780a2ae09fb3fee6215a24b8bb53" + } + Frame { + msec: 3344 + hash: "a3bf780a2ae09fb3fee6215a24b8bb53" + } + Frame { + msec: 3360 + hash: "a3bf780a2ae09fb3fee6215a24b8bb53" + } + Frame { + msec: 3376 + hash: "822cff91269181ddb5a3b24ca0227583" + } + Frame { + msec: 3392 + hash: "822cff91269181ddb5a3b24ca0227583" + } + Frame { + msec: 3408 + hash: "822cff91269181ddb5a3b24ca0227583" + } + Frame { + msec: 3424 + hash: "822cff91269181ddb5a3b24ca0227583" + } + Frame { + msec: 3440 + hash: "20f06bbb130e81d6eb2612aa79bb7968" + } + Frame { + msec: 3456 + hash: "20f06bbb130e81d6eb2612aa79bb7968" + } + Frame { + msec: 3472 + hash: "fcb03904d0e628f95c9b665c65b10266" + } + Frame { + msec: 3488 + hash: "fcb03904d0e628f95c9b665c65b10266" + } + Frame { + msec: 3504 + hash: "fcb03904d0e628f95c9b665c65b10266" + } + Frame { + msec: 3520 + hash: "fcb03904d0e628f95c9b665c65b10266" + } + Frame { + msec: 3536 + hash: "fcb03904d0e628f95c9b665c65b10266" + } + Frame { + msec: 3552 + hash: "1c17eaf20f5c16fea97a263d2aad1918" + } + Frame { + msec: 3568 + hash: "1c17eaf20f5c16fea97a263d2aad1918" + } + Frame { + msec: 3584 + hash: "1c17eaf20f5c16fea97a263d2aad1918" + } + Frame { + msec: 3600 + hash: "1c17eaf20f5c16fea97a263d2aad1918" + } + Frame { + msec: 3616 + hash: "1c17eaf20f5c16fea97a263d2aad1918" + } + Frame { + msec: 3632 + hash: "3c91d205312aefc4af746cea413c9344" + } + Frame { + msec: 3648 + hash: "3c91d205312aefc4af746cea413c9344" + } + Frame { + msec: 3664 + hash: "3c91d205312aefc4af746cea413c9344" + } + Frame { + msec: 3680 + hash: "3c91d205312aefc4af746cea413c9344" + } + Frame { + msec: 3696 + hash: "3c91d205312aefc4af746cea413c9344" + } + Frame { + msec: 3712 + hash: "6cb467aa12d6ae76edbfa324c0ad26d1" + } + Frame { + msec: 3728 + hash: "6cb467aa12d6ae76edbfa324c0ad26d1" + } + Frame { + msec: 3744 + hash: "c8ec3da9c651eadf4aa8a4051d326f91" + } + Frame { + msec: 3760 + hash: "c8ec3da9c651eadf4aa8a4051d326f91" + } + Frame { + msec: 3776 + hash: "c8ec3da9c651eadf4aa8a4051d326f91" + } + Frame { + msec: 3792 + hash: "6cea311c6007463480b71ffd66074557" + } + Frame { + msec: 3808 + hash: "6cea311c6007463480b71ffd66074557" + } + Frame { + msec: 3824 + hash: "6cea311c6007463480b71ffd66074557" + } + Frame { + msec: 3840 + image: "elide2.3.png" + } + Frame { + msec: 3856 + hash: "6e800f4aacf0096f34acdf13678cab25" + } + Frame { + msec: 3872 + hash: "6e800f4aacf0096f34acdf13678cab25" + } + Frame { + msec: 3888 + hash: "fc336a43eaf9974cd6ad82bfee128ead" + } + Frame { + msec: 3904 + hash: "fc336a43eaf9974cd6ad82bfee128ead" + } +} diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.0.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.0.png index 6e2b625..7980f23 100644 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.0.png and b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.0.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.1.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.1.png new file mode 100644 index 0000000..cbfae6e Binary files /dev/null and b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.1.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.2.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.2.png new file mode 100644 index 0000000..5e2527e Binary files /dev/null and b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.2.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.3.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.3.png new file mode 100644 index 0000000..901551e Binary files /dev/null and b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.3.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.4.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.4.png new file mode 100644 index 0000000..32a5ba2 Binary files /dev/null and b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.4.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.qml index ee06b1a..5d36d48 100644 --- a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.qml +++ b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data-X11/multilength.qml @@ -6,239 +6,239 @@ VisualTest { } Frame { msec: 16 - hash: "873e914454b7a040b05649ebd1a2f8c5" + hash: "a9dc5058e29f9c129087eaa013002185" } Frame { msec: 32 - hash: "7682a4f1e361ca252da9713734a598e8" + hash: "da0d63697414c19f57235c4d133faf63" } Frame { msec: 48 - hash: "fa8884b550c8df872f96b61557163bcf" + hash: "e3992f5512959c061d53fc3899acec14" } Frame { msec: 64 - hash: "b84ecf9e38f126c3e32defee831d9462" + hash: "e225de5dc21fee719ebc43fa8838f841" } Frame { msec: 80 - hash: "21cc08f22d1f1fcb38b27a3a4259debe" + hash: "a5673b8b7ad5a9d67e785beaaa4c0307" } Frame { msec: 96 - hash: "93bdfeab813e25e85917f49c0d5f1314" + hash: "2c126bf2d794039e1380595b9c40ae2e" } Frame { msec: 112 - hash: "5f03c252602e60fe19879945fa77c203" + hash: "f974072b4863b842b520b4c11c427f5d" } Frame { msec: 128 - hash: "f0b2079f6c512bf80989ebfdbec4cfd8" + hash: "bf06ec5a2c1c46e780cdd0d859b2becb" } Frame { msec: 144 - hash: "9e7bb12d5b7605fc1d78ed9b2a549527" + hash: "3a58b1900912a5a6ace72757f3af4d1a" } Frame { msec: 160 - hash: "242bbbe6da87708c92fd47607ecb789d" + hash: "3fa86df29f53e7f6f65fb6e605f5e705" } Frame { msec: 176 - hash: "f1db5c3a230b4d3e2e1dfefe6bf032a1" + hash: "6d29c12395050b049537819cf0a65746" } Frame { msec: 192 - hash: "a416e820efd8e173cc52372218513e33" + hash: "352a390ab4e3e31b645f025e65885cfc" } Frame { msec: 208 - hash: "df711ab70c6087f8138fded16167f069" + hash: "7c3be9d325f023a356b6ed73332bc804" } Frame { msec: 224 - hash: "fb28eb2eeccfab28299640ef996c1115" + hash: "09dd10566eda09e0366b7bf0a8ce9e1b" } Frame { msec: 240 - hash: "c72c6d79a50dd7147f6b33784880eb36" + hash: "6cafcba107e48f7efe2db60a14c3749d" } Frame { msec: 256 - hash: "4421027e65e95f98499ca53c57220ede" + hash: "a4b6df2874ce48ed5a17aab43f32e665" } Frame { msec: 272 - hash: "b7fbfb90d8cc167809e8e846d9021b4b" + hash: "b6a3df4b704fa7e8284572b9c520b03d" } Frame { msec: 288 - hash: "004614b1bf18e9aa78e78509c4f289aa" + hash: "618c53edf13177d433fdcca5b0cedfaa" } Frame { msec: 304 - hash: "1792bbd8b69bae1d92fed2a6bcfe0187" + hash: "ce96d70a89f7701ce069e93c192196ed" } Frame { msec: 320 - hash: "957a8b95d6e85885d854b8eb1db10b04" + hash: "5826b56af5a4670d479c5f8e649d29d4" } Frame { msec: 336 - hash: "d00c3e4d6d8e8d04b949840c28d73a33" + hash: "5aaf7fc6295d4ab6377bd77e91f73ae8" } Frame { msec: 352 - hash: "2b79feaa62d773d92d8a684685b2004c" + hash: "26cb0b5e60de63d582b4c4d1c4120746" } Frame { msec: 368 - hash: "ef2f11b187028de0c56b23db3168fbc8" + hash: "41b6c379d7fb678abbcccde7bca7f243" } Frame { msec: 384 - hash: "3a489a96aaeca80355313198b935691d" + hash: "46668408674d3e94048375152f991427" } Frame { msec: 400 - hash: "389f1798f900795a8686c38ace755974" + hash: "c966370fbbdd8b32cafc06cdc551e020" } Frame { msec: 416 - hash: "34fc20be52fe3843420819b9adb90b22" + hash: "025aab500846dab22713ccada8f93a51" } Frame { msec: 432 - hash: "fa715c5b6640eafe204bf3b8095c74b9" + hash: "a6a68f04ea34fba46025a1415dc46bbb" } Frame { msec: 448 - hash: "8e8315edcf23167ac58228b8c28b43e6" + hash: "1afc5b8b094056695b09088d13ab1612" } Frame { msec: 464 - hash: "c18e82038f57dd869112cb1be14e4cfe" + hash: "efff72e37e0c23e0cd51169d0c06c065" } Frame { msec: 480 - hash: "3f07e95b09e39f2e5d93216850f4a4d9" + hash: "ed425b23ea5340ac5b176b4fbb377fe3" } Frame { msec: 496 - hash: "20f0e6eaeac04d6f93565adfab485218" + hash: "9df20063ec67aa06e44bf292f05469a6" } Frame { msec: 512 - hash: "e3f66d1dfe88dd868a54a8493828ef5f" + hash: "d3400c655403d00df7e202a42b75476d" } Frame { msec: 528 - hash: "d39d34f63e1b29c187249cb388552b38" + hash: "336fd54ae209ba7c28a69939a021341b" } Frame { msec: 544 - hash: "5d2e8df5003732f3b53fff4aaddea06c" + hash: "621c3b64fc6214b8a48c216d46d5615d" } Frame { msec: 560 - hash: "35c3aa2dae481a8f817d849b3f3151f2" + hash: "5f9ac0b6830dbfa4cba83adc0cce232f" } Frame { msec: 576 - hash: "966b78018879224948b4d85fe73d7985" + hash: "2b829253ed85f5ffe5e3867accadd218" } Frame { msec: 592 - hash: "0db067bf9debc3f36dd539cf83652fb8" + hash: "61325a770fb501d88f6bb2700294ca44" } Frame { msec: 608 - hash: "ea1c3249ffd2439533907ceaeaafbc56" + hash: "807dea2954afa902694b1ef98ef5f2c1" } Frame { msec: 624 - hash: "da85c0e14b95ca9a729984b67ebd52ad" + hash: "43edc754d8155c198dd1db6d55d25abf" } Frame { msec: 640 - hash: "5c26ae844ac52dbe131fed0638787aac" + hash: "4c800c2b8ab7b1500e80f50ee925b73b" } Frame { msec: 656 - hash: "4b09c23ad624db80afcb2a6c1d5ddb96" + hash: "17b60d375c02b55923b94b147015bc7d" } Frame { msec: 672 - hash: "9995deb3d22b418a19093b4b988b3fcc" + hash: "591e79b034700b514c84894e0fc27e27" } Frame { msec: 688 - hash: "77e53358f2d4392d0ba988187e7e272c" + hash: "61624e674a0994cedae75b2e56958612" } Frame { msec: 704 - hash: "3fbbb73e790cf4a0583531fe1580f761" + hash: "7f662b3978191ef5812ccad4d1d687b8" } Frame { msec: 720 - hash: "9d562e141095a258ee61463e644d9889" + hash: "d07560950476d08ce51661356ea53753" } Frame { msec: 736 - hash: "d05633ca49f96bf327bed5c9c0f6ac98" + hash: "1cbbf48c54d373bbb3fdfe42fe8396b7" } Frame { msec: 752 - hash: "34c38e40e831dbede8fa83de31ed76aa" + hash: "f95205fb90069a13ab395d7a3e1775ad" } Frame { msec: 768 - hash: "288e52c8be54f4914f687cef4ce1f24a" + hash: "f40a57afb29c1cc161f71a1b134a5d0d" } Frame { msec: 784 - hash: "0b8b744aaf67e8b17fa459bb0ffb6db5" + hash: "3311a6a6197df79e5fcf2a1729368618" } Frame { msec: 800 - hash: "273dbe3e8c21bfeafa516d07778928c8" + hash: "597ae977e27d0cac57b1fc8b0564a15b" } Frame { msec: 816 - hash: "ef94ee1885287c72fa78038547d98b96" + hash: "aca451b1a1e8f727315f8d13d4b21aec" } Frame { msec: 832 - hash: "965e6387672319ac04fdc42768e581f1" + hash: "c0437b88a05a7aa1b7b645b5151773d7" } Frame { msec: 848 - hash: "95553d8aaece94c7017e57b03cd46c9a" + hash: "be8659747f0b6e76acaf17851b599b7b" } Frame { msec: 864 - hash: "bdaf35b920e5b08b8639d452afd2d51e" + hash: "2b0033b95e853368cff2d6032ff707f6" } Frame { msec: 880 - hash: "0ed16f00e89327dc8679bec42179c4ce" + hash: "12a747305311ea86ce681a3ff56f394f" } Frame { msec: 896 - hash: "8c93e0ac399e09e98e34b90654e0e42a" + hash: "00b041e67e3ac3e1678eae72580107f7" } Frame { msec: 912 - hash: "93798fbb33adb6c813018757cfa34017" + hash: "09f69db7a724401388e4b7fefeb3df89" } Frame { msec: 928 - hash: "db4d7581e9a1f082a2c29ef7482a7893" + hash: "15e96d009e101d6869d1cc69e0a9092a" } Frame { msec: 944 - hash: "67e074c1e083334de84a3549f4ee9ca4" + hash: "b1a900f6ca81bf556ef126211afb8b0c" } Frame { msec: 960 @@ -246,58 +246,1078 @@ VisualTest { } Frame { msec: 976 - hash: "b1122c815a755c9988bcf03a3f7d7d6d" + hash: "87ea64b511b6d990f66cd4e3a141caf2" } Frame { msec: 992 - hash: "31148bae6653bdc3f1827d06de845663" + hash: "cc5281bca844570d36ab193ba074dfcb" } Frame { msec: 1008 - hash: "812428a944086ca46e102891964dac69" + hash: "cf430f604050734c455206b974587d76" } Frame { msec: 1024 - hash: "ee7bb66bd7e8623325200ac994f8b41a" + hash: "b10b053a551dda58e626062b6721009f" } Frame { msec: 1040 - hash: "6bd21a98e5c373a2c78334a0255e7750" + hash: "0ab24cb42bf4db645c779a48a060919d" } Frame { msec: 1056 - hash: "2e8e1eea14068b0e82464ed52ec1ab7a" + hash: "0cba8d41e70c3ab23c55d02328954fd3" } Frame { msec: 1072 - hash: "6dca5756e20eeb778e31d7b602ce77d7" + hash: "1f25027c81418c8f511d3d866948ea97" } Frame { msec: 1088 - hash: "3cbb6700b9e30864a2b1e3d4d71d2a78" + hash: "d4ef5c5de73e515ea3eb841d87d3916c" } Frame { msec: 1104 - hash: "c4d0230d2c4f73191a514e5df4c0b083" + hash: "bbdb93e72c966b3801cbc27a42f0e29f" } Frame { msec: 1120 - hash: "a33df967fe43151dfc503d2ac78f8ca8" + hash: "f2b12153d449e6b2476af44272b6d54f" } Frame { msec: 1136 - hash: "0c7ff101efe60b600cacaf8d04d79053" + hash: "5605809550a9c5151d3f6eb04de76587" } Frame { msec: 1152 - hash: "d246cfb75d89b9666877860aaf45ba60" + hash: "c887e88030c58144e6bb253e369b3bac" } Frame { msec: 1168 - hash: "1130998aa2618a29ec6bc4b9219eedfa" + hash: "9d9f4aaea9d55118fac9cf78e6785ef7" } Frame { msec: 1184 - hash: "741dd83003633bbf8d28c2d4ddd8a2d0" + hash: "08dcb6457d8556aec27fdd38095f9058" + } + Frame { + msec: 1200 + hash: "45052b296f95976b22d5933ced4e259c" + } + Frame { + msec: 1216 + hash: "3bae979929efc4e3e315f3b00eb8da49" + } + Frame { + msec: 1232 + hash: "af52455d0e2d8e30a4c27aaa58d61702" + } + Frame { + msec: 1248 + hash: "760a6b74a31adb04f220e4bb7457bc2b" + } + Frame { + msec: 1264 + hash: "bfb0d7dab25007c20a45f98f69fa97ff" + } + Frame { + msec: 1280 + hash: "eac34dc1254c606a7b866e25967796dd" + } + Frame { + msec: 1296 + hash: "f2577d86f3b90ff49339e9eb208b2b55" + } + Frame { + msec: 1312 + hash: "11beecfe87619f1c90ab1aa79e5cc0d9" + } + Frame { + msec: 1328 + hash: "8f721400a444750f11a9f6a5b1f9b1f1" + } + Frame { + msec: 1344 + hash: "be5082d93788b91f251a174b2889b58f" + } + Frame { + msec: 1360 + hash: "22527c1c29923577e90f506745230573" + } + Frame { + msec: 1376 + hash: "a6ab98f02be95359a939a7841123ef17" + } + Frame { + msec: 1392 + hash: "c23c3352261f3c94e5f329b6a872dda2" + } + Frame { + msec: 1408 + hash: "0b4987678b416bafd922c47d2b540fe1" + } + Frame { + msec: 1424 + hash: "8e3335e136e7ff01df146dcba4ae49c2" + } + Frame { + msec: 1440 + hash: "28d20b81feb20325613d5a5d16238eb3" + } + Frame { + msec: 1456 + hash: "04405979c68d1354f8b3fff03ad5ff5f" + } + Frame { + msec: 1472 + hash: "51929671bccb25ec5fd9d6d6df29483b" + } + Frame { + msec: 1488 + hash: "4bc938a8620242ca07e73adcd0219934" + } + Frame { + msec: 1504 + hash: "73f5ddd56c836813a2754cefcddcecaa" + } + Frame { + msec: 1520 + hash: "08ab374f2911207dddddf4cf18d26769" + } + Frame { + msec: 1536 + hash: "0a91b4c009079159340040067dfc0cc8" + } + Frame { + msec: 1552 + hash: "bdd54a222ba5bc0deb97e26071732e68" + } + Frame { + msec: 1568 + hash: "1b75d3b34f7fd74451d22d03dd7e4e65" + } + Frame { + msec: 1584 + hash: "a34ad1878b0bd1316d4ceb0c22709c6f" + } + Frame { + msec: 1600 + hash: "8a25b513f0c6371e81065f3f0594ddfe" + } + Frame { + msec: 1616 + hash: "09063acfe8bf1cbc521cd84ecd718930" + } + Frame { + msec: 1632 + hash: "6607cab8e4b4b6a1671cdf63582b625b" + } + Frame { + msec: 1648 + hash: "5662b3252b5dd640ce9055ff11c11e47" + } + Frame { + msec: 1664 + hash: "2267ff61b2af23a15d6d5263d52c3ecb" + } + Frame { + msec: 1680 + hash: "99d86069a3ea0c49a8f37f5124f2850b" + } + Frame { + msec: 1696 + hash: "acfa238bcb12c6197acb990aa4ddc03f" + } + Frame { + msec: 1712 + hash: "6c4c804f6e0e46fcfe25b04836db80f7" + } + Frame { + msec: 1728 + hash: "5c1868d36ad767cd9923fab8605220dd" + } + Frame { + msec: 1744 + hash: "a1279c79d3be6a62b5aebff4c66971e5" + } + Frame { + msec: 1760 + hash: "f1d9f03f77b224ec355d4b5ae1ef8551" + } + Frame { + msec: 1776 + hash: "3ad06495838986ef570f1c0f9d9f4a52" + } + Frame { + msec: 1792 + hash: "e4122ccbc4da03797738a949654fb555" + } + Frame { + msec: 1808 + hash: "0178b04a0c2e91b5a409c28a2b3c4cca" + } + Frame { + msec: 1824 + hash: "04b3fdd361985d1f108551dafca851f6" + } + Frame { + msec: 1840 + hash: "f7e8e73dcb009fc160122b64f2e4857e" + } + Frame { + msec: 1856 + hash: "e8575db453082b6601107b20ec15fb86" + } + Frame { + msec: 1872 + hash: "18b8bc3993275a0a1e096084ada871f0" + } + Frame { + msec: 1888 + hash: "1a1229d6c945cc1a0df7ca4ac61dfff0" + } + Frame { + msec: 1904 + hash: "bf43232fccfedfca1cac48206cacfaf2" + } + Frame { + msec: 1920 + image: "multilength.1.png" + } + Frame { + msec: 1936 + hash: "c0c2396b5e5dc36853a28d6c5a6274f3" + } + Frame { + msec: 1952 + hash: "9b49951115444bf17e96ded2837e5eff" + } + Frame { + msec: 1968 + hash: "422d01a547ce612233bfa5e85bf73c7f" + } + Frame { + msec: 1984 + hash: "fe2cb2fb4aefb5da1cf27e709a0acd5f" + } + Frame { + msec: 2000 + hash: "e106fbd81f7a057e3bf5d8a42c92e4f1" + } + Frame { + msec: 2016 + hash: "b1b60361a929ccb109a9e9e8a10065d0" + } + Frame { + msec: 2032 + hash: "35858a35e56a48804d3cedda908ca2eb" + } + Frame { + msec: 2048 + hash: "a8fb42ed2c55d3396133acf28064283c" + } + Frame { + msec: 2064 + hash: "479291530784175abc7d564ac2319d2a" + } + Frame { + msec: 2080 + hash: "75e7b2930143d610659cf42a3604374e" + } + Frame { + msec: 2096 + hash: "3d9438b11c89d76353943e5d2f656e7d" + } + Frame { + msec: 2112 + hash: "cb23d7c508c8e3169bab39aaa4de01fd" + } + Frame { + msec: 2128 + hash: "bc7805e391bc272a837c9b1df9cf8f77" + } + Frame { + msec: 2144 + hash: "020d270f6a93e05dacd70a2b41a3ea8a" + } + Frame { + msec: 2160 + hash: "8f23f9ea2fa630111f0481b6a6ec09a6" + } + Frame { + msec: 2176 + hash: "6b42c823da044ae69d9600260d7437e6" + } + Frame { + msec: 2192 + hash: "d31e1a434a9fcd12e439640776f8c8be" + } + Frame { + msec: 2208 + hash: "48bb7782d57e195d3f0f3dfb25fed571" + } + Frame { + msec: 2224 + hash: "76922f380f3c6c83edb5ff2a4208a4d0" + } + Frame { + msec: 2240 + hash: "9027d61a3b91a9f56230f4ee740b6db8" + } + Frame { + msec: 2256 + hash: "043455a71c91e3d65f1eed632b152fea" + } + Frame { + msec: 2272 + hash: "6bfc058bd9f8986d306606f8c7b06ae2" + } + Frame { + msec: 2288 + hash: "49f1e17d33f1ac690bcac7e85668cb3b" + } + Frame { + msec: 2304 + hash: "2090befb760a16d73bea960a6e835405" + } + Frame { + msec: 2320 + hash: "e99382309c4419f38642333386595211" + } + Frame { + msec: 2336 + hash: "2c7a49bcb6eca031984d7a96b607d402" + } + Frame { + msec: 2352 + hash: "b55be701b19739713d532f3d6cbd5393" + } + Frame { + msec: 2368 + hash: "fdad916849eeae7b9b276f57bb022321" + } + Frame { + msec: 2384 + hash: "e3a8dd9da5c767a60dab121fb3a2811b" + } + Frame { + msec: 2400 + hash: "73262e2250337b8f02d8e672b66ae273" + } + Frame { + msec: 2416 + hash: "84dca99c97f837ecfb9b3195db556687" + } + Frame { + msec: 2432 + hash: "4f82d7a5f3b286a2d8ccc0a07c35a1a0" + } + Frame { + msec: 2448 + hash: "63f6eec01262783a421040dd44740577" + } + Frame { + msec: 2464 + hash: "e98f39a3a9379155081014cdf761c055" + } + Frame { + msec: 2480 + hash: "c084db070c74596551190dd49dfc2ed2" + } + Frame { + msec: 2496 + hash: "f6866290d95f0d85fcf05de39bcadcc7" + } + Frame { + msec: 2512 + hash: "d919eb26a2d8874ed1e4051769b525c6" + } + Frame { + msec: 2528 + hash: "1967d42c7a23b8d11e6accf27de24ce7" + } + Frame { + msec: 2544 + hash: "2fe4f7fe66f820b2738598e85da9f0b9" + } + Frame { + msec: 2560 + hash: "4fa2b66d2d4beaa56ed8c387b62f4817" + } + Frame { + msec: 2576 + hash: "eef73ebb85223a5f99b5f5ec7dfaae94" + } + Frame { + msec: 2592 + hash: "acb7a8c1939633f16e8b7989b2d598c2" + } + Frame { + msec: 2608 + hash: "b5e67eb3ace1d1d7f9fa1f1c907bd442" + } + Frame { + msec: 2624 + hash: "552035a9d76f4dd65d86533535c00a5d" + } + Frame { + msec: 2640 + hash: "d2e25e33232ec8ddd326818fabf15a65" + } + Frame { + msec: 2656 + hash: "65c4dfbb48c1c9115c37ed5c294d7bd1" + } + Frame { + msec: 2672 + hash: "3aceb756fa460a767194f2923871e2d3" + } + Frame { + msec: 2688 + hash: "759a7bd99c6e630929216eb89f6b27fa" + } + Frame { + msec: 2704 + hash: "81aa0091d86f745bcddd279473df1f8d" + } + Frame { + msec: 2720 + hash: "cce5b12ab54251ea6df458d492bc92e9" + } + Frame { + msec: 2736 + hash: "5637b7aeb8b9d754e0a96b6f5d0dcb03" + } + Frame { + msec: 2752 + hash: "ad7644a8994888bc562590ff8942eabf" + } + Frame { + msec: 2768 + hash: "490a3da685f73c45f4be697c3f37ccd1" + } + Frame { + msec: 2784 + hash: "190cc35ecc32ed8ea6ebd135fb8d7a00" + } + Frame { + msec: 2800 + hash: "89511367c186947f9173dc30932c4454" + } + Frame { + msec: 2816 + hash: "880c05184406232db9d3830e46d47bd7" + } + Frame { + msec: 2832 + hash: "db907e2573c385bc2545cfba4fda4be1" + } + Frame { + msec: 2848 + hash: "c96ad05fd3ab4cd71d33738448029e0c" + } + Frame { + msec: 2864 + hash: "112ecf3b2fcd5919402842044d052272" + } + Frame { + msec: 2880 + image: "multilength.2.png" + } + Frame { + msec: 2896 + hash: "dc1aa5563a76f20d8200fbd9794b3249" + } + Frame { + msec: 2912 + hash: "3f72adedabe9e2896750e2738df71566" + } + Frame { + msec: 2928 + hash: "3f78a5a9312126e6a6ca699886dd05d0" + } + Frame { + msec: 2944 + hash: "75a199efbdf119abbc1598137e974e28" + } + Frame { + msec: 2960 + hash: "e4d068e2ba9c65a0e910faf431e4df7e" + } + Frame { + msec: 2976 + hash: "817e686a44b4eaced58c251facd5e89d" + } + Frame { + msec: 2992 + hash: "0c5e7217f5b68e0b2158c512f66177c2" + } + Frame { + msec: 3008 + hash: "253a765019170fe4f649825b4cd17832" + } + Frame { + msec: 3024 + hash: "cf3f774316868179f6766e5dbdab2b17" + } + Frame { + msec: 3040 + hash: "7cf30923200a9b8524909bdfbb20b33c" + } + Frame { + msec: 3056 + hash: "1dd14bc90dfab3d8864c177e56c25b63" + } + Frame { + msec: 3072 + hash: "aaa4074319d1656b58f874d6843e66c4" + } + Frame { + msec: 3088 + hash: "b2a3479eb8087138f20b0dbd539f0592" + } + Frame { + msec: 3104 + hash: "1ab4358f6008ce87a5b1c6a54d04b343" + } + Frame { + msec: 3120 + hash: "4425e58b30da6edd1730421e990dd6e7" + } + Frame { + msec: 3136 + hash: "9b4e62af65c064ca2fe4de5d03255b56" + } + Frame { + msec: 3152 + hash: "edf9b8b0cc18942b23c03ee1ed837dd6" + } + Frame { + msec: 3168 + hash: "b05a1bc33ce2e4c2383f7ecc9544020c" + } + Frame { + msec: 3184 + hash: "73304724e5b4d7c556859da310c31a0a" + } + Frame { + msec: 3200 + hash: "4cf88e365cd9651e2fb86452ff81e4be" + } + Frame { + msec: 3216 + hash: "7b42902b17781f98075bfdf50950addd" + } + Frame { + msec: 3232 + hash: "8806b9cb7e352a67b23085593b61606b" + } + Frame { + msec: 3248 + hash: "d2fdf78fa3b7261683f2ed4f2dee62c8" + } + Frame { + msec: 3264 + hash: "dafa72fd7aae2c9bfa5f6aa2694235d2" + } + Frame { + msec: 3280 + hash: "d784b9b39ab063ab68b85d6485257ce0" + } + Frame { + msec: 3296 + hash: "991ef068c26b304fb19d03fdfeb2e3f4" + } + Frame { + msec: 3312 + hash: "c6014d497f4db9121c539a53115a847f" + } + Frame { + msec: 3328 + hash: "88c778d811febd165e28ae7698f774b8" + } + Frame { + msec: 3344 + hash: "51fbf553794b8a2303d2e0dff44c80fa" + } + Frame { + msec: 3360 + hash: "ba1abdcf3a04231ce9439cb6d93e8717" + } + Frame { + msec: 3376 + hash: "56a5d2fe8af1ef1e08ce545eb65e6ba0" + } + Frame { + msec: 3392 + hash: "8337eb7d11500676921de0b13812ca02" + } + Frame { + msec: 3408 + hash: "8f50f53ed00ad9b9bbf9423b3274efa7" + } + Frame { + msec: 3424 + hash: "bf5ca931d00d3dc4fcfe5e93d08bde2f" + } + Frame { + msec: 3440 + hash: "f2619492bbb96bd3958f4d61bb23c42e" + } + Frame { + msec: 3456 + hash: "3b1afefbc7e0990059bd3990f17a7312" + } + Frame { + msec: 3472 + hash: "30041f2cb8c071e7dc8f9c8ef1e49743" + } + Frame { + msec: 3488 + hash: "f8bef9f28823fdebec0b39e1044ac03c" + } + Frame { + msec: 3504 + hash: "4c0282e6a48dbbcdbbffde55457eee12" + } + Frame { + msec: 3520 + hash: "7956ea76120b9292b2f3c6123187ac0e" + } + Frame { + msec: 3536 + hash: "dce82656442ff1a0823bac5ded7c0290" + } + Frame { + msec: 3552 + hash: "96151e49fd0f07817d27583c22afe30f" + } + Frame { + msec: 3568 + hash: "262a38546540ecb81065cbdbace4fa28" + } + Frame { + msec: 3584 + hash: "4ea3a1a93be2ef25ca6f05d144b50d3b" + } + Frame { + msec: 3600 + hash: "77d321f837b720d4e63fb028e885dce7" + } + Frame { + msec: 3616 + hash: "e0e40d426a13ef3d9caa6ba474a1a460" + } + Frame { + msec: 3632 + hash: "6bd5645b808206dd9a4e9c0e423db06b" + } + Frame { + msec: 3648 + hash: "791538cf21cfa32ab4595137a655e0a3" + } + Frame { + msec: 3664 + hash: "59266a6f73c217f0c68f7dac69d4b25d" + } + Frame { + msec: 3680 + hash: "ee730ce23e84942c5fe2587ce0ecd3f6" + } + Frame { + msec: 3696 + hash: "b1353eee7a68d1ab0057ab7a6dd0774c" + } + Frame { + msec: 3712 + hash: "0ea828127568afa52ecc31e335e69d11" + } + Frame { + msec: 3728 + hash: "d95fc327253500563d0e05a4b80a7c8a" + } + Frame { + msec: 3744 + hash: "e3aff011332ccf9cbebbff2803733038" + } + Frame { + msec: 3760 + hash: "27ee147b62bfa2d1183321bba3ccb8d3" + } + Frame { + msec: 3776 + hash: "245578d636b5486da0210a0dd7b84a80" + } + Frame { + msec: 3792 + hash: "87be77d90d9e7a2d282026e63d14ddfd" + } + Frame { + msec: 3808 + hash: "25cf672e69b7c61eab9f53437b40956e" + } + Frame { + msec: 3824 + hash: "10606e7b0ecb8ec204fe025aece90004" + } + Frame { + msec: 3840 + image: "multilength.3.png" + } + Frame { + msec: 3856 + hash: "a3c411c8c3da3975205994a7da97320f" + } + Frame { + msec: 3872 + hash: "1491ce2867ad4f116e705d259b773550" + } + Frame { + msec: 3888 + hash: "8f2fe6175fa45213d84e4c0b0b7cb4a7" + } + Frame { + msec: 3904 + hash: "bc77ad13f5015fc1b5bb85dc51b207b3" + } + Frame { + msec: 3920 + hash: "5fb9a7834a5358077952c20ca025fcf0" + } + Frame { + msec: 3936 + hash: "09ba094e2cfb1033019e85f66910a593" + } + Frame { + msec: 3952 + hash: "43db976e63a8fd71da67198942aa7943" + } + Frame { + msec: 3968 + hash: "6298a0aa4b84ee1722d83897b3553fe1" + } + Frame { + msec: 3984 + hash: "6b87ba7d3fe468229b29cd28590e17b1" + } + Frame { + msec: 4000 + hash: "1b4e219629a1f19b135544ac2e961788" + } + Frame { + msec: 4016 + hash: "087e95cbd0549be1bbe4a32520858514" + } + Frame { + msec: 4032 + hash: "2c51a434fc3633623e10bedeba4e260d" + } + Frame { + msec: 4048 + hash: "f29b87d80779a7f4d38e8058d984c386" + } + Frame { + msec: 4064 + hash: "b8055e4b3c2ee551a7becf176cd173e3" + } + Frame { + msec: 4080 + hash: "3c35391e1c1d230e0a085cb7f7f0e8ef" + } + Frame { + msec: 4096 + hash: "dd8a63cdeefc6ce5a35ceb700f7b3755" + } + Frame { + msec: 4112 + hash: "5b4a322f768d426a56a82d714cf4f705" + } + Frame { + msec: 4128 + hash: "08830f630c15419d79c459891a8fff64" + } + Frame { + msec: 4144 + hash: "84c90e454dcdbf00c441ff326760d2cd" + } + Frame { + msec: 4160 + hash: "17c7311faee569b077f85848f7155319" + } + Frame { + msec: 4176 + hash: "17b5aeff8f03828c1851a6b984d4e69e" + } + Frame { + msec: 4192 + hash: "3bcc28ab875d3b5f62df0d5cede3e850" + } + Frame { + msec: 4208 + hash: "a4c861d766af1378e21a91a6e1bca06d" + } + Frame { + msec: 4224 + hash: "fa6e17c9c35c41ac5270a55f0cc4dcd2" + } + Frame { + msec: 4240 + hash: "48d8c7ce0b6f2e9840a2f5cb40e41449" + } + Frame { + msec: 4256 + hash: "713a391414fffe3cf01248e7c0919d71" + } + Frame { + msec: 4272 + hash: "472282080ae357f5fb0dac1bf411f6f5" + } + Frame { + msec: 4288 + hash: "660d37f1b3c5dd6e2de22ad2be818675" + } + Frame { + msec: 4304 + hash: "334f12d83fdc7bd8f3d97697061a75f8" + } + Frame { + msec: 4320 + hash: "4bfe83273913bad702290db2b1c81d52" + } + Frame { + msec: 4336 + hash: "9ddc0238b0fbb42c503da8782d750d81" + } + Frame { + msec: 4352 + hash: "43081559ed8f1d62baed1ab5dde34c5c" + } + Frame { + msec: 4368 + hash: "4bf955a94901588cf37a1fe9b82feef3" + } + Frame { + msec: 4384 + hash: "3a3a987096f2a11f495af4ee20c2452b" + } + Frame { + msec: 4400 + hash: "290647a4f73c42ea33f841281bf6f3d6" + } + Frame { + msec: 4416 + hash: "1a18f4f658997710aa7be9409c75a602" + } + Frame { + msec: 4432 + hash: "1bc52bc68633464654410f59bf97142b" + } + Frame { + msec: 4448 + hash: "33e3a5e0ec745046f7a7cceffd516a71" + } + Frame { + msec: 4464 + hash: "7e61c48d2e0e6e195d527d6aeb4ffe8c" + } + Frame { + msec: 4480 + hash: "42c42f7e02f6cd72afa92cf97494a1eb" + } + Frame { + msec: 4496 + hash: "d1876d371284e41f4d553a470a9970fb" + } + Frame { + msec: 4512 + hash: "479960a289b598591a4bf3c66dc6258a" + } + Frame { + msec: 4528 + hash: "0ea8965e095c73499b5abc4ac44e07ef" + } + Frame { + msec: 4544 + hash: "cc7fe014a856896ce3871743e552d6f2" + } + Frame { + msec: 4560 + hash: "5b3cd6bec24ae4a215ec28651e9a3ed0" + } + Frame { + msec: 4576 + hash: "63d60a2c6d27e30dda001c202446d221" + } + Frame { + msec: 4592 + hash: "22f30d377fb90c433881d17211a9f9bd" + } + Frame { + msec: 4608 + hash: "acfbf010e93723185792009ed372ccb9" + } + Frame { + msec: 4624 + hash: "91f3335706d5037d9c579091e29d1219" + } + Frame { + msec: 4640 + hash: "83ad6be4ecaa6495b25f9b55bb11796a" + } + Frame { + msec: 4656 + hash: "39a68ee7f4ddb8059ef42eb9e42b7659" + } + Frame { + msec: 4672 + hash: "0ad1facc49beaa2c3510fe1612ba3b4f" + } + Frame { + msec: 4688 + hash: "d780a7f3dc1a313d462084fffda989c7" + } + Frame { + msec: 4704 + hash: "0f1ad6155d4ed2a11d2fa91c63b62678" + } + Frame { + msec: 4720 + hash: "26f4bb010704911d87b96a9f31a0a121" + } + Frame { + msec: 4736 + hash: "7772aaabb6418d71fb7566a0aac4279f" + } + Frame { + msec: 4752 + hash: "47bf1ec73915b369d653ff71ce7758da" + } + Frame { + msec: 4768 + hash: "fcc1ed23c1678bf1b11bf59dbaba5186" + } + Frame { + msec: 4784 + hash: "0d66fbc0b99c35dae53e1026c2041252" + } + Frame { + msec: 4800 + image: "multilength.4.png" + } + Frame { + msec: 4816 + hash: "d1fbba4331fd640a40fe7e07fcfce20b" + } + Frame { + msec: 4832 + hash: "f79f9ac08c779fd1646450ef4cc21f01" + } + Frame { + msec: 4848 + hash: "2095da58125d29b815c44ec9a22598d3" + } + Frame { + msec: 4864 + hash: "01d4805a90443a6c20a5ae2cb83ec151" + } + Frame { + msec: 4880 + hash: "f329ce7199c2137e8c32a25f96ee5c6b" + } + Frame { + msec: 4896 + hash: "72c0c2c7660974827acc1fcb54e7ca6c" + } + Frame { + msec: 4912 + hash: "6902d2a637733171699684baf07bb86e" + } + Frame { + msec: 4928 + hash: "615683e3bc07792ee38ca8146657a88a" + } + Frame { + msec: 4944 + hash: "9fe981f60fd1d974f063fccd2ae205ab" + } + Frame { + msec: 4960 + hash: "b403e21b14646ac0cdaee2027125c0ad" + } + Frame { + msec: 4976 + hash: "d037545cc68b7582c400c8c9da49ff2a" + } + Frame { + msec: 4992 + hash: "551435ecb008ff217eb65a5a77a28090" + } + Frame { + msec: 5008 + hash: "a1684c1c0938386bbfb309969114beee" + } + Frame { + msec: 5024 + hash: "a9dc5058e29f9c129087eaa013002185" + } + Frame { + msec: 5040 + hash: "5d06ae83ab9cc218175013042922b908" + } + Frame { + msec: 5056 + hash: "e225de5dc21fee719ebc43fa8838f841" + } + Frame { + msec: 5072 + hash: "b89bf31a945cb6c880e95bf2d2a6e944" + } + Frame { + msec: 5088 + hash: "fa54db3c383bc1da121c0d3b09e942d3" + } + Frame { + msec: 5104 + hash: "2c126bf2d794039e1380595b9c40ae2e" + } + Frame { + msec: 5120 + hash: "1e9639693e5ec1edb72e71d126c434bb" + } + Frame { + msec: 5136 + hash: "3a58b1900912a5a6ace72757f3af4d1a" + } + Frame { + msec: 5152 + hash: "11a846d93430e622a9750e4e2a7b76fe" + } + Frame { + msec: 5168 + hash: "801d7707e86b776fe2459c42b26337f5" + } + Frame { + msec: 5184 + hash: "6d29c12395050b049537819cf0a65746" + } + Frame { + msec: 5200 + hash: "5a68af870474ffb8a694710b10f52bc7" + } + Frame { + msec: 5216 + hash: "09dd10566eda09e0366b7bf0a8ce9e1b" + } + Frame { + msec: 5232 + hash: "f43b377f99f74e2cf07e419887f7ee0b" + } + Frame { + msec: 5248 + hash: "108287fc253d36a5ebf8582ef2a5fd57" + } + Frame { + msec: 5264 + hash: "a4b6df2874ce48ed5a17aab43f32e665" } } diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide.0.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide.0.png deleted file mode 100644 index 1a8c89b..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide.0.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide.qml deleted file mode 100644 index 3b8ae0c..0000000 --- a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide.qml +++ /dev/null @@ -1,279 +0,0 @@ -import Qt.VisualTest 4.7 - -VisualTest { - Frame { - msec: 0 - } - Frame { - msec: 16 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 32 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 48 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 64 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 80 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 96 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 112 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 128 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 144 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 160 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 176 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 192 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 208 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 224 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 240 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 256 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 272 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 288 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 304 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 320 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 336 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 352 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 368 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 384 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 400 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 416 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 432 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 448 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 464 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 480 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 496 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 512 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 528 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 544 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 560 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 576 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 592 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 608 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 624 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 640 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 656 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 672 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 688 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 704 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 720 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 736 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 752 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 768 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 784 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 800 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 816 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 832 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 848 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 864 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 880 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 896 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 912 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 928 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 944 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 960 - image: "elide.0.png" - } - Frame { - msec: 976 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Key { - type: 6 - key: 16777249 - modifiers: 67108864 - text: "" - autorep: false - count: 1 - } - Frame { - msec: 992 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 1008 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 1024 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 1040 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } - Frame { - msec: 1056 - hash: "c80d2bcd4be99c73e6c628870206ce8c" - } -} diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.0.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.0.png deleted file mode 100644 index 3dfade5..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.0.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.1.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.1.png deleted file mode 100644 index 1ee2076..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.1.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.2.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.2.png deleted file mode 100644 index ae680be..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.2.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.3.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.3.png deleted file mode 100644 index c2859be..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.3.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.qml deleted file mode 100644 index 27fbaf4..0000000 --- a/tests/auto/declarative/qmlvisual/qdeclarativetext/elide/data/elide2.qml +++ /dev/null @@ -1,991 +0,0 @@ -import Qt.VisualTest 4.7 - -VisualTest { - Frame { - msec: 0 - } - Frame { - msec: 16 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 32 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 48 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 64 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 80 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 96 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 112 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 128 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 144 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 160 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 176 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 192 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 208 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 224 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 240 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 256 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 272 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 288 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 304 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 320 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 336 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 352 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 368 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 384 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 400 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 416 - hash: "086a46352aa1221b5e57f5624b0c256b" - } - Frame { - msec: 432 - hash: "fc3a7e898d6bfa2af4d774b20609f967" - } - Frame { - msec: 448 - hash: "fc3a7e898d6bfa2af4d774b20609f967" - } - Frame { - msec: 464 - hash: "fc3a7e898d6bfa2af4d774b20609f967" - } - Frame { - msec: 480 - hash: "3bcaa6426796bc9097e0aeba90dd5e39" - } - Frame { - msec: 496 - hash: "3bcaa6426796bc9097e0aeba90dd5e39" - } - Frame { - msec: 512 - hash: "3bcaa6426796bc9097e0aeba90dd5e39" - } - Frame { - msec: 528 - hash: "3bcaa6426796bc9097e0aeba90dd5e39" - } - Frame { - msec: 544 - hash: "3bcaa6426796bc9097e0aeba90dd5e39" - } - Frame { - msec: 560 - hash: "3bcaa6426796bc9097e0aeba90dd5e39" - } - Frame { - msec: 576 - hash: "4daa612cd7e7ee455ff1a93329202865" - } - Frame { - msec: 592 - hash: "4daa612cd7e7ee455ff1a93329202865" - } - Frame { - msec: 608 - hash: "4daa612cd7e7ee455ff1a93329202865" - } - Frame { - msec: 624 - hash: "4daa612cd7e7ee455ff1a93329202865" - } - Frame { - msec: 640 - hash: "4daa612cd7e7ee455ff1a93329202865" - } - Frame { - msec: 656 - hash: "3f362ad550db910f1d9f261557c65913" - } - Frame { - msec: 672 - hash: "3f362ad550db910f1d9f261557c65913" - } - Frame { - msec: 688 - hash: "f159011c2b85fe212a32a7b5d2a57016" - } - Frame { - msec: 704 - hash: "f159011c2b85fe212a32a7b5d2a57016" - } - Frame { - msec: 720 - hash: "f159011c2b85fe212a32a7b5d2a57016" - } - Frame { - msec: 736 - hash: "f159011c2b85fe212a32a7b5d2a57016" - } - Frame { - msec: 752 - hash: "f159011c2b85fe212a32a7b5d2a57016" - } - Frame { - msec: 768 - hash: "f159011c2b85fe212a32a7b5d2a57016" - } - Frame { - msec: 784 - hash: "a892c67199c23e5d9012a6a24cb45d16" - } - Frame { - msec: 800 - hash: "a892c67199c23e5d9012a6a24cb45d16" - } - Frame { - msec: 816 - hash: "a892c67199c23e5d9012a6a24cb45d16" - } - Frame { - msec: 832 - hash: "532e01ed6ede95eca68e641e2edb7f1c" - } - Frame { - msec: 848 - hash: "532e01ed6ede95eca68e641e2edb7f1c" - } - Frame { - msec: 864 - hash: "532e01ed6ede95eca68e641e2edb7f1c" - } - Frame { - msec: 880 - hash: "532e01ed6ede95eca68e641e2edb7f1c" - } - Frame { - msec: 896 - hash: "532e01ed6ede95eca68e641e2edb7f1c" - } - Frame { - msec: 912 - hash: "a7dc1d7dde956d62834de0968261386f" - } - Frame { - msec: 928 - hash: "a7dc1d7dde956d62834de0968261386f" - } - Frame { - msec: 944 - hash: "a7dc1d7dde956d62834de0968261386f" - } - Frame { - msec: 960 - image: "elide2.0.png" - } - Frame { - msec: 976 - hash: "a7dc1d7dde956d62834de0968261386f" - } - Frame { - msec: 992 - hash: "a590e1358fac567dda9fdfc6bfe4ab89" - } - Frame { - msec: 1008 - hash: "a590e1358fac567dda9fdfc6bfe4ab89" - } - Frame { - msec: 1024 - hash: "778d34ca89b5db88fe26619576e9d337" - } - Frame { - msec: 1040 - hash: "778d34ca89b5db88fe26619576e9d337" - } - Frame { - msec: 1056 - hash: "778d34ca89b5db88fe26619576e9d337" - } - Frame { - msec: 1072 - hash: "778d34ca89b5db88fe26619576e9d337" - } - Frame { - msec: 1088 - hash: "778d34ca89b5db88fe26619576e9d337" - } - Frame { - msec: 1104 - hash: "9424caee019aa9bccd4156b0b9ca2723" - } - Frame { - msec: 1120 - hash: "9424caee019aa9bccd4156b0b9ca2723" - } - Frame { - msec: 1136 - hash: "9424caee019aa9bccd4156b0b9ca2723" - } - Frame { - msec: 1152 - hash: "000061a140ab71a44c0480a92ad3bc70" - } - Frame { - msec: 1168 - hash: "000061a140ab71a44c0480a92ad3bc70" - } - Frame { - msec: 1184 - hash: "000061a140ab71a44c0480a92ad3bc70" - } - Frame { - msec: 1200 - hash: "5dec9638853165428cd15ae02e1d03ce" - } - Frame { - msec: 1216 - hash: "5dec9638853165428cd15ae02e1d03ce" - } - Frame { - msec: 1232 - hash: "5dec9638853165428cd15ae02e1d03ce" - } - Frame { - msec: 1248 - hash: "ecb69bdbd13114715f738b1ace3ecf51" - } - Frame { - msec: 1264 - hash: "ecb69bdbd13114715f738b1ace3ecf51" - } - Frame { - msec: 1280 - hash: "ecb69bdbd13114715f738b1ace3ecf51" - } - Frame { - msec: 1296 - hash: "ecb69bdbd13114715f738b1ace3ecf51" - } - Frame { - msec: 1312 - hash: "ecb69bdbd13114715f738b1ace3ecf51" - } - Frame { - msec: 1328 - hash: "923b4f4f4a3dbaefbf003859067b2ea9" - } - Frame { - msec: 1344 - hash: "923b4f4f4a3dbaefbf003859067b2ea9" - } - Frame { - msec: 1360 - hash: "923b4f4f4a3dbaefbf003859067b2ea9" - } - Frame { - msec: 1376 - hash: "923b4f4f4a3dbaefbf003859067b2ea9" - } - Frame { - msec: 1392 - hash: "923b4f4f4a3dbaefbf003859067b2ea9" - } - Frame { - msec: 1408 - hash: "d4230a476237f9e13a132e775f1b960c" - } - Frame { - msec: 1424 - hash: "d4230a476237f9e13a132e775f1b960c" - } - Frame { - msec: 1440 - hash: "d4230a476237f9e13a132e775f1b960c" - } - Frame { - msec: 1456 - hash: "d4230a476237f9e13a132e775f1b960c" - } - Frame { - msec: 1472 - hash: "d4230a476237f9e13a132e775f1b960c" - } - Frame { - msec: 1488 - hash: "504ad2ba8543f7ad6490bd45d86fbef9" - } - Frame { - msec: 1504 - hash: "504ad2ba8543f7ad6490bd45d86fbef9" - } - Frame { - msec: 1520 - hash: "504ad2ba8543f7ad6490bd45d86fbef9" - } - Frame { - msec: 1536 - hash: "504ad2ba8543f7ad6490bd45d86fbef9" - } - Frame { - msec: 1552 - hash: "504ad2ba8543f7ad6490bd45d86fbef9" - } - Frame { - msec: 1568 - hash: "504ad2ba8543f7ad6490bd45d86fbef9" - } - Frame { - msec: 1584 - hash: "dd412c6a2e5cb8890cb43142c84a5673" - } - Frame { - msec: 1600 - hash: "dd412c6a2e5cb8890cb43142c84a5673" - } - Frame { - msec: 1616 - hash: "dd412c6a2e5cb8890cb43142c84a5673" - } - Frame { - msec: 1632 - hash: "38b1fa7bd4e2f13b05caa62903c56ab6" - } - Frame { - msec: 1648 - hash: "38b1fa7bd4e2f13b05caa62903c56ab6" - } - Frame { - msec: 1664 - hash: "38b1fa7bd4e2f13b05caa62903c56ab6" - } - Frame { - msec: 1680 - hash: "38b1fa7bd4e2f13b05caa62903c56ab6" - } - Frame { - msec: 1696 - hash: "ffb2cb01c868c1dfa6b5154c4e8a7fd8" - } - Frame { - msec: 1712 - hash: "ffb2cb01c868c1dfa6b5154c4e8a7fd8" - } - Frame { - msec: 1728 - hash: "ffb2cb01c868c1dfa6b5154c4e8a7fd8" - } - Frame { - msec: 1744 - hash: "9effd5fc19246cfe3d2f5968c5caaa4e" - } - Key { - type: 6 - key: 16777249 - modifiers: 67108864 - text: "" - autorep: false - count: 1 - } - Frame { - msec: 1760 - hash: "9effd5fc19246cfe3d2f5968c5caaa4e" - } - Frame { - msec: 1776 - hash: "9effd5fc19246cfe3d2f5968c5caaa4e" - } - Frame { - msec: 1792 - hash: "9effd5fc19246cfe3d2f5968c5caaa4e" - } - Frame { - msec: 1808 - hash: "4fa14ae57d170b16fd90d59d5ec83561" - } - Frame { - msec: 1824 - hash: "4fa14ae57d170b16fd90d59d5ec83561" - } - Frame { - msec: 1840 - hash: "4fa14ae57d170b16fd90d59d5ec83561" - } - Frame { - msec: 1856 - hash: "4fa14ae57d170b16fd90d59d5ec83561" - } - Frame { - msec: 1872 - hash: "4fa14ae57d170b16fd90d59d5ec83561" - } - Frame { - msec: 1888 - hash: "976dd5bc154522438f92790f28639512" - } - Frame { - msec: 1904 - hash: "976dd5bc154522438f92790f28639512" - } - Frame { - msec: 1920 - image: "elide2.1.png" - } - Frame { - msec: 1936 - hash: "976dd5bc154522438f92790f28639512" - } - Frame { - msec: 1952 - hash: "976dd5bc154522438f92790f28639512" - } - Frame { - msec: 1968 - hash: "4ae1d6ddb9a78cc2f4e81b58fcca6a20" - } - Frame { - msec: 1984 - hash: "4ae1d6ddb9a78cc2f4e81b58fcca6a20" - } - Frame { - msec: 2000 - hash: "4ae1d6ddb9a78cc2f4e81b58fcca6a20" - } - Frame { - msec: 2016 - hash: "4ae1d6ddb9a78cc2f4e81b58fcca6a20" - } - Frame { - msec: 2032 - hash: "4ae1d6ddb9a78cc2f4e81b58fcca6a20" - } - Frame { - msec: 2048 - hash: "84bdf634cfd4de588f2b0984aa3e97bd" - } - Frame { - msec: 2064 - hash: "84bdf634cfd4de588f2b0984aa3e97bd" - } - Frame { - msec: 2080 - hash: "84bdf634cfd4de588f2b0984aa3e97bd" - } - Frame { - msec: 2096 - hash: "1a978ed6951afe40912efcfb54dcce65" - } - Frame { - msec: 2112 - hash: "1a978ed6951afe40912efcfb54dcce65" - } - Frame { - msec: 2128 - hash: "1a978ed6951afe40912efcfb54dcce65" - } - Frame { - msec: 2144 - hash: "a57eea59fe6475164e24688489977869" - } - Frame { - msec: 2160 - hash: "a57eea59fe6475164e24688489977869" - } - Frame { - msec: 2176 - hash: "a57eea59fe6475164e24688489977869" - } - Frame { - msec: 2192 - hash: "69ac1d93bd51f495783dbc6a0f7b27be" - } - Frame { - msec: 2208 - hash: "69ac1d93bd51f495783dbc6a0f7b27be" - } - Frame { - msec: 2224 - hash: "69ac1d93bd51f495783dbc6a0f7b27be" - } - Frame { - msec: 2240 - hash: "69ac1d93bd51f495783dbc6a0f7b27be" - } - Frame { - msec: 2256 - hash: "69ac1d93bd51f495783dbc6a0f7b27be" - } - Frame { - msec: 2272 - hash: "04c62a4d01e9309eaeea87902013c8b9" - } - Frame { - msec: 2288 - hash: "04c62a4d01e9309eaeea87902013c8b9" - } - Frame { - msec: 2304 - hash: "fac2f5730a600d6b69280d5e6962c1d2" - } - Frame { - msec: 2320 - hash: "fac2f5730a600d6b69280d5e6962c1d2" - } - Frame { - msec: 2336 - hash: "fac2f5730a600d6b69280d5e6962c1d2" - } - Frame { - msec: 2352 - hash: "fac2f5730a600d6b69280d5e6962c1d2" - } - Frame { - msec: 2368 - hash: "fac2f5730a600d6b69280d5e6962c1d2" - } - Frame { - msec: 2384 - hash: "13f7ce73c0a2f1c7958294e4fbf3d30d" - } - Frame { - msec: 2400 - hash: "13f7ce73c0a2f1c7958294e4fbf3d30d" - } - Frame { - msec: 2416 - hash: "13f7ce73c0a2f1c7958294e4fbf3d30d" - } - Frame { - msec: 2432 - hash: "13f7ce73c0a2f1c7958294e4fbf3d30d" - } - Frame { - msec: 2448 - hash: "13f7ce73c0a2f1c7958294e4fbf3d30d" - } - Frame { - msec: 2464 - hash: "96a5678ee5bcbf28df6a2bf66b2b6189" - } - Frame { - msec: 2480 - hash: "96a5678ee5bcbf28df6a2bf66b2b6189" - } - Frame { - msec: 2496 - hash: "96a5678ee5bcbf28df6a2bf66b2b6189" - } - Frame { - msec: 2512 - hash: "96a5678ee5bcbf28df6a2bf66b2b6189" - } - Frame { - msec: 2528 - hash: "96a5678ee5bcbf28df6a2bf66b2b6189" - } - Frame { - msec: 2544 - hash: "abb220abcd579abd988b6f9f7e0bc2b7" - } - Frame { - msec: 2560 - hash: "abb220abcd579abd988b6f9f7e0bc2b7" - } - Frame { - msec: 2576 - hash: "abb220abcd579abd988b6f9f7e0bc2b7" - } - Frame { - msec: 2592 - hash: "abb220abcd579abd988b6f9f7e0bc2b7" - } - Frame { - msec: 2608 - hash: "8a8585eb9a5cd1d6c38dc7076923e7f7" - } - Frame { - msec: 2624 - hash: "8a8585eb9a5cd1d6c38dc7076923e7f7" - } - Frame { - msec: 2640 - hash: "8a8585eb9a5cd1d6c38dc7076923e7f7" - } - Frame { - msec: 2656 - hash: "c13ec1d294921e6a56f6ac4198e084eb" - } - Frame { - msec: 2672 - hash: "c13ec1d294921e6a56f6ac4198e084eb" - } - Frame { - msec: 2688 - hash: "c13ec1d294921e6a56f6ac4198e084eb" - } - Frame { - msec: 2704 - hash: "c13ec1d294921e6a56f6ac4198e084eb" - } - Frame { - msec: 2720 - hash: "53295720dbabe6fbfff56bea0e0ba7f1" - } - Frame { - msec: 2736 - hash: "53295720dbabe6fbfff56bea0e0ba7f1" - } - Frame { - msec: 2752 - hash: "53295720dbabe6fbfff56bea0e0ba7f1" - } - Frame { - msec: 2768 - hash: "53295720dbabe6fbfff56bea0e0ba7f1" - } - Frame { - msec: 2784 - hash: "53295720dbabe6fbfff56bea0e0ba7f1" - } - Frame { - msec: 2800 - hash: "53295720dbabe6fbfff56bea0e0ba7f1" - } - Frame { - msec: 2816 - hash: "53295720dbabe6fbfff56bea0e0ba7f1" - } - Frame { - msec: 2832 - hash: "f44b88b80219497370b5d2ad380d03bf" - } - Frame { - msec: 2848 - hash: "f44b88b80219497370b5d2ad380d03bf" - } - Frame { - msec: 2864 - hash: "a093510751799f3466156f9775988044" - } - Frame { - msec: 2880 - image: "elide2.2.png" - } - Frame { - msec: 2896 - hash: "a093510751799f3466156f9775988044" - } - Frame { - msec: 2912 - hash: "6327bcbb2d78d3c33eb964643b0d09a5" - } - Frame { - msec: 2928 - hash: "6327bcbb2d78d3c33eb964643b0d09a5" - } - Frame { - msec: 2944 - hash: "6327bcbb2d78d3c33eb964643b0d09a5" - } - Frame { - msec: 2960 - hash: "6327bcbb2d78d3c33eb964643b0d09a5" - } - Frame { - msec: 2976 - hash: "6327bcbb2d78d3c33eb964643b0d09a5" - } - Frame { - msec: 2992 - hash: "d7da3826914ad1d2696803b659992e73" - } - Frame { - msec: 3008 - hash: "d7da3826914ad1d2696803b659992e73" - } - Frame { - msec: 3024 - hash: "d7da3826914ad1d2696803b659992e73" - } - Frame { - msec: 3040 - hash: "d7da3826914ad1d2696803b659992e73" - } - Frame { - msec: 3056 - hash: "d7da3826914ad1d2696803b659992e73" - } - Frame { - msec: 3072 - hash: "ad40dc153a57c35ea62d9d044f08c9ac" - } - Frame { - msec: 3088 - hash: "ad40dc153a57c35ea62d9d044f08c9ac" - } - Frame { - msec: 3104 - hash: "ad40dc153a57c35ea62d9d044f08c9ac" - } - Frame { - msec: 3120 - hash: "df90afe882b18f3fd7b12e52ff36e66f" - } - Frame { - msec: 3136 - hash: "df90afe882b18f3fd7b12e52ff36e66f" - } - Frame { - msec: 3152 - hash: "5b84785ffe15c15c3b94c845db7a4a44" - } - Frame { - msec: 3168 - hash: "5b84785ffe15c15c3b94c845db7a4a44" - } - Frame { - msec: 3184 - hash: "5b84785ffe15c15c3b94c845db7a4a44" - } - Frame { - msec: 3200 - hash: "f5ca71af8d9fa1809ab88b60f9170bb5" - } - Frame { - msec: 3216 - hash: "f5ca71af8d9fa1809ab88b60f9170bb5" - } - Frame { - msec: 3232 - hash: "f5ca71af8d9fa1809ab88b60f9170bb5" - } - Frame { - msec: 3248 - hash: "f5ca71af8d9fa1809ab88b60f9170bb5" - } - Frame { - msec: 3264 - hash: "f5ca71af8d9fa1809ab88b60f9170bb5" - } - Frame { - msec: 3280 - hash: "39f1b201715413f13a60f449eef29706" - } - Frame { - msec: 3296 - hash: "39f1b201715413f13a60f449eef29706" - } - Frame { - msec: 3312 - hash: "39f1b201715413f13a60f449eef29706" - } - Frame { - msec: 3328 - hash: "39f1b201715413f13a60f449eef29706" - } - Frame { - msec: 3344 - hash: "39f1b201715413f13a60f449eef29706" - } - Frame { - msec: 3360 - hash: "4baf5c1227de45f9e620fe6eb0590014" - } - Frame { - msec: 3376 - hash: "4baf5c1227de45f9e620fe6eb0590014" - } - Frame { - msec: 3392 - hash: "4baf5c1227de45f9e620fe6eb0590014" - } - Frame { - msec: 3408 - hash: "e1ce9c06e59fb6348fff3ce650c7943e" - } - Frame { - msec: 3424 - hash: "e1ce9c06e59fb6348fff3ce650c7943e" - } - Frame { - msec: 3440 - hash: "ad812bdef31b4f1f42c35f7d56b3af83" - } - Frame { - msec: 3456 - hash: "ad812bdef31b4f1f42c35f7d56b3af83" - } - Frame { - msec: 3472 - hash: "ad812bdef31b4f1f42c35f7d56b3af83" - } - Frame { - msec: 3488 - hash: "ad812bdef31b4f1f42c35f7d56b3af83" - } - Frame { - msec: 3504 - hash: "ad812bdef31b4f1f42c35f7d56b3af83" - } - Frame { - msec: 3520 - hash: "ad812bdef31b4f1f42c35f7d56b3af83" - } - Frame { - msec: 3536 - hash: "c08c8bcfc8c23f5e0e89d7f632fde2ca" - } - Frame { - msec: 3552 - hash: "c08c8bcfc8c23f5e0e89d7f632fde2ca" - } - Frame { - msec: 3568 - hash: "c08c8bcfc8c23f5e0e89d7f632fde2ca" - } - Frame { - msec: 3584 - hash: "c08c8bcfc8c23f5e0e89d7f632fde2ca" - } - Frame { - msec: 3600 - hash: "c08c8bcfc8c23f5e0e89d7f632fde2ca" - } - Frame { - msec: 3616 - hash: "b8853dc109d063d982952780aa80419a" - } - Frame { - msec: 3632 - hash: "b8853dc109d063d982952780aa80419a" - } - Frame { - msec: 3648 - hash: "b8853dc109d063d982952780aa80419a" - } - Frame { - msec: 3664 - hash: "b8853dc109d063d982952780aa80419a" - } - Frame { - msec: 3680 - hash: "b8853dc109d063d982952780aa80419a" - } - Frame { - msec: 3696 - hash: "6bfd7cfd6369df1eb570fda103d9e009" - } - Frame { - msec: 3712 - hash: "6bfd7cfd6369df1eb570fda103d9e009" - } - Frame { - msec: 3728 - hash: "b6dba4a456cd8d1b62501039cb796625" - } - Frame { - msec: 3744 - hash: "b6dba4a456cd8d1b62501039cb796625" - } - Frame { - msec: 3760 - hash: "f43892fffe4a8ce005b60ec43ce0aa4a" - } - Frame { - msec: 3776 - hash: "f43892fffe4a8ce005b60ec43ce0aa4a" - } - Frame { - msec: 3792 - hash: "f43892fffe4a8ce005b60ec43ce0aa4a" - } - Frame { - msec: 3808 - hash: "f43892fffe4a8ce005b60ec43ce0aa4a" - } - Frame { - msec: 3824 - hash: "f43892fffe4a8ce005b60ec43ce0aa4a" - } - Frame { - msec: 3840 - image: "elide2.3.png" - } - Frame { - msec: 3856 - hash: "d2e873e69aed3e0b6e53123cd63e386c" - } - Frame { - msec: 3872 - hash: "d2e873e69aed3e0b6e53123cd63e386c" - } - Frame { - msec: 3888 - hash: "baa8edfce77628c7a1ec83adce96e2c6" - } - Frame { - msec: 3904 - hash: "baa8edfce77628c7a1ec83adce96e2c6" - } -} diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/plaintext.0.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/plaintext.0.png deleted file mode 100644 index 67b497f..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/plaintext.0.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/plaintext.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/plaintext.qml deleted file mode 100644 index a39c340..0000000 --- a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/plaintext.qml +++ /dev/null @@ -1,351 +0,0 @@ -import Qt.VisualTest 4.7 - -VisualTest { - Frame { - msec: 0 - } - Frame { - msec: 16 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 32 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 48 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 64 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 80 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 96 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 112 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 128 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 144 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 160 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 176 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 192 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 208 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 224 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 240 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 256 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 272 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 288 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 304 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 320 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 336 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 352 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 368 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 384 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 400 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 416 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 432 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 448 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 464 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 480 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 496 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 512 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 528 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 544 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 560 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 576 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 592 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 608 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 624 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 640 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 656 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 672 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 688 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 704 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 720 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 736 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 752 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 768 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 784 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 800 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 816 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 832 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 848 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 864 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 880 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 896 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 912 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 928 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 944 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 960 - image: "plaintext.0.png" - } - Frame { - msec: 976 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 992 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1008 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1024 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1040 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1056 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1072 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1088 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1104 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1120 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1136 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1152 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1168 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1184 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Key { - type: 6 - key: 16777249 - modifiers: 0 - text: "" - autorep: false - count: 1 - } - Frame { - msec: 1200 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1216 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1232 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1248 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1264 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1280 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1296 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1312 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1328 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } - Frame { - msec: 1344 - hash: "cbf65bcb64a4781b79132b87f98d5fc7" - } -} diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/richtext.0.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/richtext.0.png deleted file mode 100644 index 6379942..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/richtext.0.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/richtext.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/richtext.qml deleted file mode 100644 index 8529b92..0000000 --- a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-MAC/richtext.qml +++ /dev/null @@ -1,359 +0,0 @@ -import Qt.VisualTest 4.7 - -VisualTest { - Frame { - msec: 0 - } - Frame { - msec: 16 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 32 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 48 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 64 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 80 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 96 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 112 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 128 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 144 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 160 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 176 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 192 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 208 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 224 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 240 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 256 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 272 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 288 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 304 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 320 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 336 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 352 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 368 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 384 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 400 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 416 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 432 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 448 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 464 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 480 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 496 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 512 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 528 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 544 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 560 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 576 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 592 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 608 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 624 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 640 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 656 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 672 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 688 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 704 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 720 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 736 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 752 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 768 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 784 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 800 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 816 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 832 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 848 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 864 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 880 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 896 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 912 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 928 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 944 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 960 - image: "richtext.0.png" - } - Frame { - msec: 976 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 992 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1008 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1024 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1040 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1056 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1072 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1088 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1104 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1120 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1136 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1152 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Key { - type: 6 - key: 16777249 - modifiers: 0 - text: "" - autorep: false - count: 1 - } - Frame { - msec: 1168 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1184 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1200 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1216 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1232 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1248 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1264 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1280 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1296 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1312 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1328 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1344 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1360 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } - Frame { - msec: 1376 - hash: "b902ff73e7c943bb09b5d2ae6c7a760e" - } -} diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/plaintext.0.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/plaintext.0.png deleted file mode 100644 index 50d56dc..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/plaintext.0.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/plaintext.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/plaintext.qml deleted file mode 100644 index bf3aea6..0000000 --- a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/plaintext.qml +++ /dev/null @@ -1,351 +0,0 @@ -import Qt.VisualTest 4.7 - -VisualTest { - Frame { - msec: 0 - } - Frame { - msec: 16 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 32 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 48 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 64 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 80 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 96 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 112 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 128 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 144 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 160 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 176 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 192 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 208 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 224 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 240 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 256 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 272 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 288 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 304 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 320 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 336 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 352 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 368 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 384 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 400 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 416 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 432 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 448 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 464 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 480 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 496 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 512 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 528 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 544 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 560 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 576 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 592 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 608 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 624 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 640 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 656 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 672 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 688 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 704 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 720 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 736 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 752 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 768 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 784 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 800 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 816 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 832 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 848 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 864 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 880 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 896 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 912 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 928 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 944 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 960 - image: "plaintext.0.png" - } - Frame { - msec: 976 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 992 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1008 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1024 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1040 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1056 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1072 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1088 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1104 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1120 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1136 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1152 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1168 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1184 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Key { - type: 6 - key: 16777249 - modifiers: 67108864 - text: "" - autorep: false - count: 1 - } - Frame { - msec: 1200 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1216 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1232 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1248 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1264 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1280 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1296 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1312 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1328 - hash: "d553014bc56a46787e30459b0f44f57a" - } - Frame { - msec: 1344 - hash: "d553014bc56a46787e30459b0f44f57a" - } -} diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/richtext.0.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/richtext.0.png deleted file mode 100644 index 2910670..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/richtext.0.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/richtext.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/richtext.qml deleted file mode 100644 index 4a87240..0000000 --- a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data/richtext.qml +++ /dev/null @@ -1,359 +0,0 @@ -import Qt.VisualTest 4.7 - -VisualTest { - Frame { - msec: 0 - } - Frame { - msec: 16 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 32 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 48 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 64 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 80 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 96 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 112 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 128 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 144 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 160 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 176 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 192 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 208 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 224 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 240 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 256 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 272 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 288 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 304 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 320 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 336 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 352 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 368 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 384 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 400 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 416 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 432 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 448 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 464 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 480 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 496 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 512 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 528 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 544 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 560 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 576 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 592 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 608 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 624 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 640 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 656 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 672 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 688 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 704 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 720 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 736 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 752 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 768 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 784 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 800 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 816 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 832 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 848 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 864 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 880 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 896 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 912 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 928 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 944 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 960 - image: "richtext.0.png" - } - Frame { - msec: 976 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 992 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1008 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1024 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1040 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1056 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1072 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1088 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1104 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1120 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1136 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1152 - hash: "dfea78484b840b8cab690e277b960723" - } - Key { - type: 6 - key: 16777249 - modifiers: 67108864 - text: "" - autorep: false - count: 1 - } - Frame { - msec: 1168 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1184 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1200 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1216 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1232 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1248 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1264 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1280 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1296 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1312 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1328 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1344 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1360 - hash: "dfea78484b840b8cab690e277b960723" - } - Frame { - msec: 1376 - hash: "dfea78484b840b8cab690e277b960723" - } -} -- cgit v0.12