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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/two_transparent_scrollable_area.html

Issue 2565223002: Add more specific metrics for main thread scrolling reasons (Closed)
Patch Set: Relocate the logic of updating mainThreadScrollingFromStyle Created 4 years 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <style>
4 .transparent {
5 opacity: 0.5;
6 }
7
8 div {
9 overflow: scroll;
10 width: 200px;
11 height: 300px;
12 background: green;
13 }
14
15 body {
16 height: 2000px;
17 }
18 </style>
19
20 <div id="scroller1" class="transparent">
21 </div>
22 <div id="scroller2" class="transparent">
23 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698