summaryrefslogtreecommitdiffstats
path: root/testing/web-platform
Commit message (Collapse)AuthorAgeLines
* Bug 1334043 - Part 3: Update tests for connected callback.Gaming4JC2020-01-26-78/+0
| | | | Tag UXP Issue #1344
* Bug 1334051 - Part 2: Invoke attributeChangedCallback only if attribute name ↵Gaming4JC2020-01-26-28/+25
| | | | | | | | | | | | | | is in the observed attribute list. We call attributeChangedCallback in two cases: 1. When any of the attributes in the observed attribute list has changed, appended, removed, or replaced. 2. When upgrading an element, for each attribute in element's attribute list that is in the observed attribute list. Note: w/ Fixup for not implementing an API Enhancement Bug 1363481. Tag UXP Issue #1344
* Bug 1274159 - Part 3-2: Update web-platform-test expected result;Gaming4JC2020-01-26-28/+0
| | | | Tag UXP Issue #1344
* Bug 1274159 - Part 1: Support looking up definitions by using constructor as ↵Gaming4JC2020-01-26-29/+0
| | | | | | a key; Tag UXP Issue #1344
* Bug 1271549 - Remove details and summary preference.Gaming4JC2020-01-26-10/+3
| | | | Tag UXP Issue #1344
* Bug 1276438 part 3. Align the .body setter with the spec a bit better.Gaming4JC2020-01-26-0/+50
| | | | | | | | | | | | There are two changes here: 1) We allow setting .body even if the root element is not an <html:html>. This is what the spec says to do, and what we used to do before the changes in bug 366200. No tests for this yet, pending https://github.com/whatwg/html/issues/3403 getting resolved. 2) We use GetBody(), not GetBodyElement(), to look for an existing thing to replace. This matters if there are <frameset>s involved. Tag UXP Issue #1344 Tag UXP Issue #252
* Bug 1322938 - Put <dialog> element behind preference.Gaming4JC2020-01-07-3/+10
| | | | Tag #1343
* Bug 1322938 - Update <dialog> element Web Platform Tests expected results.Gaming4JC2020-01-07-289/+0
| | | | Tag #1343
* Issue #1118 - Part 6: Fix various tests that are no longer correct.wolfbeast2019-12-22-11/+12
| | | | | The behavior change of document.open() requires these tests to be changed to account for the new spec behavior.
* Merge branch 'master' into js-moduleswolfbeast2019-11-10-5/+354
|\ | | | | | | | | # Conflicts: # modules/libpref/init/all.js
| * 1333045 - Update Location object properties to current spec.Gaming4JC2019-07-18-0/+67
| | | | | | | | | | | | | | Specifically, three changes: 1) valueOf should be non-enumerable. 2) valueOf should be === to Object.prototype.valueOf. 3) There should be no toJSON.
| * Merge branch 'master' into 816wolfbeast2019-04-05-2/+284
| |\
| | * Update webplatform tests for multiline placeholder.wolfbeast2019-02-20-2/+284
| | | | | | | | | | | | | | | | | | | | | | | | | | | Note: MANIFEST updated per the normal procedure using `mach wpt-manifest-update` lint.whitelist updated to reflect intentional use of CR in these tests. Resolves #977
| * | Stage 1-4: Update testsTooru Fujisawa2019-02-03-3/+3
| |/
* | Merge branch 'master' into js-moduleswolfbeast2018-08-05-3/+0
|\|
| * Bug 1351193 - Update testsjanekptacijarabaci2018-07-20-3/+0
| |
* | Bug 1340865 - New tests. (not hooked up)wolfbeast2018-07-10-0/+29
|/
* Bug 1394399 - Fix web-platform-tests to expect "same-origin" default ↵janekptacijarabaci2018-05-26-2/+2
| | | | | | Request.credentials Issue #389
* moebius#231: Consider blocking top level window data: URIs (tests)janekptacijarabaci2018-05-06-4/+12
| | | | https://github.com/MoonchildProductions/moebius/pull/231
* Bug 1182569: Add credentials mode for fetch-frame-resource.https.html wpt testjanekptacijarabaci2018-04-30-2/+4
|
* Bug 1182569: Disable hsts priming for loads of type subdocument for wpt testsjanekptacijarabaci2018-04-30-0/+18
|
* Bug 1323941 - navigationStart should not be exposed to workers as timing ↵janekptacijarabaci2018-04-29-1/+51
| | | | | | attribute https://hg.mozilla.org/mozilla-central/rev/6be7eb833b11
* moebius#158: The Performance Resource Timing (added support for "workerStart")janekptacijarabaci2018-04-29-8/+9
| | | | https://github.com/MoonchildProductions/moebius/pull/158
* moebius#312: DOM - Fix incorrect TypeError: Response body is given with a ↵janekptacijarabaci2018-04-24-0/+5
| | | | | | null body status https://github.com/MoonchildProductions/moebius/issues/312
* Merge pull request #237 from janekptacijarabaci/js_dom_getSelection_document_1Moonchild2018-04-23-9/+0
|\ | | | | moebius#121: DOM - Selection API - getSelection() should exist on XMLDocument / Selection.type
| * moebius#121: DOM - Selection API - getSelection() should exist on ↵janekptacijarabaci2018-04-23-9/+0
| | | | | | | | | | | | XMLDocument / Selection.type https://github.com/MoonchildProductions/moebius/pull/121
* | moebius#123: DOM - Events - support createEvent("FocusEvent")janekptacijarabaci2018-04-23-28/+0
|/ | | | https://github.com/MoonchildProductions/moebius/pull/123
* Bug 1337814 - Add test for cancelling currently executing rIC callbackjanekptacijarabaci2018-04-18-0/+6
|
* Bug 1334904 - Add test for when rIC timeouts doesn't need timeoutjanekptacijarabaci2018-04-18-0/+15
|
* moebius#73: DOM - window.requestIdleCallback - improvements (basic)janekptacijarabaci2018-04-18-0/+106
| | | | https://github.com/MoonchildProductions/moebius/pull/73
* Merge pull request #174 from janekptacijarabaci/url_parser_1New Tobin Paradigm2018-04-16-14/+0
|\ | | | | moebius#130: URL parser - fix: don't allow empty host name
| * moebius#130: URL parser - fix: don't allow empty host namejanekptacijarabaci2018-04-15-14/+0
| | | | | | | | https://github.com/MoonchildProductions/moebius/issues/130
* | Merge pull request #172 from janekptacijarabaci/svg_canvasImageSource_1New Tobin Paradigm2018-04-16-3/+15
|\ \ | | | | | | moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource
| * | moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a ↵janekptacijarabaci2018-04-15-3/+15
| |/ | | | | | | CanvasImageSource
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-04-15-14/+0
|\|
| * moebius#140: Fix: Fetch - headers should sort and combinejanekptacijarabaci2018-04-14-14/+0
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/140
* | Merge branch 'html_input_datetime_1'wolfbeast2018-04-15-116/+0
|\ \ | |/ |/| | | This is almost everything needed for #162.
| * Bug 1310080 - Implement the step attribute for <input type=datetime-local>janekptacijarabaci2018-03-30-21/+0
| |
| * Bug 1310079 - Implement the min and max attribute for <input ↵janekptacijarabaci2018-03-30-95/+0
| | | | | | | | type=datetime-local>
* | Bug 1288768 - Better error reporting for network errors in workersjanekptacijarabaci2018-04-04-3/+3
| |
* | Bug 1288768 - Better error reporting for network errors in workersjanekptacijarabaci2018-04-04-3/+0
| |
* | Bug 1431095 - Change Content-Type-Options: nosniff allowed script MIME types ↵janekptacijarabaci2018-04-03-2/+2
|/ | | | to match the spec
* Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVMTom Ritter2018-03-14-0/+10
| | | | | | | MozReview-Commit-ID: 6xhQ71a5rDU --HG-- extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B
* HTML - implement the labels attributejanekptacijarabaci2018-03-12-51/+220
|
* SVG - support radialGradient fr attributejanekptacijarabaci2018-03-12-6/+0
|
* Implement DOM page onvisibilitychange.janekptacijarabaci2018-03-12-1/+5
|
* DevTools - network - security (improvements)janekptacijarabaci2018-03-01-6/+0
| | | | | | https://github.com/MoonchildProductions/moebius/pull/113 https://github.com/MoonchildProductions/moebius/pull/118 https://github.com/MoonchildProductions/moebius/pull/127
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1481450