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

Unified Diff: LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transform.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-transform.html
diff --git a/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transform.html b/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transform.html
index 5746cc14b5cb6147ff764dc047a35f6ca681ddaf..71d35603c7099a6bc618bc5f77c566d1492a2acc 100755
--- a/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transform.html
+++ b/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transform.html
@@ -36,6 +36,7 @@ div {
var transformed = document.getElementById("transformed");
transformed.parentNode.setAttribute("id", "overflowHidden");
eventSender.mouseMoveTo(transformed.offsetLeft + 10, transformed.offsetTop + 10);
+ document.body.offsetTop;
</script>
</body>
</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698