Title: [171892] trunk/LayoutTests
Revision
171892
Author
[email protected]
Date
2014-07-31 15:45:00 -0700 (Thu, 31 Jul 2014)

Log Message

Test failure fix. I accidentally removed this file that is still used by another 
test in the directory.

* platform/mac-wk2/tiled-drawing/resources/iframe-to-hit-test.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (171891 => 171892)


--- trunk/LayoutTests/ChangeLog	2014-07-31 22:32:40 UTC (rev 171891)
+++ trunk/LayoutTests/ChangeLog	2014-07-31 22:45:00 UTC (rev 171892)
@@ -1,5 +1,12 @@
 2014-07-31  Beth Dakin  <[email protected]>
 
+        Test failure fix. I accidentally removed this file that is still used by another 
+        test in the directory.
+
+        * platform/mac-wk2/tiled-drawing/resources/iframe-to-hit-test.html: Added.
+
+2014-07-31  Beth Dakin  <[email protected]>
+
         Hit-testing broken in WebKit 1 views with AppKit's contentInsets
         https://bugs.webkit.org/show_bug.cgi?id=135434
         -and corresponding-

Added: trunk/LayoutTests/platform/mac-wk2/tiled-drawing/resources/iframe-to-hit-test.html (0 => 171892)


--- trunk/LayoutTests/platform/mac-wk2/tiled-drawing/resources/iframe-to-hit-test.html	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/tiled-drawing/resources/iframe-to-hit-test.html	2014-07-31 22:45:00 UTC (rev 171892)
@@ -0,0 +1,20 @@
+<html>
+<head>
+<style>
+    #target {
+        background-color:purple;
+        width:25px;
+        height:25px;
+    }
+</style>
+<script>
+    function clicked() {
+        var result = parent.document.getElementById("result");
+        result.innerHTML = "Pass!";
+    }
+</script>
+</head>
+<body>
+    <div id="target" _onclick_="clicked()"></div>
+</body>
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to