Title: [106241] trunk
Revision
106241
Author
[email protected]
Date
2012-01-30 07:05:18 -0800 (Mon, 30 Jan 2012)

Log Message

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.

Modified Paths

Added Paths

Diff

Modified: trunk/ChangeLog (106240 => 106241)


--- trunk/ChangeLog	2012-01-30 14:25:19 UTC (rev 106240)
+++ trunk/ChangeLog	2012-01-30 15:05:18 UTC (rev 106241)
@@ -1,3 +1,13 @@
+2012-01-30  Kenneth Rohde Christiansen  <[email protected]>
+
+        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  <[email protected]>
 
         Manual test of number of resize events emitted during page generation.

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>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to