Title: [158720] trunk/LayoutTests
- Revision
- 158720
- Author
- [email protected]
- Date
- 2013-11-05 21:50:35 -0800 (Tue, 05 Nov 2013)
Log Message
Flaky Test: transitions/cancel-transition.html
https://bugs.webkit.org/show_bug.cgi?id=114193
Reviewed by Simon Fraser.
Merge https://chromium.googlesource.com/chromium/blink/+/983dbbff6c46b6365540bf1451f25b31d72ce893
* transitions/cancel-transition.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (158719 => 158720)
--- trunk/LayoutTests/ChangeLog 2013-11-06 05:21:42 UTC (rev 158719)
+++ trunk/LayoutTests/ChangeLog 2013-11-06 05:50:35 UTC (rev 158720)
@@ -1,5 +1,16 @@
2013-11-05 Ryosuke Niwa <[email protected]>
+ Flaky Test: transitions/cancel-transition.html
+ https://bugs.webkit.org/show_bug.cgi?id=114193
+
+ Reviewed by Simon Fraser.
+
+ Merge https://chromium.googlesource.com/chromium/blink/+/983dbbff6c46b6365540bf1451f25b31d72ce893
+
+ * transitions/cancel-transition.html:
+
+2013-11-05 Ryosuke Niwa <[email protected]>
+
getComputedStyle(x).lineHeight is affected by zooming
https://bugs.webkit.org/show_bug.cgi?id=123847
Modified: trunk/LayoutTests/transitions/cancel-transition.html (158719 => 158720)
--- trunk/LayoutTests/transitions/cancel-transition.html 2013-11-06 05:21:42 UTC (rev 158719)
+++ trunk/LayoutTests/transitions/cancel-transition.html 2013-11-06 05:50:35 UTC (rev 158720)
@@ -54,11 +54,13 @@
function cancelTransition()
{
document.getElementById("container").className = "";
+ document.body.offsetHeight;
}
function restartTransition()
{
document.getElementById("container").className = "run";
+ document.body.offsetHeight;
// The transition should restart at the beginning here. After 250 it should be halfway done.
setTimeout("check()", 250);
}
@@ -90,6 +92,7 @@
function start()
{
document.getElementById("container").className = "run";
+ document.body.offsetHeight;
setTimeout("cancelTransition()", 100);
setTimeout("restartTransition()", 200);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes