diff --git a/testing/web-platform/tests/annotation-model/tools/make_tests.py b/testing/web-platform/tests/annotation-model/tools/make_tests.py index 615d8b6403daf..e8bb1aec5a77e 100644 --- a/testing/web-platform/tests/annotation-model/tools/make_tests.py +++ b/testing/web-platform/tests/annotation-model/tools/make_tests.py @@ -1,6 +1,3 @@ -# Copyright (c) 2016 W3C -# Released under the W3C Test Suite License: see LICENSE.txt - # This tool creates .html test files for the WPT harness from corresponding .test # files that it finds in the tree for this test collection. diff --git a/testing/web-platform/tests/annotation-protocol/tools/protocol-server.py b/testing/web-platform/tests/annotation-protocol/tools/protocol-server.py index 176d90c484898..e5d121000177a 100644 --- a/testing/web-platform/tests/annotation-protocol/tools/protocol-server.py +++ b/testing/web-platform/tests/annotation-protocol/tools/protocol-server.py @@ -4,10 +4,6 @@ # # Developed by Benjamin Young (@bigbulehat) and Shane McCarron (@halindrome). # Sponsored by Spec-Ops (https://spec-ops.io) -# -# Copyright (c) 2016 Spec-Ops -# -# for license information, see http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html from __future__ import print_function diff --git a/testing/web-platform/tests/html/canvas/tools/LICENSE.txt b/testing/web-platform/tests/html/canvas/tools/LICENSE.txt deleted file mode 100644 index b248aa87ee41a..0000000000000 --- a/testing/web-platform/tests/html/canvas/tools/LICENSE.txt +++ /dev/null @@ -1,36 +0,0 @@ -2DContext and test suite - -Copyright (c) 2010 Philip Taylor - -The code and all associated data files may be used under the terms of the -following license: - - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of works must retain the original copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the original copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the W3C nor the names of its contributors may be used to - endorse or promote products derived from this work without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -Alternatively, the code and data may be used under the terms of -http://www.w3.org/Consortium/Legal/2008/04-testsuite-license.html diff --git a/testing/web-platform/tests/html/canvas/tools/gentestutils.py b/testing/web-platform/tests/html/canvas/tools/gentestutils.py index b692d88e09a7d..0e70eaa7174b9 100644 --- a/testing/web-platform/tests/html/canvas/tools/gentestutils.py +++ b/testing/web-platform/tests/html/canvas/tools/gentestutils.py @@ -1,9 +1,6 @@ -# Copyright (c) 2010 Philip Taylor -# Released under the BSD license and W3C Test Suite License: see LICENSE.txt - # Current code status: # -# This was originally written for use at +# This was originally written by Philip Taylor for use at # http://philip.html5.org/tests/canvas/suite/tests/ # # It has been adapted for use with the Web Platform Test Suite suite at diff --git a/testing/web-platform/tests/html/canvas/tools/templates.yaml b/testing/web-platform/tests/html/canvas/tools/templates.yaml index 1adc7ecc1d112..af0e656dd6d27 100644 --- a/testing/web-platform/tests/html/canvas/tools/templates.yaml +++ b/testing/web-platform/tests/html/canvas/tools/templates.yaml @@ -1,6 +1,3 @@ -# Copyright (c) 2010 Philip Taylor -# Released under the BSD license and W3C Test Suite License: see LICENSE.txt - w3c: | diff --git a/testing/web-platform/tests/html/resources/common.js b/testing/web-platform/tests/html/resources/common.js index d23495ef8d182..63c1cc8522b0e 100644 --- a/testing/web-platform/tests/html/resources/common.js +++ b/testing/web-platform/tests/html/resources/common.js @@ -1,13 +1,3 @@ -/* -Distributed under both the W3C Test Suite License [1] and the W3C -3-clause BSD License [2]. To contribute to a W3C Test Suite, see the -policies and contribution forms [3]. - -[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license -[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license -[3] http://www.w3.org/2004/10/27-testcases - */ - "use strict"; var HTML5_ELEMENTS = [ 'a', 'abbr', 'address', 'area', 'article', 'aside', diff --git a/testing/web-platform/tests/js/builtins/Object.prototype.freeze.html b/testing/web-platform/tests/js/builtins/Object.prototype.freeze.html index 028aa1ecd5473..1e5ed418a97be 100644 --- a/testing/web-platform/tests/js/builtins/Object.prototype.freeze.html +++ b/testing/web-platform/tests/js/builtins/Object.prototype.freeze.html @@ -1,13 +1,4 @@ - diff --git a/testing/web-platform/tests/js/builtins/Object.prototype.hasOwnProperty-prototype-chain.html b/testing/web-platform/tests/js/builtins/Object.prototype.hasOwnProperty-prototype-chain.html index e64d0b7163283..7c02257fbc470 100644 --- a/testing/web-platform/tests/js/builtins/Object.prototype.hasOwnProperty-prototype-chain.html +++ b/testing/web-platform/tests/js/builtins/Object.prototype.hasOwnProperty-prototype-chain.html @@ -1,13 +1,4 @@ - diff --git a/testing/web-platform/tests/js/builtins/Object.prototype.preventExtensions.html b/testing/web-platform/tests/js/builtins/Object.prototype.preventExtensions.html index 41ce2b9a2e9e0..ceea7b3dd1c50 100644 --- a/testing/web-platform/tests/js/builtins/Object.prototype.preventExtensions.html +++ b/testing/web-platform/tests/js/builtins/Object.prototype.preventExtensions.html @@ -1,13 +1,4 @@ - diff --git a/testing/web-platform/tests/js/builtins/Object.prototype.seal.html b/testing/web-platform/tests/js/builtins/Object.prototype.seal.html index ae371dd664a04..ad84d8c2186a8 100644 --- a/testing/web-platform/tests/js/builtins/Object.prototype.seal.html +++ b/testing/web-platform/tests/js/builtins/Object.prototype.seal.html @@ -1,13 +1,4 @@ - diff --git a/testing/web-platform/tests/navigation-timing/resources/webperftestharness.js b/testing/web-platform/tests/navigation-timing/resources/webperftestharness.js index 0c27c2ee307f4..afe09530d7586 100644 --- a/testing/web-platform/tests/navigation-timing/resources/webperftestharness.js +++ b/testing/web-platform/tests/navigation-timing/resources/webperftestharness.js @@ -1,18 +1,5 @@ -/* -Distributed under both the W3C Test Suite License [1] and the W3C -3-clause BSD License [2]. To contribute to a W3C Test Suite, see the -policies and contribution forms [3]. - -[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license -[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license -[3] http://www.w3.org/2004/10/27-testcases - -author: W3C http://www.w3.org/ -help: http://www.w3.org/TR/navigation-timing/#sec-window.performance-attribute - */ - // -// Helper Functions for NavigationTiming W3C tests +// Helper functions for Navigation Timing tests // var timingAttributes = [ diff --git a/testing/web-platform/tests/page-visibility/resources/pagevistestharness.js b/testing/web-platform/tests/page-visibility/resources/pagevistestharness.js index 1dfe03d740c05..d164d4603bfe8 100644 --- a/testing/web-platform/tests/page-visibility/resources/pagevistestharness.js +++ b/testing/web-platform/tests/page-visibility/resources/pagevistestharness.js @@ -1,16 +1,7 @@ -/* -Distributed under both the W3C Test Suite License [1] and the W3C -3-clause BSD License [2]. To contribute to a W3C Test Suite, see the -policies and contribution forms [3]. - -[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license -[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license -[3] http://www.w3.org/2004/10/27-testcases -*/ - // -// Helper Functions for PageVisibility W3C tests +// Helper functions for Page Visibility tests // + var VISIBILITY_STATES = { HIDDEN: "hidden", diff --git a/testing/web-platform/tests/resource-timing/resources/webperftestharnessextension.js b/testing/web-platform/tests/resource-timing/resources/webperftestharnessextension.js index f131d4d162247..dc02c075b3d07 100644 --- a/testing/web-platform/tests/resource-timing/resources/webperftestharnessextension.js +++ b/testing/web-platform/tests/resource-timing/resources/webperftestharnessextension.js @@ -1,12 +1,6 @@ -/* -Distributed under both the W3C Test Suite License [1] and the W3C -3-clause BSD License [2]. To contribute to a W3C Test Suite, see the -policies and contribution forms [3]. - -[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license -[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license -[3] http://www.w3.org/2004/10/27-testcases - */ +// +// Helper functions for Resource Timing tests +// var mark_names = [ '', diff --git a/testing/web-platform/tests/resources/idlharness.js b/testing/web-platform/tests/resources/idlharness.js index f1109938a9fa8..2d561cb47f61f 100644 --- a/testing/web-platform/tests/resources/idlharness.js +++ b/testing/web-platform/tests/resources/idlharness.js @@ -1,13 +1,3 @@ -/* -Distributed under both the W3C Test Suite License [1] and the W3C -3-clause BSD License [2]. To contribute to a W3C Test Suite, see the -policies and contribution forms [3]. - -[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license -[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license -[3] http://www.w3.org/2004/10/27-testcases -*/ - /* For user documentation see docs/_writing-tests/idlharness.md */ /** diff --git a/testing/web-platform/tests/resources/testharness.js b/testing/web-platform/tests/resources/testharness.js index 0c56227f7ab73..f85b19fd9bd90 100644 --- a/testing/web-platform/tests/resources/testharness.js +++ b/testing/web-platform/tests/resources/testharness.js @@ -1,14 +1,5 @@ /*global self*/ /*jshint latedef: nofunc*/ -/* -Distributed under both the W3C Test Suite License [1] and the W3C -3-clause BSD License [2]. To contribute to a W3C Test Suite, see the -policies and contribution forms [3]. - -[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license -[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license -[3] http://www.w3.org/2004/10/27-testcases -*/ /* Documentation: https://web-platform-tests.org/writing-tests/testharness-api.html * (../docs/_writing-tests/testharness-api.md) */ diff --git a/testing/web-platform/tests/shadow-dom/resources/shadow-dom-utils.js b/testing/web-platform/tests/shadow-dom/resources/shadow-dom-utils.js index 37c9a9a23cd16..46cffd3141195 100644 --- a/testing/web-platform/tests/shadow-dom/resources/shadow-dom-utils.js +++ b/testing/web-platform/tests/shadow-dom/resources/shadow-dom-utils.js @@ -1,15 +1,3 @@ -// Copyright 2012 Google Inc. All Rights Reserved. - -/* -Distributed under both the W3C Test Suite License [1] and the W3C -3-clause BSD License [2]. To contribute to a W3C Test Suite, see the -policies and contribution forms [3]. - -[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license -[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license -[3] http://www.w3.org/2004/10/27-testcases -*/ - "use strict"; // custom element is also allowed. diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-006.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-006.html index 7b5a08d3c33b1..bfbfde36e2ac8 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-006.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-006.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_02_01_06 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-001.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-001.html index d226c5918a2dd..c1c44980e1bce 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_02_02_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-002.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-002.html index 40e527c8f4a6b..f7e1595a01350 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-002.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-002.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_02_02_02 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/activeElement-confirm-return-null.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/activeElement-confirm-return-null.html index f0c55ff0156ae..417995d75e299 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/activeElement-confirm-return-null.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/activeElement-confirm-return-null.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Confirm activeElement return null diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-007.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-007.html index b7f1f5c2d8fbd..d8868f5695008 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-007.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-007.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_01_01_03_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-009.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-009.html index db02a42c3f6fc..219c57826680f 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-009.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-009.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_01_01_04_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-010.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-010.html index 2248d6898862a..4207065867c79 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-010.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-010.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_01_01_04_02 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-011.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-011.html index 48d22926cdaed..74c2c9877f479 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-011.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-011.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_01_01_05_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-012.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-012.html index e87443cb54e25..af06e4fafb42e 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-012.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-012.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_01_01_06 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-013.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-013.html index 6086ed1794ab7..3f754c0381067 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-013.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-013.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_01_01_07 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-001.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-001.html index 56f89dd3d454d..6093313a0e099 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_01_02_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-004.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-004.html index 1cd62c4a5ac46..dc087680ddf21 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-004.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-004.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_01_02_04 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-006.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-006.html index 38229ebbaded5..cf10846cc9765 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-006.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-006.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_01_02_06_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-007.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-007.html index fc29b256f9619..371c5fa851e4c 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-007.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-007.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_01_02_06_02 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010.html b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010.html index c183962d718cc..8e11f739cef27 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_10_01_02_09 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/events/event-dispatch/test-002.html b/testing/web-platform/tests/shadow-dom/untriaged/events/event-dispatch/test-002.html index 512bee77b35ab..663337526a2c5 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/events/event-dispatch/test-002.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/events/event-dispatch/test-002.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_05_05_02 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/events/event-dispatch/test-003.html b/testing/web-platform/tests/shadow-dom/untriaged/events/event-dispatch/test-003.html index 20c00318c231d..bd81521018357 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/events/event-dispatch/test-003.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/events/event-dispatch/test-003.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_05_05_03 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/events/event-retargeting/test-001.html b/testing/web-platform/tests/shadow-dom/untriaged/events/event-retargeting/test-001.html index 227d9e18b3f31..4ad3ac5ce9612 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/events/event-retargeting/test-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/events/event-retargeting/test-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_05_01_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/events/event-retargeting/test-003.html b/testing/web-platform/tests/shadow-dom/untriaged/events/event-retargeting/test-003.html index 5e1d9bb321e3b..23ee9ad723cab 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/events/event-retargeting/test-003.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/events/event-retargeting/test-003.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_05_01_03 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-focus-events/test-001.html b/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-focus-events/test-001.html index 296346bf1201f..ce21769e3a313 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-focus-events/test-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-focus-events/test-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_05_03_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-focus-events/test-002.html b/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-focus-events/test-002.html index 0e22dd6fbd860..9c0eb23ae4c46 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-focus-events/test-002.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-focus-events/test-002.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_05_03_02 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-focus-events/test-003.html b/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-focus-events/test-003.html index 19e4b9967ceb0..55fdde130742c 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-focus-events/test-003.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-focus-events/test-003.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_05_03_03 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-001.html b/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-001.html index ef9a24113f937..5b0ed3fddd566 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_05_02_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-002.html b/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-002.html index 22be13713229b..3a8ea47e76b2c 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-002.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-002.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_05_02_02 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-003.html b/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-003.html index 3e8d6709e4083..900a3ac7fe1c6 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-003.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-003.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_05_02_03 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/events/test-001.html b/testing/web-platform/tests/shadow-dom/untriaged/events/test-001.html index 4e56c405105b2..b150f282f4e66 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/events/test-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/events/test-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_05_00_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-001.html b/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-001.html index c8cfeceee6a9a..2783e5f15ef8b 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_08_02_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-002.html b/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-002.html index 2d063c06a142b..597d985bee165 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-002.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-002.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_08_02_02 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-003.html b/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-003.html index b795fc38f9ca9..96c1027473989 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-003.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-003.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_08_02_03 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-001.html b/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-001.html index 9be80bde95b00..f8dd40ea2aeb0 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_08_01_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-002.html b/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-002.html index 2263cd6125a42..397acd83e7e4c 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-002.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-002.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_08_01_02 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/reprojection/reprojection-001-ref.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/reprojection/reprojection-001-ref.html index 98c7a609c4fe0..c74cf99e70df8 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/reprojection/reprojection-001-ref.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/reprojection/reprojection-001-ref.html @@ -1,13 +1,4 @@ - diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/reprojection/reprojection-001.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/reprojection/reprojection-001.html index 8bd2bb6f6d851..e2f5212b9a6fc 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/reprojection/reprojection-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/reprojection/reprojection-001.html @@ -1,13 +1,4 @@ - diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-001-ref.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-001-ref.html index d80fcccbf395d..619f337853838 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-001-ref.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-001-ref.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Basic shadow root (reference) diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-001.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-001.html index 67843b0678334..99cacded05b8e 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Basic shadow root diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-002-ref.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-002-ref.html index 77b472d7825e7..eda41b9c04bc9 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-002-ref.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-002-ref.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Basic distribution (reference) diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-002.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-002.html index 24d5d016b91a5..a26e817aaec54 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-002.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-002.html @@ -1,13 +1,4 @@ - diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html index 71421481e0739..3007fafc546d7 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Upper-boundary encapsulation: document's DOM tree accessors diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html index 7a8f9f3d2b2fd..88a2efc2d30aa 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Upper-boundary encapsulation: shadow root's DOM tree accessors diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-001.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-001.html index 3a184f46cb7a9..58c8adc087441 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Upper-boundary encapsuration on ownerDocument: basic tests diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-002.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-002.html index 0b4de7f7ffe9c..aa44ba7a6a530 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-002.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-002.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Upper-boundary encapsuration on ownerDocument: with all HTML5 elements diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-001.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-001.html index 1ce5c65bdf970..f3ca2b786f9e1 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Upper-boundary encapsulation: document's Selector APIs diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-002.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-002.html index 1737280426aea..6167f57e4e536 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-002.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-002.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Upper-boundary encapsulation: shadow root's Selector APIs diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/shadow-root-001.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/shadow-root-001.html index 8e40fb23edd9f..97f5c35717813 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/shadow-root-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/shadow-root-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Shadow root's parentNode() and parentElement() diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-005.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-005.html index 0cf978a2699f8..b82a9523a9eee 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-005.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-005.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_04_01_05 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-007.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-007.html index 77f100d630564..0cfe169b441ce 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-007.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-007.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_04_01_07 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-009.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-009.html index 57d8ec8be9cf8..f37f17bc1a394 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-009.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-009.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_04_01_09 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-011.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-011.html index 58135b107304c..48ac1c7540ca6 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-011.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-011.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_04_01_11 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-001.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-001.html index f0aefee379a53..6e4cbbd9b7e4d 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Window object named properties: Frames diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-002.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-002.html index 45c0bf6a673d5..957e087e86012 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-002.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-002.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Window object named properties: "name" attribute diff --git a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-003.html b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-003.html index b34f766f85c1c..539692b417c9d 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-003.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-003.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Window object named properties: "id" attribute diff --git a/testing/web-platform/tests/shadow-dom/untriaged/styles/not-apply-in-shadow-root-001-ref.html b/testing/web-platform/tests/shadow-dom/untriaged/styles/not-apply-in-shadow-root-001-ref.html index fdcc6e5ba2129..947c01a8f5d03 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/styles/not-apply-in-shadow-root-001-ref.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/styles/not-apply-in-shadow-root-001-ref.html @@ -1,13 +1,4 @@ - Shadow DOM Test diff --git a/testing/web-platform/tests/shadow-dom/untriaged/styles/not-apply-in-shadow-root-001.html b/testing/web-platform/tests/shadow-dom/untriaged/styles/not-apply-in-shadow-root-001.html index 7c27d98d4af5f..99c130ef59a04 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/styles/not-apply-in-shadow-root-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/styles/not-apply-in-shadow-root-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test - Tests CSS rules must not apply in a shadow root diff --git a/testing/web-platform/tests/shadow-dom/untriaged/styles/test-001.html b/testing/web-platform/tests/shadow-dom/untriaged/styles/test-001.html index fd91574b6578e..d773d248c12c3 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/styles/test-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/styles/test-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_06_00_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/styles/test-003.html b/testing/web-platform/tests/shadow-dom/untriaged/styles/test-003.html index ab30e0cc67ae4..b5b2529861c10 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/styles/test-003.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/styles/test-003.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_06_00_03 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/styles/test-005.html b/testing/web-platform/tests/shadow-dom/untriaged/styles/test-005.html index 0debdec5fcb33..94dbb551dc004 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/styles/test-005.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/styles/test-005.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_06_00_06 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/styles/test-008.html b/testing/web-platform/tests/shadow-dom/untriaged/styles/test-008.html index b84ca4df7d728..4b810af1c86ba 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/styles/test-008.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/styles/test-008.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_06_00_09 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-001.html b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-001.html index 0c3b033da9963..9d4b026ad8103 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_07_03_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-002.html b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-002.html index ed679ee91a399..af3165afebc31 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-002.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-002.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_07_03_02 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html index 28225ac4a4345..c09832cd7e737 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: Inheritance of contentEditable attribute diff --git a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html index 2df78d8a628b9..3a234e8b81785 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_07_01_01 diff --git a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html index 76ff0f5dd68c0..55cd91e458fc8 100644 --- a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html +++ b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html @@ -1,13 +1,4 @@ - Shadow DOM Test: A_07_01_02 diff --git a/testing/web-platform/tests/user-timing/resources/webperftestharness.js b/testing/web-platform/tests/user-timing/resources/webperftestharness.js index 0433dfcc6dfef..2fbd0210de906 100644 --- a/testing/web-platform/tests/user-timing/resources/webperftestharness.js +++ b/testing/web-platform/tests/user-timing/resources/webperftestharness.js @@ -1,18 +1,5 @@ -/* -Distributed under both the W3C Test Suite License [1] and the W3C -3-clause BSD License [2]. To contribute to a W3C Test Suite, see the -policies and contribution forms [3]. - -[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license -[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license -[3] http://www.w3.org/2004/10/27-testcases - -author: W3C http://www.w3.org/ -help: http://www.w3.org/TR/navigation-timing/#sec-window.performance-attribute - */ - // -// Helper Functions for NavigationTiming W3C tests +// Helper functions for User Timing tests // var timingAttributes = [ diff --git a/testing/web-platform/tests/user-timing/resources/webperftestharnessextension.js b/testing/web-platform/tests/user-timing/resources/webperftestharnessextension.js index 07699efafb552..8640918d4f255 100644 --- a/testing/web-platform/tests/user-timing/resources/webperftestharnessextension.js +++ b/testing/web-platform/tests/user-timing/resources/webperftestharnessextension.js @@ -1,12 +1,6 @@ -/* -Distributed under both the W3C Test Suite License [1] and the W3C -3-clause BSD License [2]. To contribute to a W3C Test Suite, see the -policies and contribution forms [3]. - -[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license -[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license -[3] http://www.w3.org/2004/10/27-testcases - */ +// +// Helper functions for User Timing tests +// var mark_names = [ '', diff --git a/testing/web-platform/tests/web-animations/testcommon.js b/testing/web-platform/tests/web-animations/testcommon.js index 933ee95af2bfa..609fa9384d518 100644 --- a/testing/web-platform/tests/web-animations/testcommon.js +++ b/testing/web-platform/tests/web-animations/testcommon.js @@ -1,13 +1,3 @@ -/* -Distributed under both the W3C Test Suite License [1] and the W3C -3-clause BSD License [2]. To contribute to a W3C Test Suite, see the -policies and contribution forms [3]. - -[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license -[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license -[3] http://www.w3.org/2004/10/27-testcases - */ - 'use strict'; const MS_PER_SEC = 1000;