Commit Graph

943 Commits

Author SHA1 Message Date
James Graham
f25fa3ae93 Bug 910138 - Update wpt metadata for canvas ellipse changes, a=tomcat
commit 59c94b98012eb68b26361bc2c7af2f8386ac197f
Author: James Graham <james@hoppipolla.co.uk>
    Bug 910138 - Update wpt metadata for canvas ellipse changes

    MozReview-Commit-ID: DSkOtdIFoY8

--HG--
extra : rebase_source : 0a3147974eefc44b90a26506da87a7b36e44baf0
2016-03-17 11:54:58 +00:00
Carsten "Tomcat" Book
02db309bb4 Backed out changeset 608bc3bd6cfa for wrong update
--HG--
extra : rebase_source : 544e43a7dafde58c531532f9a2fec30f7a8432fb
2016-03-17 13:05:29 +01:00
Carsten "Tomcat" Book
5c6854ad0e no bug fix wpt test on mozilla-inbound
--HG--
extra : rebase_source : 0c3ad7fd6c017af896667c6991370400147ff8eb
extra : amend_source : 029f39109b468831dc749e63dbc461aa382ddf13
2016-03-17 12:45:56 +01:00
Edgar Chen
fcbded3dbb Bug 1148535 - Check if the density descriptor in srcset consists of a valid floating-point number. r=jdm
MozReview-Commit-ID: 2Q6ybaIrLSt
2016-03-14 14:48:58 +08:00
Brian Birtles
9f1ba68aef Bug 1254419 - Fix zero-length segment handling; r=heycam
Later in this patch series when we convert tests from web-platform tests to
mochitest-chrome tests, some of the test cases that use zero-length segments
(overlapping keyframes at certain offsets) would trigger failed assertions
in KeyframeEffectReadOnly::ComposeStyle. This is because this method was
originally written with CSS animations in mind where segments cannot be
zero-length. Furthermore, when these same tests cases are run as
web-platform-tests, the failed assertions are not visible.

This patch adjusts the handling of segments to allow zero-length segments and
adds a test to check that the handling matches that defined in Web Animations
which is summarized in the following informative note,

  "this procedure permits overlapping keyframes. The behavior is that at the
  point of overlap the output value jumps to the value of the last defined
  keyframe at that offset. For overlapping frames at 0 or 1, the output value
  for iteration progress values less than 0 or greater than or equal to 1 is the
  value of the first keyframe or the last keyframe in keyframes
  respectively."[1]

[1] https://w3c.github.io/web-animations/#the-effect-value-of-a-keyframe-animation-effect

MozReview-Commit-ID: JdyYbGZtbot

--HG--
extra : rebase_source : 00502ec8aec423196376e29bf4b70ef0ff178e29
2016-03-15 21:13:46 +08:00
Shawn Huang
582371f54e Bug 918706 - Return NS_ERROR_DOM_SYNTAX_ERR if method is invalid, r=khuey 2016-03-17 15:29:42 +08:00
Ting-Yu Lin
b7df7500e3 Bug 1241750 - Enable <details> and <summary> on Nightly and Aurora. r=bz
MozReview-Commit-ID: 4pG7nso6bEd

--HG--
extra : rebase_source : 7c6b21fc32f09a65ce3dc1b7bef0b876074e0e94
2016-03-16 15:56:05 +08:00
James Graham
fb4802cfa6 Bug 1238435 - Disable some reflection tests on linux64 as a workaround for unexplained frequent intermittent, a=testonly
MozReview-Commit-ID: 8aRaLggM3hD
2016-03-16 10:11:35 +00:00
Christoph Kerschbaumer
6bf171b61a Bug 1122236 - CSP: block-all-mixed-content - web platform test updates (r=tanvi) 2016-03-15 16:08:42 -07:00
James Graham
9267d1e64f Bug 1215812 - Increase the internal timeout for a test that depends on a window opening, r=Ms2ger
MozReview-Commit-ID: HzNYyHiehbU

--HG--
extra : rebase_source : c255aac4b598a21d136c88c76bed9888fbc2158b
2016-03-08 16:24:00 +00:00
Ting-Yu Lin
d479c4cf4c Bug 1225412 followup - Add comment to details10 in toggleEvent.html for consistency. r=me
Comment-only so DONTBUILD.

--HG--
extra : amend_source : 35f5ce9e53dd286224273e0aefbdcec7ca81e5e5
2016-03-14 12:00:17 +08:00
Ting-Yu Lin
b8972c7eb9 Bug 1225412 Part 2 - Add support to dispatch toggle events to details element. r=smaug
Add ontoggle event handler, and dispatch toggle events to the details
element if the open attribute is added or changed. According to the
spec, if a new toggle event has been queued, previous toggle events
should be aborted.

MozReview-Commit-ID: EN6Jf5hVHHD

--HG--
extra : rebase_source : 35605e49950bb59a0eb6dca594c3ede465ff587d
2016-03-12 19:53:51 +08:00
Daisuke Akatsuka
b4e46e7179 Bug 1244638 - Part 2: Throw TypeError if iterationStart is NaN, negative value or Infinity. r=birtles, r=smaug
MozReview-Commit-ID: A8zSm6TgwOP

--HG--
extra : rebase_source : 50e88537430cf6cfc5552350a818128f0ff7756f
2016-03-11 18:04:39 +09:00
Daisuke Akatsuka
46e09dcc48 Bug 1244638 - Part 1:implement AnimationEffectTiming iterationStart. r=birtles, r=smaug
MozReview-Commit-ID: K9UfNViDMHz

--HG--
extra : rebase_source : 6d521503b0c80b285c7a9bfc0226f17e5648c482
2016-03-11 17:22:32 +09:00
Ehsan Akhgari
c3934a7f93 Bug 1120715 - Part 8: Expect a 304 response in the cases where we would do a successful revalidation in the RequestCache test; r=bkelly 2016-03-11 14:41:01 -05:00
Ehsan Akhgari
7a3fd2b642 Bug 1120715 - Part 7: Always use the same date representing 'now' in the RequestCache test; r=bkelly 2016-03-11 14:40:57 -05:00
Ehsan Akhgari
a014521971 Bug 1120715 - Part 5: Treat a default cache mode Request with a revalidation header as no-store; r=bkelly 2016-03-11 14:40:49 -05:00
Ehsan Akhgari
440ae27065 Bug 1120715 - Part 4: Add tests for Request.cache; r=bkelly 2016-03-11 14:40:45 -05:00
Ryan VanderMeulen
e98112b9bd Backed out 8 changesets (bug 1120715) for Android dom/u2f/tests/test_no_token.html permafail.
Backed out changeset 043770204431 (bug 1120715)
Backed out changeset e10c375353f4 (bug 1120715)
Backed out changeset c2871dbeb7cc (bug 1120715)
Backed out changeset 79158f028ad3 (bug 1120715)
Backed out changeset c74866f52320 (bug 1120715)
Backed out changeset c731944ecc64 (bug 1120715)
Backed out changeset 44f346712a3a (bug 1120715)
Backed out changeset 60d6045125e2 (bug 1120715)

CLOSED TREE
2016-03-10 20:20:05 -05:00
Ehsan Akhgari
ec0f6159f9 Bug 1120715 - Part 8: Expect a 304 response in the cases where we would do a successful revalidation in the RequestCache test; r=bkelly 2016-03-10 17:29:11 -05:00
Ehsan Akhgari
a87c7ce05b Bug 1120715 - Part 7: Always use the same date representing 'now' in the RequestCache test; r=bkelly 2016-03-10 17:29:11 -05:00
Ehsan Akhgari
53434f9639 Bug 1120715 - Part 5: Treat a default cache mode Request with a revalidation header as no-store; r=bkelly 2016-03-10 17:29:11 -05:00
Ehsan Akhgari
d0de91c2ae Bug 1120715 - Part 4: Add tests for Request.cache; r=bkelly 2016-03-10 17:29:11 -05:00
Ryan VanderMeulen
45bc286bea No bug - Add some Win10 w-p-t annotations (same as other Windows platforms). rs=me
--HG--
extra : rebase_source : 8eeb28e437e8a7bf25807825071829453713c654
2016-03-10 11:19:44 -05:00
Daisuke Akatsuka
2d2c72ccbf Bug 1237173 - Part3: Throw TypeError if duration is NaN, negative value or not 'auto' string. r=birtles, r=smaug 2016-03-09 14:01:45 +09:00
Daisuke Akatsuka
cb51780a6e Bug 1237173 - Part2: Change type of duration to Maybe<StickyTimeDuration>. r=birtles 2016-03-09 14:14:20 +09:00
Wes Kocher
53011a6a05 Backed out 6 changesets (bug 1120715) for wpt bustage in request-cache.html
Backed out changeset 2ee4b18f6b3a (bug 1120715)
Backed out changeset f87a25ade31e (bug 1120715)
Backed out changeset 9391f22c08c2 (bug 1120715)
Backed out changeset c5bf9f7bb86e (bug 1120715)
Backed out changeset 7e003fb64d41 (bug 1120715)
Backed out changeset ef66b64e9f8a (bug 1120715)

MozReview-Commit-ID: AI47IhtGWea
2016-03-09 15:57:43 -08:00
Ehsan Akhgari
ea3b20fae4 Bug 1120715 - Part 5: Treat a default cache mode Request with a revalidation header as no-store; r=bkelly 2016-03-09 16:44:58 -05:00
Ehsan Akhgari
eeba9e16a3 Bug 1120715 - Part 4: Add tests for Request.cache; r=bkelly 2016-03-09 16:44:50 -05:00
Ryo Motozawa
ef768c7933 Bug 1244635 - Part3 Add enddelay tests in testing/web-platform/tests/web-animations r=hiro
MozReview-Commit-ID: GnIp7BmwPxw

--HG--
extra : rebase_source : b7fe13202c11802a90f3e20674a84f38ecb0b7c2
2016-03-08 10:31:36 +09:00
Boris Zbarsky
3d39097c61 Bug 1254293. Fix dom::GetArrayIndexFromId to actually follow the spec for large indices (i.e. ones that don't fit in in int32_t). r=peterv 2016-03-08 17:21:40 -05:00
Boris Zbarsky
d29c2409f0 Bug 1253591. HTMLAllCollection should be rooted at the document, not the root element, so it can find the root element. r=peterv 2016-03-08 17:21:40 -05:00
James Graham
1b28bc5637 Bug 1199038 - Increase the timeout in worker test to reduce instability, r=Ms2ger
MozReview-Commit-ID: 6N3ocuwWpRP

--HG--
extra : rebase_source : 17cd22b62e57359e6cb1c901cdd3c2ef4f9f19f2
2016-03-07 14:32:47 +00:00
Boris Chiou
fb0552261b Bug 1241784 - Part 4: Remove removeElement from testcommon.js. r=birtles 2016-03-06 19:35:00 +01:00
Boris Chiou
466fb3615b Bug 1241784 - Part 3: Test. r=birtles 2016-03-06 19:33:00 +01:00
Ryan VanderMeulen
27d8b691c1 Bug 1253849 - Annotate some expected Windows e10s w-p-t failures.
--HG--
extra : rebase_source : 76f21c32081896e4edd9e0c6d6a96ee8ebd5080c
2016-03-05 15:47:39 -05:00
Phil Ringnalda
cabee82044 Back out 9 changesets (bug 801176) for frequent crashes in test_offscreencanvas_dynamic_fallback.html
Backed out changeset 82320c900699 (bug 801176)
Backed out changeset 624fb8512ba5 (bug 801176)
Backed out changeset a2a7b1c4dc5b (bug 801176)
Backed out changeset e210473d793c (bug 801176)
Backed out changeset 0fb279e041e1 (bug 801176)
Backed out changeset c090dc98c670 (bug 801176)
Backed out changeset fc509e59a0cd (bug 801176)
Backed out changeset 134a8c56335a (bug 801176)
Backed out changeset 2022afa9aef2 (bug 801176)
2016-03-05 07:20:47 -08:00
James Graham
67b7eff3f1 Bug 1253226 - fixup! Update web-platform-tests expected data to revision 833a6d13372424758a6e3a770ecc6e8d1ffaae67, a=testonly on a CLOSED TREE
MozReview-Commit-ID: CwDu17e5QQ5
2016-03-04 17:47:09 +00:00
James Graham
451223aa33 Bug 1253226 - Update web-platform-tests expected data to revision 833a6d13372424758a6e3a770ecc6e8d1ffaae67, a=testonly
MozReview-Commit-ID: qY6ySQybzd
2016-03-04 16:16:51 +00:00
James Graham
5ede08f1d9 Bug 1253226 - Update web-platform-tests to revision 833a6d13372424758a6e3a770ecc6e8d1ffaae67, a=testonly
MozReview-Commit-ID: 5p4t1pbJpjq


--HG--
rename : testing/web-platform/tests/websockets/websocket.js => testing/web-platform/tests/websockets/websocket.sub.js
2016-03-04 16:16:51 +00:00
vincentliu
f86b80be5f Bug 801176 - part9-v1: Disable interface check for commit(). r=James Graham
---
 testing/web-platform/meta/html/dom/interfaces.html.ini | 6 ------
 1 file changed, 6 deletions(-)
2016-03-04 15:25:19 +08:00
Ben Kelly
6c56c9b9be Bug 1252055 P2 Update tests to verify ServiceWorker object equality. r=ehsan 2016-03-03 19:37:59 -05:00
Valentin Gosu
ef156107f8 Bug 652186 - Implement URL Standard's backslash replacement - web-platform-tests r=annevk
MozReview-Commit-ID: 3MGoQxMjQ4n

--HG--
extra : rebase_source : 555989dae5daee9a74cf0acf78626ef40de2b887
2016-03-03 15:27:40 +01:00
Ehsan Akhgari
38637e2005 Bug 1251872 - Part 1: Implement Request.referrerPolicy; r=jdm 2016-03-03 16:43:55 -05:00
Ehsan Akhgari
36207d26f5 Bug 1251448 - Add support for RequestInit.referrer; r=jdm 2016-03-02 18:18:27 -05:00
Ruxton
01328cb6b4 Bug 1033144 - Part 3: Update web-platform-tests to expect PASS for oncuechange on TextTrack. r=rillian 2016-03-02 11:35:09 -08:00
Daisuke Akatsuka
0b1a2c1ae5 Bug 1248338 - Implement iterationStart; r=birtles 2016-03-02 16:23:34 +09:00
Christoph Kerschbaumer
54abdc8127 Bug 1195172 - Update web platform tests (r=ethan) 2016-03-01 13:06:40 -08:00
Ehsan Akhgari
8b94dc47cb Bug 1251875 - Part 2: Remove the dom.serviceWorkers.interception.opaque.enabled pref; r=bkelly 2016-03-01 09:17:59 -05:00
Ehsan Akhgari
8a0731fdde Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00