Bug 1205671 - Request long timeout for selection/extend.html. draft
authorTing-Yu Lin <tlin@mozilla.com>
Mon, 21 Mar 2016 21:44:41 +0800
changeset 342856 652059ab8de5cea689ba4eabff14eabd68936b61
parent 342671 f14898695ee0dd14615914f3e1401f17df57fdd7
child 516637 e72e055c5db0408ee78898bdb4fd2dab46ee390a
push id13473
push usertlin@mozilla.com
push dateMon, 21 Mar 2016 13:45:27 +0000
bugs1205671
milestone48.0a1
Bug 1205671 - Request long timeout for selection/extend.html. MozReview-Commit-ID: 35WbbRaRQca
testing/web-platform/meta/MANIFEST.json
testing/web-platform/meta/selection/extend.html.ini
testing/web-platform/tests/selection/extend.html
--- a/testing/web-platform/meta/MANIFEST.json
+++ b/testing/web-platform/meta/MANIFEST.json
@@ -34828,16 +34828,23 @@
           }
         ],
         "fetch/api/request/request-cache.html": [
           {
             "path": "fetch/api/request/request-cache.html",
             "timeout": "long",
             "url": "/fetch/api/request/request-cache.html"
           }
+        ],
+        "selection/extend.html": [
+          {
+            "path": "selection/extend.html",
+            "timeout": "long",
+            "url": "/selection/extend.html"
+          }
         ]
       }
     },
     "reftest_nodes": {}
   },
   "reftest_nodes": {
     "2dcontext/building-paths/canvas_complexshapes_arcto_001.htm": [
       {
--- a/testing/web-platform/meta/selection/extend.html.ini
+++ b/testing/web-platform/meta/selection/extend.html.ini
@@ -1,12 +1,10 @@
 [extend.html]
   type: testharness
-  disabled:
-    if e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1205671
   [extend() with range 1 [paras[0\].firstChild, 0, paras[0\].firstChild, 0\] and point 20 [foreignPara1.firstChild, 0\]]
     expected: FAIL
 
   [extend() with range 1 [paras[0\].firstChild, 0, paras[0\].firstChild, 0\] and point 21 [foreignPara1.firstChild, 1\]]
     expected: FAIL
 
   [extend() with range 1 [paras[0\].firstChild, 0, paras[0\].firstChild, 0\] and point 22 [foreignPara1.firstChild, 8\]]
     expected: FAIL
--- a/testing/web-platform/tests/selection/extend.html
+++ b/testing/web-platform/tests/selection/extend.html
@@ -1,11 +1,12 @@
 <!doctype html>
 <title>Selection extend() tests</title>
 <meta charset=utf-8>
+<meta name=timeout content=long>
 <body>
 <script src=/resources/testharness.js></script>
 <script src=/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <div id=log></div>
 <script>
 "use strict";