Added: trunk/ManualTests/qt/tap-highlighting-colors.html (0 => 106241)
--- trunk/ManualTests/qt/tap-highlighting-colors.html (rev 0)
+++ trunk/ManualTests/qt/tap-highlighting-colors.html 2012-01-30 15:05:18 UTC (rev 106241)
@@ -0,0 +1,12 @@
+<h1>
+<input style='' type='text' value="undefined">
+<input style='-webkit-tap-highlight-color: rgb(255, 255, 255);' type='text' value="rgb(255, 255, 255)">
+<input style='-webkit-tap-highlight-color: rgb(0, 0, 0);' type='text' value="rgb(0, 0, 0)">
+<input style='-webkit-tap-highlight-color: rgba(0, 0, 0, 0);' type='text' value="rgba(0, 0, 0, 0)">
+<input style='-webkit-tap-highlight-color: rgb(255, 0, 0);' type='text' value="rgb(255, 0, 0)">
+<input style='-webkit-tap-highlight-color: rgba(255, 0, 0, 0.5);' type='text' value="rgba(255, 0, 0, 0.5)">
+<input style='-webkit-tap-highlight-color: rgba(255, 0, 0, 1);' type='text' value="rgba(255, 0, 0, 1)">
+<input style='-webkit-tap-highlight-color: rgba(255, 0, 0, 0);' type='text' value="rgba(255, 0, 0, 0)">
+<input style='-webkit-tap-highlight-color: rgba(0, 255, 0, 0.5);' type='text' value="rgba(0, 255, 0, 0.5)">
+<input style='-webkit-tap-highlight-color: rgba(0, 0, 255, 0.5);' type='text' value="rgba(0, 0, 255, 0.5)">
+</h1>
Added: trunk/ManualTests/qt/tap-highlighting-images.html (0 => 106241)
--- trunk/ManualTests/qt/tap-highlighting-images.html (rev 0)
+++ trunk/ManualTests/qt/tap-highlighting-images.html 2012-01-30 15:05:18 UTC (rev 106241)
@@ -0,0 +1,6 @@
+<body style="background-color: green">
+ <p>Two anchors, one around a pure image, the other around an image embedded in a div.</p>
+
+ <a href="" src=""
+ <a href="" style="background-color: blue;"><img style="display: block; margin-left: auto; margin-right: auto;" src=""
+</body>
Added: trunk/ManualTests/qt/tap-highlighting-inlines.html (0 => 106241)
--- trunk/ManualTests/qt/tap-highlighting-inlines.html (rev 0)
+++ trunk/ManualTests/qt/tap-highlighting-inlines.html 2012-01-30 15:05:18 UTC (rev 106241)
@@ -0,0 +1,9 @@
+<body>
+ <p style="width: 10em; background-color: gray">
+ <a href="" link</a><br><br>
+ <a href="" link breaking lines</a><br><br>
+ hola mundo! <a href="" split up link</a><br><br>
+ hello world <a href="" link also breaking</a><br><br>
+ hi there <a href="" link that is breaking multiple lines just for the very fun of it</a><br><br>
+ </p>
+</body>