diff --git a/testing/web-platform/tests/css/css-position/sticky/position-sticky-nested-table.html b/testing/web-platform/tests/css/css-position/sticky/position-sticky-nested-table.html index 7a5fca415dce..51ea20588ae1 100644 --- a/testing/web-platform/tests/css/css-position/sticky/position-sticky-nested-table.html +++ b/testing/web-platform/tests/css/css-position/sticky/position-sticky-nested-table.html @@ -64,7 +64,6 @@ window.addEventListener('load', function() { document.getElementById('scroller1').scrollTop = 50; document.getElementById('scroller2').scrollTop = 125; document.getElementById('scroller3').scrollTop = 250; - createIndicatorForStickyElements(document.querySelectorAll('.sticky')); });