https://github.com/web-platform-tests/wpt

sort by:
Revision Author Date Message Commit Date
46b7917 Test initial LF in pre/textarea/listing with innerHTML The HTML spec requires this for proper round-tripping, but only Presto has implemented it so far. Ref. https://github.com/whatwg/html/issues/944 31 March 2016, 13:03:06 UTC
e64ef88 Merge pull request #2733 from gsnedders/testharnesscss-purge Remove more testharness.css links 31 March 2016, 01:23:16 UTC
5cdc807 Remove more testharness.css links (#2217) 31 March 2016, 01:17:43 UTC
8e4ee7b Merge pull request #2730 from andreastt/update-tools tools: update to 75f15f2 which includes vendored pytest 30 March 2016, 12:20:49 UTC
8613318 tools: update to 75f15f2 which includes vendored pytest Updates wpt-tools submodule to 75f15f2. This includes a vendored pytest dependency that the WebDriver specification tests will pick up soon. 30 March 2016, 12:10:20 UTC
7752e00 Merge pull request #2726 from agouaillard/master ENH: flat layout with explicit names 27 March 2016, 07:56:24 UTC
2d7753f ENH: flat layout with explicit names 24 March 2016, 16:49:53 UTC
0bc025c Merge pull request #2686 from gsnedders/webstorage-xml-char Add a bunch of tests for Web Storage to ensure all DOMStrings work; r=Ms2ger 24 March 2016, 13:00:35 UTC
dc951ae Add a bunch of tests for Web Storage to ensure all DOMStrings work IE at least used to use an XML-backed store which required both keys and values to match the Char production in XML 1.0. These tests should suffice for both XML 1.0 and XML 1.1. 24 March 2016, 12:58:25 UTC
72ff9c4 Merge pull request #2725 from agouaillard/master ENH: Update IDL and reorder tests. 24 March 2016, 08:29:13 UTC
cc74f56 ENH: Update IDL and reorder tests. Test existence of API through IDL testing, before testing the values. One of thevalue test was failing, preventing the idl test from running. This allows to run more tests on every browsers (esp. FF). 24 March 2016, 06:51:53 UTC
f03803b Merge pull request #2724 from agouaillard/master ENH: removed the links to the css sheet as per Dom request. 24 March 2016, 00:48:50 UTC
f54480e ENH: removed the links to the css sheet as per Dom request. 23 March 2016, 23:45:44 UTC
48d3bac Merge pull request #2723 from agouaillard/master BUG: typo preventing the test to run. 23 March 2016, 22:59:08 UTC
5734c7c BUG: typo preventing the test to run. 23 March 2016, 22:46:51 UTC
707f87a Update to latest wpt-tools 23 March 2016, 09:43:13 UTC
b1d9d2b Merge pull request #2667 from dagnir/xhr-data Update expected values in data-uri.htm; r=annevk 22 March 2016, 22:28:25 UTC
0e9955b Merge pull request #2657 from agouaillard/master Add Basic navigator.mediaDevices test. 22 March 2016, 19:07:41 UTC
fe87f9b Update expected value in data-uri.htm Per the spec, empty byte sequence should be expected for status == 0. 22 March 2016, 17:32:36 UTC
e9b6636 Merge pull request #2720 from w3c/sync_b62322e4ba8c3f2a02efe04497abb7ae46317e66 Merge pull request #2720 from sync_b62322e4ba8c3f2a02efe04497abb7ae46317e66 22 March 2016, 16:12:47 UTC
b27a772 Merge pull request #2719 from w3c/sync_aa5263ed69f70c34ef4d876e588dc97c256a4ac3 Merge pull request #2719 from sync_aa5263ed69f70c34ef4d876e588dc97c256a4ac3 22 March 2016, 16:12:13 UTC
80ed003 Merge pull request #2718 from w3c/sync_b4d4014930b9ffdc7556093e7f5c48ccac50f852 Merge pull request #2718 from sync_b4d4014930b9ffdc7556093e7f5c48ccac50f852 22 March 2016, 16:11:29 UTC
32df604 Merge pull request #2717 from w3c/sync_b150bc5b8fed5a6240fd7add6e69e59489adbff7 Merge pull request #2717 from sync_b150bc5b8fed5a6240fd7add6e69e59489adbff7 22 March 2016, 16:10:59 UTC
aa5263e Use a slow-loading image in some tests that will load after a minute and a half rather than seven and a half weeks, MozReview-Commit-ID: KQXGe8oqQoc Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1238435 22 March 2016, 16:10:34 UTC
b150bc5 Fix zero-length segment handling; 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 Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1254419 22 March 2016, 16:10:34 UTC
b4d4014 Make subtest names stable for a fetch api test, MozReview-Commit-ID: Gf66UU9gaqL Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1257601 22 March 2016, 16:10:34 UTC
b62322e Add support for navigator.hardwareConcurrency. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1008453 22 March 2016, 16:10:34 UTC
15ddebd Update to latest wpt-tools 22 March 2016, 16:02:38 UTC
322a3b6 Merge pull request #2715 from youennf/non-testharness-clashing-test-files Renaming test files to ensure they do not conflict 21 March 2016, 16:13:27 UTC
d95ae78 Renaming test files to ensure they do not conflict 21 March 2016, 15:50:20 UTC
f0c730b Merge pull request #2714 from youennf/additional-clashing-test-files Renaming test filenames to ensure WebKit test expectations do not clash; rs=Ms2ger 21 March 2016, 10:42:59 UTC
5e50a76 Renaming files to ensure WebKit test expectations do not clash 21 March 2016, 10:03:44 UTC
77e0742 Merge pull request #2713 from Ms2ger/attributes Test that the name argument to setAttribute/NS is checked when an attribute with that name is present. 21 March 2016, 09:21:39 UTC
b950157 Test that the name argument to setAttribute/NS is checked when an attribute with that name is present. Reported by Oriol in <https://bugzilla.mozilla.org/show_bug.cgi?id=1258205>. 21 March 2016, 08:06:53 UTC
4412f15 Sync with spec as per Dom comment. 18 March 2016, 23:59:45 UTC
4c3959a ENH: check for presence, do not call it. 18 March 2016, 23:55:48 UTC
79f6482 Merge pull request #2712 from w3c/zcorpan-characterdata-appendchild Create CharacterData-appendChild.html; r=Ms2ger 18 March 2016, 15:29:48 UTC
ad6f06a Create CharacterData-appendChild.html This is stated explicitly in the spec, but I recently came across unexpected non-interoperability here... Original PR: https://github.com/w3c/web-platform-tests/pull/2705 by @travisleithead. 18 March 2016, 15:11:10 UTC
e9d6668 Merge pull request #2711 from Ms2ger/new-doc Test new Document() in interfaces.html. 18 March 2016, 12:05:34 UTC
03f3a3f Test new Document() in interfaces.html. 18 March 2016, 11:58:41 UTC
a2f1d81 Merge pull request #2710 from Ms2ger/body Don't use (new Document()).body in Event-dispatch-bubbles-false.html. 18 March 2016, 11:53:39 UTC
585e2b3 Don't use (new Document()).body in Event-dispatch-bubbles-false.html. This is undefined in Gecko, and isn't relevant to the test at hand. 18 March 2016, 11:49:37 UTC
8552713 Merge pull request #2707 from andreastt/update-wpttools tools: update to ddb70f91a4b814603546f34f04dc928ed05c101e; r=Ms2ger 17 March 2016, 13:42:25 UTC
34b59ed tools: update to ddb70f91a4b814603546f34f04dc928ed05c101e 17 March 2016, 13:30:50 UTC
dccaa41 Merge pull request #2704 from w3c/sync_c7aa2f9d54a99b2d7d950229240b761f0f72a502 Merge pull request #2704 from sync_c7aa2f9d54a99b2d7d950229240b761f0f72a502 16 March 2016, 13:47:07 UTC
803223c Merge pull request #2703 from w3c/sync_494f3e8215fe68a1bccdce91a4d157e1cc40b1ff Merge pull request #2703 from sync_494f3e8215fe68a1bccdce91a4d157e1cc40b1ff 16 March 2016, 13:46:48 UTC
02e5a53 Merge pull request #2702 from w3c/sync_e70a48f7eea45f8d19ec47dc15bebb9a2ef010de Merge pull request #2702 from sync_e70a48f7eea45f8d19ec47dc15bebb9a2ef010de 16 March 2016, 13:46:27 UTC
dad6514 Merge pull request #2701 from w3c/sync_39bc95af68bd8f99b02a916fb0ca57633b1c14e1 Merge pull request #2701 from sync_39bc95af68bd8f99b02a916fb0ca57633b1c14e1 16 March 2016, 13:46:05 UTC
3768ad8 Merge pull request #2700 from w3c/sync_c5b25cadbfc0e66a410aa24e1c6ff667aa58ddfa Merge pull request #2700 from sync_c5b25cadbfc0e66a410aa24e1c6ff667aa58ddfa 16 March 2016, 13:45:44 UTC
7a405d4 Merge pull request #2699 from w3c/sync_6d849ef3afa1687f67287d46d27d65d32f34a133 Merge pull request #2699 from sync_6d849ef3afa1687f67287d46d27d65d32f34a133 16 March 2016, 13:45:25 UTC
44cca83 Merge pull request #2698 from w3c/sync_8f1a9d4987a5d27994fc27c74b41831750fd05cf Merge pull request #2698 from sync_8f1a9d4987a5d27994fc27c74b41831750fd05cf 16 March 2016, 13:44:59 UTC
b310352 Merge pull request #2697 from w3c/sync_d0b6bd6b6080e146bc06097dbee143ba606a4d32 Merge pull request #2697 from sync_d0b6bd6b6080e146bc06097dbee143ba606a4d32 16 March 2016, 13:44:32 UTC
7369354 Merge pull request #2696 from w3c/sync_d9fcab45e2d6e7d395c7a247282ca672bd047113 Merge pull request #2696 from sync_d9fcab45e2d6e7d395c7a247282ca672bd047113 16 March 2016, 13:44:12 UTC
9b321ad Merge pull request #2695 from w3c/sync_33ae9a395b772c5fd1d40ae4d268e90f824de94f Merge pull request #2695 from sync_33ae9a395b772c5fd1d40ae4d268e90f824de94f 16 March 2016, 13:43:52 UTC
a9b6113 Merge pull request #2694 from w3c/sync_274bdf7452e532d5f7d1c0462edd6b9a85ac0fdf Merge pull request #2694 from sync_274bdf7452e532d5f7d1c0462edd6b9a85ac0fdf 16 March 2016, 13:43:34 UTC
acf0f2b Merge pull request #2693 from w3c/sync_47291d177b1aef8302cb12764ac4042eeb46fe70 Merge pull request #2693 from sync_47291d177b1aef8302cb12764ac4042eeb46fe70 16 March 2016, 13:43:15 UTC
87b34b7 Merge pull request #2692 from w3c/sync_2a52379ecae902a06669f33ad93fd82189eb754e Merge pull request #2692 from sync_2a52379ecae902a06669f33ad93fd82189eb754e 16 March 2016, 13:42:58 UTC
a478f09 Merge pull request #2691 from w3c/sync_03ad5a14c3cd1bf2d340cca3124aa4b2517e5de6 Merge pull request #2691 from sync_03ad5a14c3cd1bf2d340cca3124aa4b2517e5de6 16 March 2016, 13:42:40 UTC
4c3ec2e Merge pull request #2690 from w3c/sync_c48c1025baae398e5aa6ae170da955f8bd7c5a82 Merge pull request #2690 from sync_c48c1025baae398e5aa6ae170da955f8bd7c5a82 16 March 2016, 13:42:22 UTC
ffc1564 Merge pull request #2689 from w3c/sync_5a583d2874bd318f8a3ba38861da6b848094c060 Merge pull request #2689 from sync_5a583d2874bd318f8a3ba38861da6b848094c060 16 March 2016, 13:42:04 UTC
e23fb8a Merge pull request #2688 from w3c/sync_156e0cdcbcdf842e372ee6102a38e561b582c98d Merge pull request #2688 from sync_156e0cdcbcdf842e372ee6102a38e561b582c98d 16 March 2016, 13:41:45 UTC
e6bab6f Merge pull request #2687 from w3c/sync_008ccd09ae3a3ed249a4f6f57db5d7cb391d16b9 Merge pull request #2687 from sync_008ccd09ae3a3ed249a4f6f57db5d7cb391d16b9 16 March 2016, 13:41:26 UTC
008ccd0 Implement Request.referrerPolicy; Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1251872 16 March 2016, 13:41:06 UTC
03ad5a1 HTMLAllCollection should be rooted at the document, not the root element, so it can find the root element. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1253591 16 March 2016, 13:41:06 UTC
156e0cd Test. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1241784 16 March 2016, 13:41:06 UTC
274bdf7 Part2: Change type of duration to Maybe<StickyTimeDuration>. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1237173 16 March 2016, 13:41:06 UTC
2a52379 Fix dom::GetArrayIndexFromId to actually follow the spec for large indices (i.e. ones that don't fit in in int32_t). Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1254293 16 March 2016, 13:41:06 UTC
33ae9a3 Part3: Throw TypeError if duration is NaN, negative value or not 'auto' string. r=birtles, Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1237173 16 March 2016, 13:41:06 UTC
39bc95a Throw TypeError if iterationStart is NaN, negative value or Infinity. r=birtles, MozReview-Commit-ID: A8zSm6TgwOP Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1244638 16 March 2016, 13:41:06 UTC
47291d1 Part3 Add enddelay tests in testing/web-platform/tests/web-animations MozReview-Commit-ID: GnIp7BmwPxw Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1244635 16 March 2016, 13:41:06 UTC
494f3e8 followup - Add comment to details10 in toggleEvent.html for consistency. Comment-only so DONTBUILD. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1225412 16 March 2016, 13:41:06 UTC
5a583d2 Remove removeElement from testcommon.js. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1241784 16 March 2016, 13:41:06 UTC
6d849ef Expect a 304 response in the cases where we would do a successful revalidation in the RequestCache test; Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1120715 16 March 2016, 13:41:06 UTC
8f1a9d4 Always use the same date representing 'now' in the RequestCache test; Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1120715 16 March 2016, 13:41:06 UTC
c48c102 Increase the timeout in worker test to reduce instability, MozReview-Commit-ID: 6N3ocuwWpRP Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1199038 16 March 2016, 13:41:06 UTC
c5b25ca implement AnimationEffectTiming iterationStart. r=birtles, MozReview-Commit-ID: K9UfNViDMHz Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1244638 16 March 2016, 13:41:06 UTC
c7aa2f9 Increase the internal timeout for a test that depends on a window opening, MozReview-Commit-ID: HzNYyHiehbU Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1215812 16 March 2016, 13:41:06 UTC
d0b6bd6 Treat a default cache mode Request with a revalidation header as no-store; Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1120715 16 March 2016, 13:41:06 UTC
d9fcab4 Add tests for Request.cache; Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1120715 16 March 2016, 13:41:06 UTC
e70a48f Add support to dispatch toggle events to details element. 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 Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1225412 16 March 2016, 13:41:06 UTC
daa3b6f Merge pull request #2665 from rniwa/add-rootNode-test Add a test for Node.prototype.rootNode; r=jgraham 16 March 2016, 07:57:52 UTC
09062f5 Add a test for Node.prototype.rootNode See https://dom.spec.whatwg.org/#dom-node-rootnode 15 March 2016, 23:14:40 UTC
66c4613 Merge pull request #2685 from Ms2ger/ws Update 003-sets-origin.worker.js to websocket.js being moved. 15 March 2016, 14:50:08 UTC
4e99e84 Update 003-sets-origin.worker.js to websocket.js being moved. 15 March 2016, 14:43:55 UTC
93ed0e7 Merge pull request #2684 from w3c/sync_556db6811d4b2cd249477d7803f2523eda6d3fed Merge pull request #2684 from sync_556db6811d4b2cd249477d7803f2523eda6d3fed 15 March 2016, 14:41:08 UTC
ee40b00 Merge pull request #2683 from w3c/sync_afda824cd2777396313f5ae95c4a0dfc4c0c0082 Merge pull request #2683 from sync_afda824cd2777396313f5ae95c4a0dfc4c0c0082 15 March 2016, 14:40:53 UTC
9120095 Merge pull request #2682 from w3c/sync_f3025b97add09edfb75515ae4e28ce69cf3374a1 Merge pull request #2682 from sync_f3025b97add09edfb75515ae4e28ce69cf3374a1 15 March 2016, 14:40:38 UTC
da9d4c6 Merge pull request #2681 from w3c/sync_06ecd0f5a2e8f68b11f20666037c14d506a6d7a0 Merge pull request #2681 from sync_06ecd0f5a2e8f68b11f20666037c14d506a6d7a0 15 March 2016, 14:40:21 UTC
8677c89 Merge pull request #2680 from w3c/sync_c809161416c88e0dbd732accb95ce3775c0505ee Merge pull request #2680 from sync_c809161416c88e0dbd732accb95ce3775c0505ee 15 March 2016, 14:40:03 UTC
b24408a Merge pull request #2679 from w3c/sync_a42ba9c9137bc9b9dbe23530754eaca42da08630 Merge pull request #2679 from sync_a42ba9c9137bc9b9dbe23530754eaca42da08630 15 March 2016, 14:39:49 UTC
c06c8a4 Merge pull request #2678 from w3c/sync_756c9df0e2c649190f411d15ea2b0476f2cea61c Merge pull request #2678 from sync_756c9df0e2c649190f411d15ea2b0476f2cea61c 15 March 2016, 14:39:35 UTC
a147e8d Merge pull request #2677 from w3c/sync_287bc983884d975ab346f73d8ae230d15e3e7855 Merge pull request #2677 from sync_287bc983884d975ab346f73d8ae230d15e3e7855 15 March 2016, 14:39:21 UTC
b289f2a Merge pull request #2676 from w3c/sync_ca91f4b18b3953c81a82cc0fb5d13a6907009f57 Merge pull request #2676 from sync_ca91f4b18b3953c81a82cc0fb5d13a6907009f57 15 March 2016, 14:39:08 UTC
9c75f2a Merge pull request #2675 from w3c/sync_1e73658626a4dc94e0f65e2802dede525bc7dd94 Merge pull request #2675 from sync_1e73658626a4dc94e0f65e2802dede525bc7dd94 15 March 2016, 14:38:53 UTC
12311b2 Merge pull request #2674 from w3c/sync_3fb71ec693023e589b1805f39c8a6e4cd945cba0 Merge pull request #2674 from sync_3fb71ec693023e589b1805f39c8a6e4cd945cba0 15 March 2016, 14:38:39 UTC
06ecd0f Fix the Node.replaceChild tests That method first does "if node is a host-including inclusive ancestor of parent, throw a HierarchyRequestError" and only then "if child’s parent is not parent, throw a NotFoundError exception". 15 March 2016, 14:38:26 UTC
1e73658 use return value of invoking event handlers to cancel the event 15 March 2016, 14:38:26 UTC
287bc98 Implement Element.getAttributeNames 15 March 2016, 14:38:26 UTC
556db68 Add test for get action URL planned navigation 15 March 2016, 14:38:26 UTC
756c9df Fix the "get the parent" loop when dispatching event (fixes #6733) The DOM specification says: A document's get the parent algorithm, given an event, returns null if event's type attribute value is "load" or document does not have a browsing context, and the document's associated Window object otherwise. 15 March 2016, 14:38:26 UTC
back to top