Commit Graph

70 Commits

Author SHA1 Message Date
Ms2ger
e7429d8364 Bug 1173288 - Update testharness code in imptests; rs=jgraham 2015-06-20 09:16:51 +02:00
Geoff Brown
189bc40719 Bug 1078287 - Skip test_Range-mutations.html on Android for frequent time-outs; r=trivial,test-only 2015-05-15 11:59:05 -06:00
John Daggett
3146486363 Bug 1056479 p11 - properly annotate mulet reftests. r=m_kato 2015-05-13 14:11:26 +09:00
Geoff Brown
8b83aca734 Bug 1140454 - Skip some tests on Android 4.3 Debug for intermittent failures; r=me,trivial 2015-05-09 20:04:44 -06:00
Geoff Brown
b4ff201254 Bug 1078287 - Disable test_Range-mutations on Android 4.3 for intermittent failures; r=trivial,test-only 2015-04-24 17:19:25 -06:00
Blake Kaplan
0a803d9447 Bug 582297 - Make <keygen> work in e10s. r=billm/dkeeler 2014-11-26 14:28:28 -08:00
Andrea Marchesini
733f01834b Bug 1055467 - Rename MozNamedAttrMap to NamedNodeMap, r=smaug
--HG--
rename : dom/webidl/MozNamedAttrMap.webidl => dom/webidl/NamedNodeMap.webidl
2014-08-25 10:25:34 +01:00
Boris Zbarsky
f36664672f Bug 1031945. Don't expose showModalDialog on Window if it's preffed off. r=smaug 2014-07-26 01:41:10 -04:00
Boris Zbarsky
ac9f0ba11d Bug 843840 part 2. Add a way to ask DOM proxies for only their enumerable property names, and use that in the enumerate hook. r=peterv 2014-04-15 22:58:44 -04:00
Boris Zbarsky
938ba48ab7 Bug 843840 part 1. Add a way to ask DOM proxies with a named getter whether a property is enumerable or not and use that information in getOwnPropertyDescriptor. r=peterv 2014-04-15 22:58:44 -04:00
Boris Zbarsky
e10e715648 Bug 985536. Go back to allowing optional any with no default value in WebIDL, but treat it as having a default value of undefined. r=khuey 2014-04-03 23:32:11 -04:00
Bill McCloskey
55b9a81b26 Bug 986685 - [e10s] Disable some DOM tests (r=smaug) 2014-03-28 11:25:19 -07:00
L. David Baron
7715383653 Bug 986409 - Skip fewer entire reftest directories on B2G. r=roc 2014-03-23 18:44:50 -07:00
Vaibhav Agarwal
086e8d6332 Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher 2014-03-12 11:41:08 -04:00
Vaibhav Agarwal
262a9b4cd4 Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-03-12 06:16:12 -04:00
Gregory Szorc
6855aa46f4 Bug 979640 - Make build system error on missing test files; r=ted
Previously, the build system may silently missing test files defined in
manifests. This patch makes missing test files a fatal error, detected
when reading test manifests.

The test_bug872273.html XBL test appeared to be orphaned in
content/xbl/test. It has been reunited with its family.

dom/tests/mochitest/notification referenced a single test file which was
recently deleted. That manifest has been removed.

Missing test files related to the Python unit tests for the build system
have been added. (They are a bunch of empty files.)

--HG--
extra : amend_source : cb6b9bf91e57569c8be312d3c16fef69b2b0b950
2014-03-04 17:48:50 -08:00
Ryan VanderMeulen
31a858278a Backed out changeset 593206fbd97e (bug 979640) for mochitest-other failures.
CLOSED TREE
2014-03-05 13:52:02 -05:00
Gregory Szorc
1944284f31 Bug 979640 - Make build system error on missing test files; r=ted
Previously, the build system may silently missing test files defined in
manifests. This patch makes missing test files a fatal error, detected
when reading test manifests.

The test_bug872273.html XBL test appeared to be orphaned in
content/xbl/test. It has been reunited with its family.

dom/tests/mochitest/notification referenced a single test file which was
recently deleted. That manifest has been removed.

Missing test files related to the Python unit tests for the build system
have been added. (They are a bunch of empty files.)

--HG--
extra : rebase_source : 8c64986169064401951585c07deadada8c905550
2014-03-04 17:48:50 -08:00
Bobby Holley
2f86bccb4a Bug 976105 - Remove test-suite dependency on unprivileged calls to constructor-as-function. r=bz 2014-02-24 14:40:21 -08:00
Boris Zbarsky
2166b04394 Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey 2014-02-19 10:13:38 -05:00
Gregory Szorc
11ed62c517 Bug 924160 - Part a: Use mochitest manifests for the tests in dom/imptests; p=gps+Ms2ger r=Ms2ger+gps 2013-10-07 20:56:52 +02:00
Boris Zbarsky
661130813a Bug 952365. Add a TreatNonObjectAsNull annotation for WebIDL callback functions and use it for event handlers, since web sites depend on assigning non-callable objects to them in some cases. r=peterv 2014-01-13 15:08:56 -05:00
Ms2ger
c285e64267 Bug 952018 - Part b: Update web-platform-tests tests; r=jgraham 2013-12-31 10:06:11 +01:00
Boris Zbarsky
83e066b926 Bug 937461. Make cloneNode/importNode "deep" arg default to false, since the spec changed on us. r=sicking 2013-12-20 14:28:17 -05:00
Boris Zbarsky
e8648bffc9 Bug 932501. Drop nextElementSibling/previousElementSibling from DocumentType. r=smaug 2013-11-17 00:10:19 -05:00
Peter Van der Beken
255e6fe560 Bug 932322 - Make Window's WebIDL properties be own properties of window. r=bz.
--HG--
extra : rebase_source : 5595267a420f81f20e5e227712886c9329bec473
2013-10-08 18:18:40 +02:00
Ryan VanderMeulen
78649cfa0f Backed out 3 changesets (bug 932309, bug 932322) for Linux mochitest-bc timeouts on a CLOSED TREE.
Backed out changeset aea34e69d171 (bug 932322)
Backed out changeset 2b99a0f6ff1b (bug 932309)
Backed out changeset 0e3bcb78784e (bug 932309)
2013-11-04 14:31:21 -05:00
Peter Van der Beken
96bb7d1a68 Bug 932322 - Make Window's WebIDL properties be own properties of window. r=bz.
--HG--
extra : rebase_source : b8ce4fedf7fc46b14a1d01663945d1b0e22bdcdd
2013-10-08 18:18:40 +02:00
Boris Zbarsky
4eb56cc9c3 Bug 882541 part 4. Treat undefined as missing for optional WebIDL arguments. r=khuey,ms2ger 2013-10-11 12:28:24 -04:00
Ryan VanderMeulen
0edc7e9bf0 Backed out changeset 33c9ee1b4564 (bug 875585) cuz thats how we roll when it's a CLOSED TREE. 2013-10-30 23:18:24 -04:00
Robert O'Callahan
4628081ead Bug 933072. Make all Range tests only create 1 or 2 iframes instead of one or two per subtest. r=khuey (CLOSED TREE) 2013-10-31 15:16:27 +13:00
Andrew McCreight
2b917ac4b4 Bug 875585 - re-disable test_Range-surroundContents for pushing us off the OOM cliff by holding alive many iframes on this CLOSED TREE. rs=RyanVM 2013-10-30 17:21:09 -07:00
Ms2ger
35c5e8ff0b Bug 910121 - Update web-platform-test tests. 2013-10-20 09:25:20 +02:00
Ed Morley
566ebb2848 Backed out changeset ccf11ae08ba2 (bug 882541) 2013-10-14 17:30:43 +01:00
Boris Zbarsky
cf941f0cb7 Bug 882541 part 4. Treat undefined as missing for optional WebIDL arguments. r=khuey,ms2ger 2013-10-11 12:28:24 -04:00
Masatoshi Kimura
cd4cf13716 Bug 885107 - Sync testharness with the latest upstream. r=Ms2ger 2013-10-01 00:35:32 +09:00
Masatoshi Kimura
808d5ed7c4 Bug 921298 - Allow uncaught exceptions in test_EventTarget-dispatchEvent.html. r=Ms2ger 2013-10-01 00:35:32 +09:00
Ms2ger
71999363ad Bug 920064 - Fix DOM test_interfaces.html; r=jgraham 2013-09-25 19:28:57 +02:00
Ms2ger
3076828e3f Bug 920043 - Update DOM tests from web-platform-tests; f=RyanVM rs=mounir
--HG--
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_exceptions.html.json => dom/imptests/failures/html/dom/errors/test_exceptions.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-createElementNS.html.json => dom/imptests/failures/html/dom/nodes/test_Document-createElementNS.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-getElementsByTagName.html.json => dom/imptests/failures/html/dom/nodes/test_Document-getElementsByTagName.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-isEqualNode.xhtml.json => dom/imptests/failures/html/dom/nodes/test_Node-isEqualNode.xhtml.json
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_Node-properties.html.json => dom/imptests/failures/html/dom/nodes/test_Node-properties.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/submissions/Ms2ger/test_attributes.html.json => dom/imptests/failures/html/dom/nodes/test_attributes.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/submissions/Ms2ger/test_case.html.json => dom/imptests/failures/html/dom/nodes/test_case.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-10.xml.json => dom/imptests/failures/html/dom/nodes/test_getElementsByClassName-10.xml.json
rename : dom/imptests/failures/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-11.xml.json => dom/imptests/failures/html/dom/nodes/test_getElementsByClassName-11.xml.json
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_Range-cloneContents.html.json => dom/imptests/failures/html/dom/ranges/test_Range-cloneContents.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_Range-cloneRange.html.json => dom/imptests/failures/html/dom/ranges/test_Range-cloneRange.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_Range-collapse.html.json => dom/imptests/failures/html/dom/ranges/test_Range-collapse.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_Range-commonAncestorContainer.html.json => dom/imptests/failures/html/dom/ranges/test_Range-commonAncestorContainer.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_Range-compareBoundaryPoints.html.json => dom/imptests/failures/html/dom/ranges/test_Range-compareBoundaryPoints.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_Range-comparePoint.html.json => dom/imptests/failures/html/dom/ranges/test_Range-comparePoint.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_Range-deleteContents.html.json => dom/imptests/failures/html/dom/ranges/test_Range-deleteContents.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_Range-extractContents.html.json => dom/imptests/failures/html/dom/ranges/test_Range-extractContents.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_Range-intersectsNode.html.json => dom/imptests/failures/html/dom/ranges/test_Range-intersectsNode.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_Range-isPointInRange.html.json => dom/imptests/failures/html/dom/ranges/test_Range-isPointInRange.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_Range-set.html.json => dom/imptests/failures/html/dom/ranges/test_Range-set.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/submissions/Ms2ger/test_historical.html.json => dom/imptests/failures/html/dom/test_historical.html.json
rename : dom/imptests/failures/webapps/DOMCore/tests/approved/test_interfaces.html.json => dom/imptests/failures/html/dom/test_interfaces.html.json
rename : dom/imptests/webapps/DOMCore/tests/approved/common.js => dom/imptests/html/dom/common.js
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/constants.js => dom/imptests/html/dom/constants.js
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_DOMException-constants.html => dom/imptests/html/dom/errors/test_DOMException-constants.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_exceptions.html => dom/imptests/html/dom/errors/test_exceptions.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Event-constants.html => dom/imptests/html/dom/events/test_Event-constants.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Event-constructors.html => dom/imptests/html/dom/events/test_Event-constructors.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Event-defaultPrevented.html => dom/imptests/html/dom/events/test_Event-defaultPrevented.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Event-initEvent.html => dom/imptests/html/dom/events/test_Event-initEvent.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Event-type.html => dom/imptests/html/dom/events/test_Event-type.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_EventTarget-dispatchEvent.html => dom/imptests/html/dom/events/test_EventTarget-dispatchEvent.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/ChildNode-remove.js => dom/imptests/html/dom/nodes/ChildNode-remove.js
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/Document-createProcessingInstruction.js => dom/imptests/html/dom/nodes/Document-createProcessingInstruction.js
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/attributes.js => dom/imptests/html/dom/nodes/attributes.js
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/case.js => dom/imptests/html/dom/nodes/case.js
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/creators.js => dom/imptests/html/dom/nodes/creators.js
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/productions.js => dom/imptests/html/dom/nodes/productions.js
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_CharacterData-appendData.html => dom/imptests/html/dom/nodes/test_CharacterData-appendData.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_CharacterData-deleteData.html => dom/imptests/html/dom/nodes/test_CharacterData-deleteData.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_CharacterData-insertData.html => dom/imptests/html/dom/nodes/test_CharacterData-insertData.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_CharacterData-remove.html => dom/imptests/html/dom/nodes/test_CharacterData-remove.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_CharacterData-replaceData.html => dom/imptests/html/dom/nodes/test_CharacterData-replaceData.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_DOMImplementation-createDocument.html => dom/imptests/html/dom/nodes/test_DOMImplementation-createDocument.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_DOMImplementation-createDocumentType.html => dom/imptests/html/dom/nodes/test_DOMImplementation-createDocumentType.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_DOMImplementation-createHTMLDocument.html => dom/imptests/html/dom/nodes/test_DOMImplementation-createHTMLDocument.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_DOMImplementation-hasFeature.html => dom/imptests/html/dom/nodes/test_DOMImplementation-hasFeature.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-adoptNode.html => dom/imptests/html/dom/nodes/test_Document-adoptNode.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-createComment.html => dom/imptests/html/dom/nodes/test_Document-createComment.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-createElement.html => dom/imptests/html/dom/nodes/test_Document-createElement.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-createElementNS.html => dom/imptests/html/dom/nodes/test_Document-createElementNS.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-createEvent.html => dom/imptests/html/dom/nodes/test_Document-createEvent.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-createProcessingInstruction-literal-1.xhtml => dom/imptests/html/dom/nodes/test_Document-createProcessingInstruction-literal-1.xhtml
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-createProcessingInstruction-literal-2.xhtml => dom/imptests/html/dom/nodes/test_Document-createProcessingInstruction-literal-2.xhtml
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-createProcessingInstruction.html => dom/imptests/html/dom/nodes/test_Document-createProcessingInstruction.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-createProcessingInstruction.xhtml => dom/imptests/html/dom/nodes/test_Document-createProcessingInstruction.xhtml
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-createTreeWalker.html => dom/imptests/html/dom/nodes/test_Document-createTreeWalker.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-getElementById.html => dom/imptests/html/dom/nodes/test_Document-getElementById.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-getElementsByTagName.html => dom/imptests/html/dom/nodes/test_Document-getElementsByTagName.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-getElementsByTagNameNS.html => dom/imptests/html/dom/nodes/test_Document-getElementsByTagNameNS.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Document-importNode.html => dom/imptests/html/dom/nodes/test_Document-importNode.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_DocumentType-remove.html => dom/imptests/html/dom/nodes/test_DocumentType-remove.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Element-children.html => dom/imptests/html/dom/nodes/test_Element-children.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Element-getElementsByClassName.html => dom/imptests/html/dom/nodes/test_Element-getElementsByClassName.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Element-remove.html => dom/imptests/html/dom/nodes/test_Element-remove.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Element-removeAttributeNS.html => dom/imptests/html/dom/nodes/test_Element-removeAttributeNS.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Element-tagName.html => dom/imptests/html/dom/nodes/test_Element-tagName.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-appendChild.html => dom/imptests/html/dom/nodes/test_Node-appendChild.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-cloneNode.html => dom/imptests/html/dom/nodes/test_Node-cloneNode.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Node-compareDocumentPosition.html => dom/imptests/html/dom/nodes/test_Node-compareDocumentPosition.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-constants.html => dom/imptests/html/dom/nodes/test_Node-constants.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Node-contains.html => dom/imptests/html/dom/nodes/test_Node-contains.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-contains.xml => dom/imptests/html/dom/nodes/test_Node-contains.xml
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-insertBefore.html => dom/imptests/html/dom/nodes/test_Node-insertBefore.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-isEqualNode.xhtml => dom/imptests/html/dom/nodes/test_Node-isEqualNode.xhtml
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-lookupPrefix.xhtml => dom/imptests/html/dom/nodes/test_Node-lookupPrefix.xhtml
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-nodeName.html => dom/imptests/html/dom/nodes/test_Node-nodeName.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-nodeName.xhtml => dom/imptests/html/dom/nodes/test_Node-nodeName.xhtml
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-normalize.html => dom/imptests/html/dom/nodes/test_Node-normalize.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-parentElement.html => dom/imptests/html/dom/nodes/test_Node-parentElement.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-parentNode.html => dom/imptests/html/dom/nodes/test_Node-parentNode.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Node-properties.html => dom/imptests/html/dom/nodes/test_Node-properties.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-removeChild.html => dom/imptests/html/dom/nodes/test_Node-removeChild.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Node-replaceChild.html => dom/imptests/html/dom/nodes/test_Node-replaceChild.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_attributes.html => dom/imptests/html/dom/nodes/test_attributes.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_case.html => dom/imptests/html/dom/nodes/test_case.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-01.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-01.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-02.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-02.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-03.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-03.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-04.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-04.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-05.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-05.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-06.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-06.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-07.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-07.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-08.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-08.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-09.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-09.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-10.xml => dom/imptests/html/dom/nodes/test_getElementsByClassName-10.xml
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-11.xml => dom/imptests/html/dom/nodes/test_getElementsByClassName-11.xml
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-12.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-12.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-13.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-13.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-14.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-14.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-15.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-15.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-16.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-16.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-17.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-17.htm
rename : dom/imptests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-18.htm => dom/imptests/html/dom/nodes/test_getElementsByClassName-18.htm
rename : dom/imptests/webapps/DOMCore/tests/approved/Range-test-iframe.html => dom/imptests/html/dom/ranges/Range-test-iframe.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Range-attributes.html => dom/imptests/html/dom/ranges/test_Range-attributes.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-cloneContents.html => dom/imptests/html/dom/ranges/test_Range-cloneContents.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-cloneRange.html => dom/imptests/html/dom/ranges/test_Range-cloneRange.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-collapse.html => dom/imptests/html/dom/ranges/test_Range-collapse.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Range-commonAncestorContainer.html => dom/imptests/html/dom/ranges/test_Range-commonAncestorContainer-2.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-commonAncestorContainer.html => dom/imptests/html/dom/ranges/test_Range-commonAncestorContainer.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-compareBoundaryPoints.html => dom/imptests/html/dom/ranges/test_Range-compareBoundaryPoints.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Range-comparePoint.html => dom/imptests/html/dom/ranges/test_Range-comparePoint-2.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-comparePoint.html => dom/imptests/html/dom/ranges/test_Range-comparePoint.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-deleteContents.html => dom/imptests/html/dom/ranges/test_Range-deleteContents.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Range-detach.html => dom/imptests/html/dom/ranges/test_Range-detach.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-extractContents.html => dom/imptests/html/dom/ranges/test_Range-extractContents.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-insertNode.html => dom/imptests/html/dom/ranges/test_Range-insertNode.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_Range-intersectsNode-binding.html => dom/imptests/html/dom/ranges/test_Range-intersectsNode-binding.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-intersectsNode.html => dom/imptests/html/dom/ranges/test_Range-intersectsNode.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-isPointInRange.html => dom/imptests/html/dom/ranges/test_Range-isPointInRange.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-mutations.html => dom/imptests/html/dom/ranges/test_Range-mutations.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-selectNode.html => dom/imptests/html/dom/ranges/test_Range-selectNode.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-set.html => dom/imptests/html/dom/ranges/test_Range-set.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_Range-surroundContents.html => dom/imptests/html/dom/ranges/test_Range-surroundContents.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_historical.html => dom/imptests/html/dom/test_historical.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_interfaces.html => dom/imptests/html/dom/test_interface-objects.html
rename : dom/imptests/webapps/DOMCore/tests/approved/test_interfaces.html => dom/imptests/html/dom/test_interfaces.html
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_NodeFilter-constants.html => dom/imptests/html/dom/traversal/test_NodeFilter-constants.html
2013-09-25 19:27:28 +02:00
Ms2ger
374dceb3fb Bug 919520 - Update web-platform-tests tests; r=jgraham
--HG--
rename : dom/imptests/failures/html/old-tests/submission/Opera/microdata/Makefile.in => dom/imptests/failures/html/microdata/microdata-dom-api/Makefile.in
rename : dom/imptests/failures/html/old-tests/submission/Opera/microdata/moz.build => dom/imptests/failures/html/microdata/microdata-dom-api/moz.build
rename : dom/imptests/failures/html/old-tests/submission/Opera/microdata/test_001.html.json => dom/imptests/failures/html/microdata/microdata-dom-api/test_001.html.json
rename : dom/imptests/html/html/dom/elements/global-attributes/test_dataset-instanceof.html => dom/imptests/html/html/dom/elements/global-attributes/test_dataset-prototype.html
rename : dom/imptests/html/old-tests/submission/Opera/microdata/Makefile.in => dom/imptests/html/microdata/microdata-dom-api/Makefile.in
rename : dom/imptests/html/old-tests/submission/Opera/microdata/moz.build => dom/imptests/html/microdata/microdata-dom-api/moz.build
rename : dom/imptests/html/old-tests/submission/Opera/microdata/test_001.html => dom/imptests/html/microdata/microdata-dom-api/test_001.html
2013-09-25 19:25:30 +02:00
Ed Morley
11f0132369 Bug 859075 - Sigh, disable the correct test this time
CLOSED TREE
2013-09-19 18:18:15 +01:00
Ed Morley
0b328880dd Bug 859075 - Disable test_window-named-properties.html via Makefile
CLOSED TREE
2013-09-19 17:08:28 +01:00
Mike Hommey
f1cf3b4238 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Masatoshi Kimura
cbb2cd3f2f Bug 885765 - Fix syntax errors in test_texImage2D.html and test_texSubImage2D.html. r=Ms2ger 2013-07-05 05:22:57 +09:00
Ms2ger
490666d470 Bug 881077 - Update html tests; r=mounir 2013-06-23 09:14:51 +02:00
Ms2ger
ff3d25d3a8 Bug 859252 - Part b: Import the reftests in the HTML test suite; r=mounir+smontagu
--HG--
rename : layout/reftests/bidi/dirAuto/dir_auto-EN-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-EN-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-EN-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-EN-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-EN-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-EN-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-EN-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-EN-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-EN-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-EN-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-EN-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-EN-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-EN-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-EN-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-EN-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-EN-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-EN-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-EN-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-EN.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-EN.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-bdi-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-bdi-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-bdi-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-bdi-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-bdi-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-bdi-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-bdi-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-bdi-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir_auto-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir_auto-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir_auto-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir_auto-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-script-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-script-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-script-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-script-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-script-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-script-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-script-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-script-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-style-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-style-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-style-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-style-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-style-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-style-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-style-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-style-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-textarea-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-textarea-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-textarea-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-textarea-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-textarea-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-textarea-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-textarea-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-textarea-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-EN-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-EN-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-EN-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-EN-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-EN-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-EN-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-EN-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-EN-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-EN-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-EN-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-EN-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-EN-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-EN-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-EN-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-EN-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-EN-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-EN-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-EN-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-EN.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-EN.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-EN-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-EN-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-EN-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-EN-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-EN-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-EN-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-EN-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-EN-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-EN-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-EN-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-EN-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-EN-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-EN-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-EN.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-EN.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-isolate-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-isolate-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-isolate.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-isolate.html
rename : layout/reftests/bidi/dirAuto/dir_auto-pre-N-EN-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-pre-N-EN-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-pre-N-EN.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-pre-N-EN.html
rename : layout/reftests/bidi/dirAuto/dir_auto-pre-N-between-Rs-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-pre-N-between-Rs-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-pre-N-between-Rs.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-pre-N-between-Rs.html
rename : layout/reftests/bidi/dirAuto/dir_auto-pre-mixed-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-pre-mixed-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-pre-mixed.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-pre-mixed.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-N-EN-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-N-EN-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-N-EN.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-N-EN.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-N-between-Rs-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-N-between-Rs-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-N-between-Rs.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-N-between-Rs.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-mixed-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-mixed-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-mixed.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-mixed.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-script-N-EN-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-script-N-EN-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-script-N-EN.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-script-N-EN.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-script-N-between-Rs-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-script-N-between-Rs.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-script-mixed-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-script-mixed-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-script-mixed.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-script-mixed.html
rename : content/html/content/reftests/hidden-1-ref.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1-ref.html
rename : content/html/content/reftests/hidden-1a.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1a.html
rename : content/html/content/reftests/hidden-1b.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1b.html
rename : content/html/content/reftests/hidden-1c.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1c.html
rename : content/html/content/reftests/hidden-1d.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1d.html
rename : content/html/content/reftests/hidden-1e.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1e.html
rename : content/html/content/reftests/hidden-1f.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1f.html
rename : content/html/content/reftests/hidden-1g.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1g.html
rename : content/html/content/reftests/hidden-2-ref.svg => dom/imptests/html/html/editing/the-hidden-attribute/hidden-2-ref.svg
rename : content/html/content/reftests/hidden-2.svg => dom/imptests/html/html/editing/the-hidden-attribute/hidden-2.svg
2013-05-10 09:12:55 +02:00
Ms2ger
34bcca8695 Bug 866424 - Part i: Move tests and expected failures to the shortened names; r=jhammel
--HG--
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/Makefile.in => dom/imptests/failures/html/html/dom/documents/dta/Makefile.in
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/Makefile.in => dom/imptests/failures/html/html/dom/documents/dta/doc.gEBN/Makefile.in
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/moz.build => dom/imptests/failures/html/html/dom/documents/dta/doc.gEBN/moz.build
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-newelements.html.json => dom/imptests/failures/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-newelements.html.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/moz.build => dom/imptests/failures/html/html/dom/documents/dta/moz.build
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.body-getter.html.json => dom/imptests/failures/html/html/dom/documents/dta/test_document.body-getter.html.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.title-03.html.json => dom/imptests/failures/html/html/dom/documents/dta/test_document.title-03.html.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.title-04.xhtml.json => dom/imptests/failures/html/html/dom/documents/dta/test_document.title-04.xhtml.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.title-06.html.json => dom/imptests/failures/html/html/dom/documents/dta/test_document.title-06.html.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.title-07.html.json => dom/imptests/failures/html/html/dom/documents/dta/test_document.title-07.html.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_nameditem-02.html.json => dom/imptests/failures/html/html/dom/documents/dta/test_nameditem-02.html.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_nameditem-03.html.json => dom/imptests/failures/html/html/dom/documents/dta/test_nameditem-03.html.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_nameditem-04.html.json => dom/imptests/failures/html/html/dom/documents/dta/test_nameditem-04.html.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_nameditem-05.html.json => dom/imptests/failures/html/html/dom/documents/dta/test_nameditem-05.html.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_nameditem-06.html.json => dom/imptests/failures/html/html/dom/documents/dta/test_nameditem-06.html.json
rename : dom/imptests/failures/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/Makefile.in => dom/imptests/failures/html/html/obsolete/implreq/oeaaa/Makefile.in
rename : dom/imptests/failures/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/moz.build => dom/imptests/failures/html/html/obsolete/implreq/oeaaa/moz.build
rename : dom/imptests/failures/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_script-IDL-event-htmlfor.html.json => dom/imptests/failures/html/html/obsolete/implreq/oeaaa/test_script-IDL-event-htmlfor.html.json
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/Makefile.in => dom/imptests/html/html/dom/documents/dta/Makefile.in
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/Makefile.in => dom/imptests/html/html/dom/documents/dta/doc.gEBN/Makefile.in
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/moz.build => dom/imptests/html/html/dom/documents/dta/doc.gEBN/moz.build
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-case.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-case.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-case.xhtml => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-case.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-id.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-id.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-id.xhtml => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-id.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-namespace.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-namespace.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-namespace.xhtml => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-namespace.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-newelements.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-newelements.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-newelements.xhtml => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-newelements.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-null-undef.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-null-undef.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-null-undef.xhtml => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-null-undef.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-param.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-param.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-param.xhtml => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-param.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-same.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_document.getElementsByName-same.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/moz.build => dom/imptests/html/html/dom/documents/dta/moz.build
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_Document.getElementsByClassName-null-undef.html => dom/imptests/html/html/dom/documents/dta/test_Document.getElementsByClassName-null-undef.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_Element.getElementsByClassName-null-undef.html => dom/imptests/html/html/dom/documents/dta/test_Element.getElementsByClassName-null-undef.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.body-getter.html => dom/imptests/html/html/dom/documents/dta/test_document.body-getter.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.body-setter-01.html => dom/imptests/html/html/dom/documents/dta/test_document.body-setter-01.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.embeds-document.plugins-01.html => dom/imptests/html/html/dom/documents/dta/test_document.embeds-document.plugins-01.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.getElementsByClassName-same.html => dom/imptests/html/html/dom/documents/dta/test_document.getElementsByClassName-same.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.head-01.html => dom/imptests/html/html/dom/documents/dta/test_document.head-01.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.head-02.html => dom/imptests/html/html/dom/documents/dta/test_document.head-02.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-01.html => dom/imptests/html/html/dom/documents/dta/test_document.title-01.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-02.xhtml => dom/imptests/html/html/dom/documents/dta/test_document.title-02.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-03.html => dom/imptests/html/html/dom/documents/dta/test_document.title-03.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-04.xhtml => dom/imptests/html/html/dom/documents/dta/test_document.title-04.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-05.html => dom/imptests/html/html/dom/documents/dta/test_document.title-05.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-06.html => dom/imptests/html/html/dom/documents/dta/test_document.title-06.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-07.html => dom/imptests/html/html/dom/documents/dta/test_document.title-07.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_nameditem-01.html => dom/imptests/html/html/dom/documents/dta/test_nameditem-01.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_nameditem-02.html => dom/imptests/html/html/dom/documents/dta/test_nameditem-02.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_nameditem-03.html => dom/imptests/html/html/dom/documents/dta/test_nameditem-03.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_nameditem-04.html => dom/imptests/html/html/dom/documents/dta/test_nameditem-04.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_nameditem-05.html => dom/imptests/html/html/dom/documents/dta/test_nameditem-05.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_nameditem-06.html => dom/imptests/html/html/dom/documents/dta/test_nameditem-06.html
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/Makefile.in => dom/imptests/html/html/obsolete/implreq/oeaaa/Makefile.in
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/moz.build => dom/imptests/html/html/obsolete/implreq/oeaaa/moz.build
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_document-color-01.html => dom/imptests/html/html/obsolete/implreq/oeaaa/test_document-color-01.html
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_document-color-02.html => dom/imptests/html/html/obsolete/implreq/oeaaa/test_document-color-02.html
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_document-color-03.html => dom/imptests/html/html/obsolete/implreq/oeaaa/test_document-color-03.html
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_document-color-04.html => dom/imptests/html/html/obsolete/implreq/oeaaa/test_document-color-04.html
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_heading-obsolete-attributes-01.html => dom/imptests/html/html/obsolete/implreq/oeaaa/test_heading-obsolete-attributes-01.html
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_script-IDL-event-htmlfor.html => dom/imptests/html/html/obsolete/implreq/oeaaa/test_script-IDL-event-htmlfor.html
2013-05-10 09:12:43 +02:00
Ms2ger
ea97106553 Bug 866424 - Part g: Derecursify the importing of test suites; r=jhammel 2013-05-10 09:12:13 +02:00
Ms2ger
b9dde6d4ee Bug 866424 - Part d: Update our copy of the HTML test suite and its expected failures; r=jhammel
--HG--
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.body-getter-frameset-and-body.html.json => dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.body-getter.html.json
2013-05-10 09:11:39 +02:00
Ms2ger
aa00af8a4f Bug 866424 - Part b: Revert changes to shorten directory lengths because they broke importing; r=jhammel
--HG--
rename : dom/imptests/failures/html/html/dom/documents/dta/Makefile.in => dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/Makefile.in
rename : dom/imptests/failures/html/html/dom/documents/dta/doc.gEBN/Makefile.in => dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/Makefile.in
rename : dom/imptests/failures/html/html/dom/documents/dta/doc.gEBN/moz.build => dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/moz.build
rename : dom/imptests/failures/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-newelements.html.json => dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-newelements.html.json
rename : dom/imptests/failures/html/html/dom/documents/dta/moz.build => dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/moz.build
rename : dom/imptests/failures/html/html/dom/documents/dta/test_document.body-getter-frameset-and-body.html.json => dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.body-getter-frameset-and-body.html.json
rename : dom/imptests/failures/html/html/dom/documents/dta/test_document.title-03.html.json => dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.title-03.html.json
rename : dom/imptests/failures/html/html/dom/documents/dta/test_document.title-04.xhtml.json => dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.title-04.xhtml.json
rename : dom/imptests/failures/html/html/dom/documents/dta/test_document.title-06.html.json => dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.title-06.html.json
rename : dom/imptests/failures/html/html/dom/documents/dta/test_document.title-07.html.json => dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.title-07.html.json
rename : dom/imptests/failures/html/html/obsolete/implreq/oeaaa/Makefile.in => dom/imptests/failures/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/Makefile.in
rename : dom/imptests/failures/html/html/obsolete/implreq/oeaaa/moz.build => dom/imptests/failures/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/moz.build
rename : dom/imptests/failures/html/html/obsolete/implreq/oeaaa/test_script-IDL-event-htmlfor.html.json => dom/imptests/failures/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_script-IDL-event-htmlfor.html.json
rename : dom/imptests/html/html/dom/documents/dta/Makefile.in => dom/imptests/html/html/dom/documents/dom-tree-accessors/Makefile.in
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/Makefile.in => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/Makefile.in
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/moz.build => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/moz.build
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-case.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-case.html
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-case.xhtml => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-case.xhtml
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-id.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-id.html
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-id.xhtml => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-id.xhtml
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-namespace.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-namespace.html
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-namespace.xhtml => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-namespace.xhtml
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-newelements.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-newelements.html
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-newelements.xhtml => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-newelements.xhtml
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-null-undef.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-null-undef.html
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-null-undef.xhtml => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-null-undef.xhtml
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-param.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-param.html
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-param.xhtml => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-param.xhtml
rename : dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-same.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-same.html
rename : dom/imptests/html/html/dom/documents/dta/moz.build => dom/imptests/html/html/dom/documents/dom-tree-accessors/moz.build
rename : dom/imptests/html/html/dom/documents/dta/test_Document.getElementsByClassName-null-undef.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_Document.getElementsByClassName-null-undef.html
rename : dom/imptests/html/html/dom/documents/dta/test_Element.getElementsByClassName-null-undef.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_Element.getElementsByClassName-null-undef.html
rename : dom/imptests/html/html/dom/documents/dta/test_document.body-getter-body-and-frameset.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.body-getter-body-and-frameset.html
rename : dom/imptests/html/html/dom/documents/dta/test_document.body-getter-foreign-frameset.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.body-getter-foreign-frameset.html
rename : dom/imptests/html/html/dom/documents/dta/test_document.body-getter-frameset-and-body.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.body-getter-frameset-and-body.html
rename : dom/imptests/html/html/dom/documents/dta/test_document.body-setter-01.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.body-setter-01.html
rename : dom/imptests/html/html/dom/documents/dta/test_document.embeds-document.plugins-01.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.embeds-document.plugins-01.html
rename : dom/imptests/html/html/dom/documents/dta/test_document.getElementsByClassName-same.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.getElementsByClassName-same.html
rename : dom/imptests/html/html/dom/documents/dta/test_document.head-01.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.head-01.html
rename : dom/imptests/html/html/dom/documents/dta/test_document.head-02.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.head-02.html
rename : dom/imptests/html/html/dom/documents/dta/test_document.title-01.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-01.html
rename : dom/imptests/html/html/dom/documents/dta/test_document.title-02.xhtml => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-02.xhtml
rename : dom/imptests/html/html/dom/documents/dta/test_document.title-03.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-03.html
rename : dom/imptests/html/html/dom/documents/dta/test_document.title-04.xhtml => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-04.xhtml
rename : dom/imptests/html/html/dom/documents/dta/test_document.title-05.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-05.html
rename : dom/imptests/html/html/dom/documents/dta/test_document.title-06.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-06.html
rename : dom/imptests/html/html/dom/documents/dta/test_document.title-07.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-07.html
rename : dom/imptests/html/html/dom/documents/dta/test_nameditem-01.html => dom/imptests/html/html/dom/documents/dom-tree-accessors/test_nameditem-01.html
rename : dom/imptests/html/html/obsolete/implreq/oeaaa/Makefile.in => dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/Makefile.in
rename : dom/imptests/html/html/obsolete/implreq/oeaaa/moz.build => dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/moz.build
rename : dom/imptests/html/html/obsolete/implreq/oeaaa/test_document-color-01.html => dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_document-color-01.html
rename : dom/imptests/html/html/obsolete/implreq/oeaaa/test_document-color-02.html => dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_document-color-02.html
rename : dom/imptests/html/html/obsolete/implreq/oeaaa/test_document-color-03.html => dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_document-color-03.html
rename : dom/imptests/html/html/obsolete/implreq/oeaaa/test_document-color-04.html => dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_document-color-04.html
rename : dom/imptests/html/html/obsolete/implreq/oeaaa/test_heading-obsolete-attributes-01.html => dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_heading-obsolete-attributes-01.html
rename : dom/imptests/html/html/obsolete/implreq/oeaaa/test_script-IDL-event-htmlfor.html => dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_script-IDL-event-htmlfor.html
2013-05-10 09:11:23 +02:00