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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/sticky/sticky-scrolls-on-main.html

Issue 2251303003: Implement position: sticky updates on compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master and add comments to WebLayerStickyPositionConstraint members. Created 4 years, 2 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <pre id="mainThreadScrollingReasons"></pre>
3 <div style="position: sticky"></div>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText(true);
7 window.addEventListener('load', function() {
8 document.getElementById("mainThreadScrollingReasons").innerText = window.in ternals.mainThreadScrollingReasons(document);
9 });
10 </script>
OLDNEW
« no previous file with comments | « cc/trees/transform_node.cc ('k') | third_party/WebKit/LayoutTests/fast/css/sticky/sticky-scrolls-on-main-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698