Title: [118260] branches/safari-536-branch/LayoutTests
Revision
118260
Author
jber...@webkit.org
Date
2012-05-23 16:06:17 -0700 (Wed, 23 May 2012)

Log Message

Roll out 116019 on the 536 branch, since r116009 was rolled out on the 536 branch.

r116019 updated the test in response to the switch to FractionalLayoutUnits, but the
LayoutUnits changes were rolled out of the 536 branch.

* fast/events/zoom-dblclick-expected.txt:
* fast/events/zoom-dblclick.html:

Modified Paths

Diff

Modified: branches/safari-536-branch/LayoutTests/ChangeLog (118259 => 118260)


--- branches/safari-536-branch/LayoutTests/ChangeLog	2012-05-23 22:56:49 UTC (rev 118259)
+++ branches/safari-536-branch/LayoutTests/ChangeLog	2012-05-23 23:06:17 UTC (rev 118260)
@@ -1,5 +1,15 @@
 2012-05-23  Jessie Berlin  <jber...@apple.com>
 
+        Roll out 116019 on the 536 branch, since r116009 was rolled out on the 536 branch.
+
+        r116019 updated the test in response to the switch to FractionalLayoutUnits, but the
+        LayoutUnits changes were rolled out of the 536 branch.
+
+        * fast/events/zoom-dblclick-expected.txt:
+        * fast/events/zoom-dblclick.html:
+
+2012-05-23  Jessie Berlin  <jber...@apple.com>
+
         Turn off the inspector tests on the 536 branch.
 
         * platform/mac/Skipped:

Modified: branches/safari-536-branch/LayoutTests/fast/events/zoom-dblclick-expected.txt (118259 => 118260)


--- branches/safari-536-branch/LayoutTests/fast/events/zoom-dblclick-expected.txt	2012-05-23 22:56:49 UTC (rev 118259)
+++ branches/safari-536-branch/LayoutTests/fast/events/zoom-dblclick-expected.txt	2012-05-23 23:06:17 UTC (rev 118260)
@@ -1,9 +1,9 @@
 
 
 Zoomed
-PASS event.clientX is 166
+PASS event.clientX is 167
 PASS event.clientY is 83
-PASS event.pageX is 166
+PASS event.pageX is 167
 PASS event.pageY is 83
 PASS successfullyParsed is true
 

Modified: branches/safari-536-branch/LayoutTests/fast/events/zoom-dblclick.html (118259 => 118260)


--- branches/safari-536-branch/LayoutTests/fast/events/zoom-dblclick.html	2012-05-23 22:56:49 UTC (rev 118259)
+++ branches/safari-536-branch/LayoutTests/fast/events/zoom-dblclick.html	2012-05-23 23:06:17 UTC (rev 118260)
@@ -53,9 +53,9 @@
     {
         event = e;
         debug("\nZoomed");
-        shouldBe("event.clientX", "166");
+        shouldBe("event.clientX", "167");
         shouldBe("event.clientY", "83");
-        shouldBe("event.pageX", "166");
+        shouldBe("event.pageX", "167");
         shouldBe("event.pageY", "83");
     }
     window.addEventListener("dblclick", zoomed, false);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to