From f8645a21524a0402d73936468f59825c39f0fbf3 Mon Sep 17 00:00:00 2001 From: "kenneth@webkit.org" Date: Mon, 30 Jan 2012 15:05:18 +0000 Subject: [PATCH] Add manual tests for tap highlighting Rubberstamped by Simon Hausmann. * ManualTests/qt/tap-highlighting-colors.html: Added. * ManualTests/qt/tap-highlighting-images.html: Added. * ManualTests/qt/tap-highlighting-inlines.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106241 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 10 ++++++++++ ManualTests/qt/tap-highlighting-colors.html | 12 ++++++++++++ ManualTests/qt/tap-highlighting-images.html | 6 ++++++ ManualTests/qt/tap-highlighting-inlines.html | 9 +++++++++ 4 files changed, 37 insertions(+) create mode 100644 ManualTests/qt/tap-highlighting-colors.html create mode 100644 ManualTests/qt/tap-highlighting-images.html create mode 100644 ManualTests/qt/tap-highlighting-inlines.html diff --git a/ChangeLog b/ChangeLog index 0e27ce3..a993e0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-01-30 Kenneth Rohde Christiansen + + Add manual tests for tap highlighting + + Rubberstamped by Simon Hausmann. + + * ManualTests/qt/tap-highlighting-colors.html: Added. + * ManualTests/qt/tap-highlighting-images.html: Added. + * ManualTests/qt/tap-highlighting-inlines.html: Added. + 2012-01-30 Allan Sandfeld Jensen Manual test of number of resize events emitted during page generation. diff --git a/ManualTests/qt/tap-highlighting-colors.html b/ManualTests/qt/tap-highlighting-colors.html new file mode 100644 index 0000000..ff3adec --- /dev/null +++ b/ManualTests/qt/tap-highlighting-colors.html @@ -0,0 +1,12 @@ +

+ + + + + + + + + + +

diff --git a/ManualTests/qt/tap-highlighting-images.html b/ManualTests/qt/tap-highlighting-images.html new file mode 100644 index 0000000..bbeea1a --- /dev/null +++ b/ManualTests/qt/tap-highlighting-images.html @@ -0,0 +1,6 @@ + +

Two anchors, one around a pure image, the other around an image embedded in a div.

+ + +
+ diff --git a/ManualTests/qt/tap-highlighting-inlines.html b/ManualTests/qt/tap-highlighting-inlines.html new file mode 100644 index 0000000..c483952 --- /dev/null +++ b/ManualTests/qt/tap-highlighting-inlines.html @@ -0,0 +1,9 @@ + +

+ some link

+ some link breaking lines

+ hola mundo! a split up link

+ hello world some link also breaking

+ hi there some link that is breaking multiple lines just for the very fun of it

+

+ -- 2.7.4