diff --git a/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_2.html b/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_2.html index f1be0439df3670..8202a892a34908 100644 --- a/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_2.html +++ b/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_2.html @@ -6,7 +6,7 @@

 
 '); return ''})()">
 Test
 '); return ''})()" href="href.html">Test
 
 
diff --git a/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-manual.html b/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-manual.html index d69d7d7a82380c..ca9dd91f2e16a6 100644 --- a/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-manual.html +++ b/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-manual.html @@ -5,6 +5,6 @@
diff --git a/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-manual.html b/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-manual.html index 27d395d22c46bd..57eaabcd0cea1d 100644 --- a/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-manual.html +++ b/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-manual.html @@ -5,6 +5,6 @@
diff --git a/html/interaction/focus/focus-01.html b/html/interaction/focus/focus-01.html index 9d1bf1b6c7d3f3..b3696e9794ed29 100644 --- a/html/interaction/focus/focus-01.html +++ b/html/interaction/focus/focus-01.html @@ -21,7 +21,7 @@ setup(function () { testEle = document.getElementById("test"); testEle.focus(); -}, {timeout: 10000}); +}); document.onkeydown = t1.step_func_done(function(evt){ assert_equals(evt.target, testEle, "The keydown events must be targeted at the input element."); diff --git a/html/interaction/focus/sequential-focus-navigation-and-the-tabindex-attribute/focus-tabindex-order.html b/html/interaction/focus/sequential-focus-navigation-and-the-tabindex-attribute/focus-tabindex-order.html index 45429cc1a72c65..eadd95aac52763 100644 --- a/html/interaction/focus/sequential-focus-navigation-and-the-tabindex-attribute/focus-tabindex-order.html +++ b/html/interaction/focus/sequential-focus-navigation-and-the-tabindex-attribute/focus-tabindex-order.html @@ -31,7 +31,7 @@ setup(function () { document.body.focus(); -}, {timeout: 20000}); +}); diff --git a/html/semantics/embedded-content/media-elements/event_canplay.html b/html/semantics/embedded-content/media-elements/event_canplay.html index e79c5d1c76dc09..e5c632bc17bb8d 100644 --- a/html/semantics/embedded-content/media-elements/event_canplay.html +++ b/html/semantics/embedded-content/media-elements/event_canplay.html @@ -15,7 +15,7 @@