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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/iframe-scrollbar-hover.html

Issue 2136133002: Fix under-invalidation of frame scrollbar on hover (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ObjectInvalidation
Patch Set: Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/iframe-scrollbar-hover-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
3 <script>
4 function repaintTest() {
5 eventSender.mouseMoveTo(195, 120);
chrishtr 2016/07/11 19:03:26 Is this going to be reliable on all platforms?
Xianzhu 2016/07/11 19:09:12 Yes. The frame is absolutely positioned, and the s
6 }
7 if (window.eventSender)
8 onload = runRepaintTest;
9 </script>
10 Tests paint invalidation when mouse hovers on the scrollbar in an iframe.
11 <iframe id="iframe"
12 style="position: absolute; top: 100px; left: 0; width: 200px; height: 200px"
13 srcdoc="<div style='height: 300px'></div>"></iframe>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/iframe-scrollbar-hover-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698