Bug 951793 - Disable the timeout in the web-platform-test for overscroll-behavior. r=jgraham draft
authorBotond Ballo <botond@mozilla.com>
Mon, 20 Nov 2017 14:48:25 -0500
changeset 703294 d058a76b173a951e112d1eef72aacf6d264ea60d
parent 703293 930e5c558a7bef5b1a816a9b8c37b271cc4f155b
child 703295 825cc20e6877c9ec5804c19540b5c4104ee4406c
push id90783
push userbballo@mozilla.com
push dateFri, 24 Nov 2017 21:22:10 +0000
reviewersjgraham
bugs951793
milestone59.0a1
Bug 951793 - Disable the timeout in the web-platform-test for overscroll-behavior. r=jgraham This is a manual test, and the timeout often prevents it from being run to completion manually. MozReview-Commit-ID: DXnqycq5hix
testing/web-platform/tests/css/cssom-view/overscrollBehavior-manual.html
--- a/testing/web-platform/tests/css/cssom-view/overscrollBehavior-manual.html
+++ b/testing/web-platform/tests/css/cssom-view/overscrollBehavior-manual.html
@@ -47,16 +47,17 @@
   <li id="i1">Make two scrolls on <span style="color: blue">BLUE</span>, in this order: scroll UP (or drag down), then scroll LEFT (or drag right). Scroll (or drag) until nothing is scrolling. Then tap on DONE.</li>
   <li id="i2">Repeat the same scrolls as in step 1 and then tap on DONE.</li>
   <li id="i3">Repeat the same scrolls as in step 1 and then tap on DONE.</li>
   <li id="i4">Make two separate scrolls on <span style="color: green">GREEN</span>, in this order: scroll UP (or drag down), then scroll LEFT (or drag right). Scroll (or drag) until nothing is scrolling. Then tap on DONE.</li>
 </ol>
 
 
 <script>
+setup({explicit_timeout: true});
 const container = document.getElementById('container');
 const non_scrollable = document.getElementById('non_scrollable');
 const root = document.getElementById('root');
 var test = async_test("overscroll-behavior prevents scroll-propagation in the area and direction as specified");
 var instruction1 = document.getElementById("i1");
 var instruction2 = document.getElementById("i2");
 var instruction3 = document.getElementById("i3");
 var instruction4 = document.getElementById("i4");