| Index: third_party/WebKit/LayoutTests/fast/css/sticky/sticky-scrolls-on-main.html | 
| diff --git a/third_party/WebKit/LayoutTests/fast/css/sticky/sticky-scrolls-on-main.html b/third_party/WebKit/LayoutTests/fast/css/sticky/sticky-scrolls-on-main.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..6b0e61973d9011b93ba3961f9b35cf9b6e243be0 | 
| --- /dev/null | 
| +++ b/third_party/WebKit/LayoutTests/fast/css/sticky/sticky-scrolls-on-main.html | 
| @@ -0,0 +1,10 @@ | 
| +<!DOCTYPE html> | 
| +<pre id="mainThreadScrollingReasons"></pre> | 
| +<div style="position: sticky"></div> | 
| +<script> | 
| + if (window.testRunner) | 
| +     testRunner.dumpAsText(true); | 
| + window.addEventListener('load', function() { | 
| +     document.getElementById("mainThreadScrollingReasons").innerText = window.internals.mainThreadScrollingReasons(document); | 
| + }); | 
| +</script> | 
|  |