Commit Graph

1757 Commits

Author SHA1 Message Date
Jean-Yves Avenard
68f4eda2e1 Bug 1314533: [MSE] P8. Update wpt expected results. r=gerald
We pass those tests now.

MozReview-Commit-ID: 4UHkTr4uJEb

--HG--
extra : rebase_source : 85c42352bd2e8241cfd883672404b8080f9629c1
2016-11-06 22:01:09 +11:00
Jean-Yves Avenard
9f6cc56c92 Bug 1314533: Do not expect init segment to be parsed when appending corrupted data. r=gerald
From the Segment Parser Loop definition:
https://w3c.github.io/media-source/index.html#sourcebuffer-segment-parser-loop
"2. If the input buffer contains bytes that violate the SourceBuffer byte stream format specification, then run the append error algorithm and abort this algorithm."

The test appends data with a valid init segment followed by corrupted content.
The corrupted content satisfies the condition that the input buffer contains bytes that violate byte stream format specification.
As such, the append error algorithm is to be run prior parsing the init segment.

Add a new test verifying the defined behavior.

--HG--
extra : rebase_source : b20c653129c9f38bb5930c309f919131cd2fcc51
2016-11-06 21:57:06 +11:00
Jean-Yves Avenard
5db9b4d95a Bug 1302656: P2. Update expected wpt results. r=gerald
MozReview-Commit-ID: 4ebvj66fQng

--HG--
extra : rebase_source : ede4ae68c5b41e1e9044f94edda1d607d734ee27
2016-11-02 17:43:20 +11:00
Bevis Tseng
3af6bacb93 Bug 1309527 - Fix the race condition to prevent the access of metadata in both PBackground thread and the Connection thread. r=janv 2016-10-26 19:14:12 +08:00
Mats Palmgren
97f95f014b Bug 1313254 part 4 - [css-align] Change "last-baseline" to "last baseline" in testing/ (scripted change). r=dholbert 2016-11-05 02:57:07 +01:00
James Graham
088ca5c351 Bug 1312938 - Disable WebCryptoAPI test on linux32/debug for frequent intermittents, a=testonly
MozReview-Commit-ID: LsdEDnf8ZQf
2016-11-03 21:58:09 +00:00
Phil Ringnalda
1261559426 Backed out changeset 2e8791563f4d (bug 1309527) for Win8 timeouts in idbobjectstore-rename-store.html 2016-11-02 19:22:18 -07:00
Wes Kocher
df5dbf81cc Merge central to inbound a=merge 2016-11-02 17:31:08 -07:00
Bevis Tseng
790be48aa6 Bug 1309527 - Fix the race condition to prevent the access of metadata in both PBackground thread and the Connection thread. r=janv 2016-11-02 23:12:31 +01:00
Kevin Wern
19f18efeac Bug 687787: support focusin/focusout based on webkit/blink r=smaug
Blink and webkit launch focusin after focus and focusout after blur. Despite
this contradiction with the spec, it is best to mirror this new way, as there
is little guidance or existing code to clarify implementation amiguities that
can arise from the spec.

If focus/blur is fired on a window or document, or the event triggers a change
of focus, do not fire the corresponding focusin/focusout. Otherwise, always
fire the corresponding event.

Additionally, add a mochitest and a w3c-platform-test.

MozReview-Commit-ID: AgQ8JBxKIqK
2016-10-06 21:39:53 -04:00
Sebastian Hengst
5c11198962 Backed out changeset 2bbfcf5356f7 (bug 1309527) for timing out in idbobjectstore-rename-store.html on Windows x64 opt. r=backout 2016-11-02 19:15:52 +01:00
Bevis Tseng
4496af6962 Bug 1309527 - Fix the race condition to prevent the access of metadata in both PBackground thread and the Connection thread. r=janv
--HG--
extra : rebase_source : 4be928b9ed804ac033edfbf5b95490f178a49366
2016-10-26 19:14:12 +08:00
Bevis Tseng
3602bae888 Bug 1306181 - Remove IDBEnvironment in favor of partial interface in WindowOrWorkerGlobalScope. r=bkelly
--HG--
extra : rebase_source : de7d7964b225602000453eee7689db4fc1d71fb5
2016-10-24 10:41:13 +08:00
Carsten "Tomcat" Book
f74ac0b2c5 Backed out changeset 22dcdb840e8a (bug 1302656)
--HG--
extra : rebase_source : 87336bf986c4547119630728378e697ed6fa1399
2016-11-02 14:57:33 +01:00
Jean-Yves Avenard
321e872bc2 Bug 1302656: P2. Update expected results. r=gerald
MozReview-Commit-ID: 4ebvj66fQng

--HG--
extra : rebase_source : a2e42637d63483d0557fcff7fd3973b500197d18
2016-11-02 17:43:20 +11:00
Boris Chiou
448fa1ae73 Bug 1286150 - Part 6: Test. r=hiro
MozReview-Commit-ID: 60HmJf3G2CR

--HG--
extra : rebase_source : 923c95f8d5f75afe758925a49b16cf78bc843028
2016-10-27 15:46:35 +08:00
Phil Ringnalda
5c16f7080d Merge m-c to m-i 2016-10-30 11:04:05 -07:00
Aryeh Gregor
2445ed1848 Bug 1312742 - Match spec/other browsers for ping reflection; r=bkelly
The spec used to say that getting the .ping property on
HTMLAnchorElement or HTMLAreaElement should return a DOMTokenList of
parsed URLs, but it now says to return a plain string.  All other UAs
that implement ping match the new spec, and it's hopefully unlikely that
any sites depend on our old behavior.

Discussion: https://github.com/whatwg/html/issues/1780

MozReview-Commit-ID: LpmH8ANNT9g
2016-10-30 16:04:52 +02:00
Ryan VanderMeulen
a41f7d1058 Merge autoland to m-c. a=merge 2016-10-29 09:12:45 -04:00
Chris Peterson
eeb420cf25 Bug 1313580 - Part 3: Remove web content access to Battery API. r=baku
--HG--
rename : dom/battery/test/mochitest.ini => dom/battery/test/chrome.ini
2016-10-28 18:45:36 -07:00
Bevis Tseng
dba4a0f611 Bug 1312330 - Add 'Exposed' attribute to pass the test criteria of the idlharness.js in WPT. r=bkelly 2016-10-24 15:57:54 +08:00
Chris Pearce
9072d25527 Bug 1313284 - Mark passing WPT as expected pass on a CLOSED TREE. r=bustage
MozReview-Commit-ID: 1aqD9f2GGZF
2016-10-28 10:50:04 +13:00
Michael Layzell
76969f2737 Bug 1310345 - Change FindChildWithName and related methods to take nsAString& instead of char16_t*, r=bz
MozReview-Commit-ID: 4aQwYX9ObcN
2016-10-27 15:53:35 -04:00
Chris Pearce
1cc97558c8 Bug 1313284 - Update some EME WPT to match upstream so that they now pass. r=gerald
We now pass almost all the upstream EME WPT, but out local copy is out
of date, so we're failing some. So rather than mark them as expected fail,
update the out copy so that the tests pass as expected.

MozReview-Commit-ID: 7YnD6Dlc0HC

--HG--
extra : source : 7862f7d272567d284cea8665d12258c758c9f439
2016-10-27 19:08:12 +13:00
Chris Pearce
d70e3cee5e Bug 1313284 - Disable EME WPT for features we don't support, or can't support in the test harness. r=gerald
MozReview-Commit-ID: 51T4hBjezyr

--HG--
extra : source : 2f734e16ec1cb497d0251bdd6d8bf53bf62f9e91
2016-10-27 16:53:07 +13:00
Masatoshi Kimura
ae858f7ad4 Bug 1312384 - Update Web Platform Tests to reflect a change to the Encoding Standard. r=annevk
MozReview-Commit-ID: GHqngaZaGI4

--HG--
extra : rebase_source : 4ad112312427dcd0d19d2c7aeaf9c0cededbea5a
2016-10-25 23:31:34 +09:00
Aryeh Gregor
3b1cc7049b Bug 1298818 - Port test_bug411103.html to wpt; r=jst
This allows other UAs to use it, removes duplicated checks, and
increases the chance of us noticing if the spec changes.  Some of the
expected values in our mochitest were contrary to the spec.

I checked the new expected failures against the spec and the other UAs.
I filed a spec bug for one group because it was contrary to all UAs
(although IMO the spec makes more sense and the UAs are buggy), and the
others are fixed in the next patch.

MozReview-Commit-ID: 1j11XgfuErB
2016-10-26 16:49:36 +03:00
Sebastian Hengst
73a03b9c60 Backed out changeset 9f7616d57abc (bug 1118337) for failing resource-selection-invoke-insert-source.html. r=backout 2016-10-28 14:11:22 +02:00
Sebastian Hengst
725832b7f1 Backed out changeset aada0714c236 (bug 1196560) for failing resource-selection-invoke-set-src.html. r=backout 2016-10-28 14:14:14 +02:00
ctai
90f77c63de Bug 1196560 - Enable resource-selection-invoke-set-src.html. r=jwwang
This test case can be pass.

MozReview-Commit-ID: EFpFT5o7RbX

--HG--
extra : rebase_source : a5a0b16e592703ae0198bba9e930d4542bdbb639
2016-10-26 15:22:22 +08:00
ctai
bf99201974 Bug 1118337 - Enable resource-selection-invoke-insert-source.html. r=jwwang
This test case can be pass.

MozReview-Commit-ID: F2liaFmKdj8

--HG--
extra : rebase_source : 3eabb117753b828e2e0b774ff07beea0f9a07e07
2016-10-26 14:59:10 +08:00
Shih-Chiang Chien
b25fe68ce0 Bug 1291971 - Part 7, enable mixed-content and sandboxing test cases. r=smaug.
MozReview-Commit-ID: 52jBHDgWiZo

--HG--
extra : rebase_source : cce21a157c964f41f31c7c3f3bf69e3046fb6a1d
2016-10-04 08:47:58 +02:00
Shih-Chiang Chien
2e3eadd9df Bug 1291971 - Part 6, enable receiver idlharness test. r=smaug.
MozReview-Commit-ID: BDZ8daA2gpj

--HG--
extra : rebase_source : 70595ad9e8e56856c464fa12c2c2eeadc9e48063
2016-10-20 11:27:55 +08:00
Shih-Chiang Chien
6307881f75 Bug 1291971 - Part 5, enable controller getAvailability test. r=smaug.
MozReview-Commit-ID: 2xiMSKaMcDP

--HG--
extra : rebase_source : 2b47a273aa9a4276aa24ae6ee10cb003b04417ba
2016-09-29 23:34:47 +08:00
Shih-Chiang Chien
f0a72d6d59 Bug 1291971 - Part 4, enable controller startNewPresentation_error test. r=smaug.
MozReview-Commit-ID: 51dfCphD0XJ

--HG--
extra : rebase_source : 41fdcef117c34fe45588ee8f4f71f99ed2987748
2016-10-04 09:00:10 +02:00
Shih-Chiang Chien
19b68183c7 Bug 1291971 - Part 3, enable controller PresentationRequest_error test. r=smaug.
MozReview-Commit-ID: EvuU3Q1ui5t

--HG--
extra : rebase_source : 65ed6e5c653530e2b4f8bb43628f3c60e7e997c4
2016-10-28 14:26:12 +08:00
Shih-Chiang Chien
3803d72b23 Bug 1291971 - Part 2, enable controller PresentationRequest_success test. r=smaug.
MozReview-Commit-ID: CENJleUg3Qy

--HG--
extra : rebase_source : b7c35259a04d1ba19a9e095349f7877c2d2aeeb8
2016-09-29 11:43:35 +08:00
Shih-Chiang Chien
e51e9349e9 Bug 1291971 - Part 1, enable controller idlharness test. r=smaug.
MozReview-Commit-ID: bDuOdLpPDh

--HG--
rename : dom/webidl/PresentationConnectionClosedEvent.webidl => dom/webidl/PresentationConnectionCloseEvent.webidl
extra : rebase_source : eca8bec6b6200247fbc9c743c13822f02373cc3d
2016-10-04 00:22:34 +02:00
Shih-Chiang Chien
b089580c49 Bug 1291971 - Part 0, remove deprecated test case for presentation API and correct manifest. r=jgraham
MozReview-Commit-ID: LaFbOvPz0dr

--HG--
extra : rebase_source : b1d9c28147c773cd6a4ba28cedb1518f8b627845
2016-10-28 11:03:05 +08:00
Jean-Yves Avenard
5fbf7730c1 Bug 1313583: Update WPT expected tests. r=jya
MozReview-Commit-ID: 9NPDYXr4iIN

--HG--
extra : rebase_source : 4b8031b3795c03ecf7d0d847cce25d653d902da1
2016-10-28 17:48:18 +11:00
Carsten "Tomcat" Book
bf6750d830 Backed out changeset fd9f78132e0e (bug 1313583) on request from jya 2016-10-28 08:58:57 +02:00
Jean-Yves Avenard
c4e33cc3c0 Bug 1313583: Update WPT expected tests. r=jya
MozReview-Commit-ID: 9NPDYXr4iIN

--HG--
extra : rebase_source : 888275543eb91a0af86a497100e646f04dc3fdd1
2016-10-28 17:48:18 +11:00
Chris Pearce
6ed77e136a Bug 1312886: P8. Update EME multikey-sequential WPT from upstream so they pass. r=jya
MozReview-Commit-ID: 2XRTqkJbwBs

--HG--
extra : rebase_source : 7f2d834524f06292da6ea0ee56feff6eae9aaf8e
2016-10-28 16:29:24 +13:00
Andreas Farre
cb4bba507f Bug 1198381 - Add tests for requestIdleCallback, r=smaug
MozReview-Commit-ID: HRdU1SJEg9K

--HG--
extra : rebase_source : 8fba6ee01df0db7211d7db24f6d4380b1ccde785
2016-08-30 16:02:08 +02:00
Phil Ringnalda
e2f916d706 Bug 1312914 followup followup, disable yet another test 2016-10-25 19:42:14 -07:00
Wes Kocher
0b57c9a1e3 Bug 1312914 - Skip these tests for now r=me 2016-10-25 17:32:02 -07:00
James Graham
53e100ab0d Bug 1312675 - Try harder to close existing windows after each testharness test, r=ato
MozReview-Commit-ID: DVV5PAfRxII
2016-10-25 18:11:42 +01:00
James Graham
f283807044 Bug 1309931 - Add long timeouts to worker tests, a=testonly
MozReview-Commit-ID: LIO4Lotud2c
2016-10-25 18:11:41 +01:00
James Graham
96171f1bac Bug 1309933 - Import wpt-tools manifest changes from upstream, a=testonly
Including unlanded PR to allow worker tests to have a long timeout set

MozReview-Commit-ID: 5Au4uEzmGEk
2016-10-25 18:11:30 +01:00
James Graham
b1a44d2c8c Bug 1309933 - Set a long timeout for WebCrypto wrapKey_unwrapKey worker test, r=Ms2ger
MozReview-Commit-ID: 6kVOSSqGF6p
2016-10-25 18:10:30 +01:00