Title: [172065] branches/safari-600.1-branch/LayoutTests
Revision
172065
Author
lforsch...@apple.com
Date
2014-08-05 13:50:48 -0700 (Tue, 05 Aug 2014)

Log Message

Merged r171892.  <rdar://problem/17850323>

Modified Paths

Added Paths

Diff

Modified: branches/safari-600.1-branch/LayoutTests/ChangeLog (172064 => 172065)


--- branches/safari-600.1-branch/LayoutTests/ChangeLog	2014-08-05 20:47:21 UTC (rev 172064)
+++ branches/safari-600.1-branch/LayoutTests/ChangeLog	2014-08-05 20:50:48 UTC (rev 172065)
@@ -1,5 +1,16 @@
 2014-08-05  Lucas Forschler  <lforsch...@apple.com>
 
+        Merge r171892
+
+    2014-07-31  Beth Dakin  <bda...@apple.com>
+
+            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-08-05  Lucas Forschler  <lforsch...@apple.com>
+
         Merge r171891
 
     2014-07-31  Beth Dakin  <bda...@apple.com>

Copied: branches/safari-600.1-branch/LayoutTests/platform/mac-wk2/tiled-drawing/resources/iframe-to-hit-test.html (from rev 171892, trunk/LayoutTests/platform/mac-wk2/tiled-drawing/resources/iframe-to-hit-test.html) (0 => 172065)


--- branches/safari-600.1-branch/LayoutTests/platform/mac-wk2/tiled-drawing/resources/iframe-to-hit-test.html	                        (rev 0)
+++ branches/safari-600.1-branch/LayoutTests/platform/mac-wk2/tiled-drawing/resources/iframe-to-hit-test.html	2014-08-05 20:50:48 UTC (rev 172065)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to