Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition.html

Issue 15373002: Try to reduce the flakiness of 4 :hover tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Switched to the first option Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition.html
diff --git a/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition.html b/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition.html
index 86bd3bc6343f1689cb4daea6182d6db7e46bb811..98a6c94e4c99468ffaa733bf21c1ff77eaba75fb 100755
--- a/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition.html
+++ b/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition.html
@@ -41,6 +41,7 @@ div {
var transformed = document.getElementsByClassName("transformed");
eventSender.mouseMoveTo(transformed[0].offsetLeft + 10, transformed[0].offsetTop + 10);
eventSender.mouseMoveTo(transformed[1].offsetLeft + 10, transformed[1].offsetTop + 10);
+ document.body.offsetTop;
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698