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

Unified Diff: LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.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-hardware-acceleration.html
diff --git a/LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html b/LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html
index 64306de16d07e29a6c9be589f6767882c2d69f6b..882e93df64b9caa790fa7af4af028c45c5585dbe 100755
--- a/LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html
+++ b/LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html
@@ -35,6 +35,7 @@ div {
var transformed = document.getElementById("transformed");
eventSender.mouseMoveTo(transformed.offsetLeft + 10, transformed.offsetTop + 10);
+ document.body.offsetTop;
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698