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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../../resources/run-after-layout-and-paint.js"/>
2 <style> 3 <style>
3 #transformed { 4 #transformed {
4 width: 100px; 5 width: 100px;
5 height: 100px; 6 height: 100px;
6 background-color: green; 7 background-color: green;
7 transform: translateY(1000px); 8 transform: translateY(1000px);
8 } 9 }
9 </style> 10 </style>
10 <div id="transformed"> 11 <div id="transformed">
11 </div> 12 </div>
12 <script> 13 <script>
13 if (window.eventSender) 14 runAfterLayoutAndPaint(function() {
14 eventSender.keyDown("End"); 15 if (window.eventSender)
16 eventSender.keyDown("End");
17 }, true);
15 </script> 18 </script>
OLDNEW
« 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