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

Unified Diff: third_party/WebKit/LayoutTests/fast/transforms/transform-update-frame-overflow-expected.html

Issue 2509843003: Deflake fast/transforms/transform-update-frame-overflow.html (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/transforms/transform-update-frame-overflow.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/transforms/transform-update-frame-overflow-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/transform-update-frame-overflow-expected.html b/third_party/WebKit/LayoutTests/fast/transforms/transform-update-frame-overflow-expected.html
index 10c51963b87a80ea4fc4df1669ef217444f943b6..eccefe789b8e1c6c6d0e6778d90c061dde9ce5bd 100644
--- a/third_party/WebKit/LayoutTests/fast/transforms/transform-update-frame-overflow-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/transforms/transform-update-frame-overflow-expected.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<script src="../../resources/run-after-layout-and-paint.js"/>
<style>
#transformed {
width: 100px;
@@ -10,6 +11,8 @@
<div id="transformed">
</div>
<script>
- if (window.eventSender)
- eventSender.keyDown("End");
+ runAfterLayoutAndPaint(function() {
+ if (window.eventSender)
+ eventSender.keyDown("End");
+ }, true);
</script>
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/transforms/transform-update-frame-overflow.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698