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

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

Issue 1308273010: Adapt and reland old position sticky implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make sticky vertical ref tests expectations not dependent on font size. Created 4 years, 8 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

Powered by Google App Engine
This is Rietveld 408576698