sort by:
Revision Author Date Message Commit Date
c88c766 One resource entry per resource 28 April 2016, 01:54:32 UTC
17177c1 Tests for PerformanceObservers (#2884) 27 April 2016, 23:48:17 UTC
c969f97 Create textdecoder-fatal-single-byte.html (#2899) Test for behavior of single byte encoders when the fatal flag is set, when encountering an undefined pointer. 27 April 2016, 16:46:15 UTC
78b80c5 Add <meta name=variant>s to websocket tests for wss: (#2736) 27 April 2016, 14:52:43 UTC
31887a6 Add nonexistent-origin.web-platform.test to hosts (#2673) XMLHttpRequest/send-network-error-async-events.sub.htm does not pass without it on Windows 27 April 2016, 14:48:59 UTC
1fe69cf Check for TypeError instead of SyntaxError when invalid ByteString is supplied (#2806) 27 April 2016, 14:42:12 UTC
4c0766b Ensure that fetch cookie test assertion failures will make the test fail (#2916) 27 April 2016, 14:34:29 UTC
8467605 Update OWNERS from Google. (#2912) 27 April 2016, 10:20:26 UTC
0bc8239 Merge pull request #2910 from rniwa/add-shadow-root-import-adopt-tests Add tests for calling Document.prototype.adoptNode and importNode on a shadow root 27 April 2016, 04:53:10 UTC
028d354 Remove self from all OWNERS files (#2907) 26 April 2016, 14:26:12 UTC
2f33b51 Simplify callback-invoked.html. (#2879); r=plehegar 26 April 2016, 14:05:41 UTC
b94b419 Merge pull request #2906 from w3c/sync_161e9abad7f98eb0596720470bbd2398c2e0c57f Merge pull request #2906 from sync_161e9abad7f98eb0596720470bbd2398c2e0c57f 26 April 2016, 13:00:10 UTC
eb2dcea Merge pull request #2905 from w3c/sync_63c1140a0116a038e14855183c7f54b8526aca2d Merge pull request #2905 from sync_63c1140a0116a038e14855183c7f54b8526aca2d 26 April 2016, 12:59:51 UTC
da52df1 Merge pull request #2904 from w3c/sync_f8d1ffa80e263334d9471281ba69734cdf8bdaa5 Merge pull request #2904 from sync_f8d1ffa80e263334d9471281ba69734cdf8bdaa5 26 April 2016, 12:59:36 UTC
68ddfea Merge pull request #2903 from w3c/sync_b9c28f4e428e2c560e62996d0acaa86392e39d1c Merge pull request #2903 from sync_b9c28f4e428e2c560e62996d0acaa86392e39d1c 26 April 2016, 12:59:20 UTC
e853f85 Merge pull request #2902 from w3c/sync_106e492e0171eb5ec0b3b28498bcec6403c19605 Merge pull request #2902 from sync_106e492e0171eb5ec0b3b28498bcec6403c19605 26 April 2016, 12:59:05 UTC
bc0b23c Merge pull request #2901 from w3c/sync_9d2308aa42c2c544d47cc1f70cb3d5dc8020b63a Merge pull request #2901 from sync_9d2308aa42c2c544d47cc1f70cb3d5dc8020b63a 26 April 2016, 12:58:48 UTC
161e9ab Allow setting withCredentials in synchronous XMLHttpRequest closes #10839 26 April 2016, 12:58:36 UTC
63c1140 Modify Worker constructor to use the document's base URL. 26 April 2016, 12:58:36 UTC
106e492 Implement Element::hasAttributes 26 April 2016, 12:58:35 UTC
9d2308a Use DOM width/height for canvas display list item. 26 April 2016, 12:58:35 UTC
b9c28f4 Only test expected origin when it is present https://github.com/w3c/web-platform-tests/pull/2584 26 April 2016, 12:58:35 UTC
f8d1ffa Implements Node::isSameNode Fixes #10746 Adapted the tests from dom/nodes/Node-isEqualNode.html 26 April 2016, 12:58:35 UTC
dac45e9 Document attributes should not leak shadow nodes (#2900) Document attributes that returns HTMLCollection (document.all, document.forms, etc.) should not leak any elements in shadow tree. In this test, these attributes are tested: - document.scripts - document.all - document.forms - document.images - document.links - document.anchors - document.embeds - document.plugins - document.applets 26 April 2016, 12:42:20 UTC
db4eb13 Update `createEvent` `ProgressEvent` test to reflect DOM spec. (#2897); r=Ms2ger https://github.com/whatwg/dom/commit/9e3ce67c7927d6642646a3d0c84fa6d8f7926cfa 26 April 2016, 09:31:10 UTC
d5a4c5b Import a URL parsing test from rust-url 25 April 2016, 23:45:11 UTC
583e511 Update streams tests from whatwg/streams repo (#2880) This updates the streams tests to https://github.com/whatwg/streams/commit/99cfb628c2e554277f4bad788e2a6a552499c883. Going forward, they will be maintained here and deleted from whatwg/streams. 25 April 2016, 12:36:52 UTC
d253973 Update `createEvent` `ErrorEvent` test to reflect DOM spec. (#2890) https://github.com/whatwg/dom/commit/9e3ce67c7927d6642646a3d0c84fa6d8f7926cfa 25 April 2016, 08:07:32 UTC
b181892 Merge pull request #2881 from w3c/resource-timing/performance-observer-idl Sync'ed RT IDL to add PerformanceObservers 22 April 2016, 13:28:54 UTC
0a518aa Merge pull request #2876 from w3c/sync_2ef3ad48eb2eec064719454ed6fca009d0afb10a Merge pull request #2876 from sync_2ef3ad48eb2eec064719454ed6fca009d0afb10a 21 April 2016, 09:32:28 UTC
2ef3ad4 element scroll setters 21 April 2016, 09:32:14 UTC
156a37a Update websocket test: C0 controls are trimmed from URLs https://html.spec.whatwg.org/multipage/comms.html#dom-websocket says to parse the first argument with https://url.spec.whatwg.org/#concept-url-parser, which in turns says: > Remove any leading and trailing C0 controls and space from input. Which links to: > The C0 controls and space are C0 controls and code point U+0020. > The C0 controls are code points in the range U+0000 to U+001F, inclusive. So a trailing U+0000 is removed from a string when parsing it as an URL. 21 April 2016, 08:35:40 UTC
3d40f9b Update EventObject.after.dispatchEvent.html. (#2870); r=AryehGregor 21 April 2016, 08:10:51 UTC
42c40b5 FileAPI: Blob constructor's first argument now optional, no more overload (#2871) 21 April 2016, 02:05:27 UTC
7bce76f Merge pull request #2748 from hillbrad/csp_testsuite_debugging CSP testsuite debugging 20 April 2016, 21:35:54 UTC
78c99c7 Add self to media-source/OWNERS (#2873) 20 April 2016, 18:47:17 UTC
15f178d Add self to html/OWNERS (#2872) 20 April 2016, 18:24:50 UTC
e563cb5 fix test descriptions for form action (#2753) 20 April 2016, 16:02:28 UTC
44de754 Merge pull request #2746 from hillbrad/bind test "t_alert" is out of scope w/o bind of this 20 April 2016, 16:01:00 UTC
26663ba Merge pull request #2869 from w3c/sync_be8426404e2b6729dd5d739ddf3f40ad0ec4ac57 Merge pull request #2869 from sync_be8426404e2b6729dd5d739ddf3f40ad0ec4ac57 20 April 2016, 15:26:42 UTC
b07d0ff Merge pull request #2868 from w3c/sync_33ab6d6e64235dae2ad001508a0b7584d5970452 Merge pull request #2868 from sync_33ab6d6e64235dae2ad001508a0b7584d5970452 20 April 2016, 15:26:23 UTC
b7fe30c Merge pull request #2867 from w3c/sync_65cf3f279f671327adb4c3badb9ac7ff735a9ced Merge pull request #2867 from sync_65cf3f279f671327adb4c3badb9ac7ff735a9ced 20 April 2016, 15:26:02 UTC
37b7312 Merge pull request #2866 from w3c/sync_18fe2fb17f98c1f2eee7d72312b6319fbee6506d Merge pull request #2866 from sync_18fe2fb17f98c1f2eee7d72312b6319fbee6506d 20 April 2016, 15:25:43 UTC
e497241 Merge pull request #2865 from w3c/sync_0c26f926e03d08b3fea881d885e58e48b0c884b9 Merge pull request #2865 from sync_0c26f926e03d08b3fea881d885e58e48b0c884b9 20 April 2016, 15:25:24 UTC
c1132ab Merge pull request #2864 from w3c/sync_6c40baed68f3bde58172d80868ee6082798e29e2 Merge pull request #2864 from sync_6c40baed68f3bde58172d80868ee6082798e29e2 20 April 2016, 15:25:00 UTC
d0fb78d Merge pull request #2863 from w3c/sync_f4fc909c8ae42a753222e92002ed159842c70918 Merge pull request #2863 from sync_f4fc909c8ae42a753222e92002ed159842c70918 20 April 2016, 15:24:42 UTC
df5d981 Merge pull request #2862 from w3c/sync_aa91106484335c796141bd5e33ee6e92ac9492f6 Merge pull request #2862 from sync_aa91106484335c796141bd5e33ee6e92ac9492f6 20 April 2016, 15:24:23 UTC
be56516 Merge pull request #2861 from w3c/sync_d0cabcd653628490f9b2779870424f25b45db3e7 Merge pull request #2861 from sync_d0cabcd653628490f9b2779870424f25b45db3e7 20 April 2016, 15:24:00 UTC
28d5430 Merge pull request #2860 from w3c/sync_b114d46120e55ac076c5335ed23e57e22b99c2ee Merge pull request #2860 from sync_b114d46120e55ac076c5335ed23e57e22b99c2ee 20 April 2016, 15:23:41 UTC
7d1821a Merge pull request #2859 from w3c/sync_57a175c5afb2d1a824b14a210b38cd7f395b1f43 Merge pull request #2859 from sync_57a175c5afb2d1a824b14a210b38cd7f395b1f43 20 April 2016, 15:23:22 UTC
d81175d Merge pull request #2858 from w3c/sync_f779a24f059bc8348a760334e3abf8a4497bf51b Merge pull request #2858 from sync_f779a24f059bc8348a760334e3abf8a4497bf51b 20 April 2016, 15:23:00 UTC
402f9d7 Merge pull request #2857 from w3c/sync_3fede5122411bd6662daf86c41253f80df58f362 Merge pull request #2857 from sync_3fede5122411bd6662daf86c41253f80df58f362 20 April 2016, 15:22:41 UTC
fd3d7c0 Merge pull request #2856 from w3c/sync_8e5a89405cf3a69772ad4cd7f566fb481b278bb1 Merge pull request #2856 from sync_8e5a89405cf3a69772ad4cd7f566fb481b278bb1 20 April 2016, 15:22:23 UTC
cce7a98 Merge pull request #2855 from w3c/sync_6aa336f1fad6319ed2a9480661958cdc4d3870b3 Merge pull request #2855 from sync_6aa336f1fad6319ed2a9480661958cdc4d3870b3 20 April 2016, 15:22:01 UTC
700f410 Merge pull request #2854 from w3c/sync_efd1e74bc19cb78abee83d043e04ad5541fb9590 Merge pull request #2854 from sync_efd1e74bc19cb78abee83d043e04ad5541fb9590 20 April 2016, 15:21:43 UTC
d1ff75d Merge pull request #2853 from w3c/sync_fca53aa2393eff0ca07453922e9cc5af92ed1c5b Merge pull request #2853 from sync_fca53aa2393eff0ca07453922e9cc5af92ed1c5b 20 April 2016, 15:21:24 UTC
f59a959 Merge pull request #2852 from w3c/sync_e712d1111bc8427ce91649c37d635bf19369b345 Merge pull request #2852 from sync_e712d1111bc8427ce91649c37d635bf19369b345 20 April 2016, 15:21:03 UTC
0c26f92 Add temporary code to debug intermittent WPT failure a=testonly MozReview-Commit-ID: CwTV13yyt9z Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1263428 20 April 2016, 15:20:43 UTC
18fe2fb implement AnimationEffectTiming fill. MozReview-Commit-ID: 46kYkxy06Sk Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1244637 20 April 2016, 15:20:43 UTC
33ab6d6 Part2 - Add web-platform test for visibility handling. MozReview-Commit-ID: JBu3wbthUp3 Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1259285 20 April 2016, 15:20:43 UTC
3fede51 Unify scripts in service-worker/resources. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1263237 20 April 2016, 15:20:43 UTC
57a175c Web Platform test for embed load skipping in media nodes; Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1262184 20 April 2016, 15:20:43 UTC
65cf3f2 web-platform-test reftest; MozReview-Commit-ID: CqWnikRMwFm Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1261578 20 April 2016, 15:20:43 UTC
6aa336f Return the stored Keyframe objects from GetFrames, when available ; Before switching CSS animations over to using KeyframeEffectReadOnly::SetFrames we update the getFrames() API to return the set frame objects (when available) so that we can test that we are setting the correct frames. MozReview-Commit-ID: 4SpBRM7Ykyv Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1260655 20 April 2016, 15:20:43 UTC
6c40bae P5 Add a wpt test case for EventSource. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1263469 20 April 2016, 15:20:43 UTC
8e5a894 Add tests for changes to effect value context; MozReview-Commit-ID: JuTRERHU4xl Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1260983 20 April 2016, 15:20:43 UTC
aa91106 Move common test cases to a new file. MozReview-Commit-ID: G65kDIoGqVK Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1244643 20 April 2016, 15:20:43 UTC
b114d46 Don't allow animation of 'display' property; MozReview-Commit-ID: HOVHXfoFv5l Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1264396 20 April 2016, 15:20:43 UTC
be84264 Part2.Copy css animation mochitest to web-platform tests. MozReview-Commit-ID: 7Sl1MLWFWBQ Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1260084 20 April 2016, 15:20:43 UTC
d0cabcd Append tests for easing. MozReview-Commit-ID: 3RYWjsViwJZ Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1244643 20 April 2016, 15:20:43 UTC
e712d11 Use 50% switch behavior if StyleAnimationValue::Interpolate fails; In KeyframeEffectReadOnly::ComposeStyle we call StyleAnimationValue::Interpolate but assume that it always passes. That was true when that code was only used for CSS animations and CSS transitions since they check that their animation values can be interpolated before setting up segments. However, when we set up animations using the Web Animations API we don't perform that check so it is possible for this call to fail. In that case, we could just bail, but, according to CSS Transitions we should apply a 50% switch in this case: https://drafts.csswg.org/css-transitions/#step-types (In Web Animations, specifying this is an open issue. See: https://w3c.github.io/web-animations/#specific-animation-behaviors). Bug 1064937 tracks doing this in general (we'll likely need to mark various properties as being no longer unanimatable but instead as supporting discrete animation) but we can start to introduce it now. Later in bug 1245748, CSS animations and transitions will likely start using the same code path as the Web Animations API for setting up keyframes. As a result, unless we take care to add checks that the values we set are interpolable, the 50% switch behavior will begin to apply to CSS animations and transitions too at that point. Some concerns have been raised about possible web compatibility issues around the 50% switch behavior (see [1] and [2]). For CSS animations, Chrome already supports this behavior so it should be ok at least for CSS animations. When we switch CSS transitions over to the same code path, however, we will need to be careful to add checks that the transition endpoints are interpolable (we can investigate introducing this behavior to transitions as a separate bug that can be easily backed out / preffed off). Regarding the naming of the test added here, going forward we would like to restructure the tests under web-platform-tests to better match the structure of the Web Animations since that seems to be the convention there. However, this doesn't *quite* match the structure of the spec since there are upcoming changes to the spec in this area (e.g. renaming animation behaviors to animation types). However, it should be close enough that we don't have to move it around too much in future. [1] https://drafts.csswg.org/css-transitions/#step-types [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1064937#c0 MozReview-Commit-ID: KcxILrckJg9 Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1260572 20 April 2016, 15:20:43 UTC
efd1e74 Update keyframe-effect/constructor.html to no longer refer to PropertyIndexedKeyframes or Keyframe; These types have been removed from the normative part of the Web Animations spec. MozReview-Commit-ID: LJkWvuDCT55 Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1260655 20 April 2016, 15:20:43 UTC
f4fc909 P3 Test FetchEvent.request.cache value on reload in wpt test. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1263469 20 April 2016, 15:20:43 UTC
f779a24 Add some web platform tests that ensure that error events are fired on the window an event listener comes from, even if it's attached to an event target in a different window, and no matter how it got there. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1259784 20 April 2016, 15:20:43 UTC
fca53aa Wrap lines in keyframe-effect/constructor.html to 80 chars; r=whitespace-only MozReview-Commit-ID: FMg5uhxuZ6L Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1260655 20 April 2016, 15:20:43 UTC
08b6392 Update to latest wpttools 20 April 2016, 10:07:06 UTC
ece3594 Test order of focus-related events; r=zcorpan (#2840) https://w3c.github.io/uievents/#events-focusevent-event-order https://w3c.github.io/uievents/#legacy-focusevent-event-order 19 April 2016, 19:06:43 UTC
20fa4a3 Merge pull request #2850 from w3c/sync_3dff69059e7bbbe230ef3ced1256d6c5e2d6b364 Merge pull request #2850 from sync_3dff69059e7bbbe230ef3ced1256d6c5e2d6b364 19 April 2016, 16:39:18 UTC
3dff690 Issue #10574 Use the document base url in img add a test with base path set to the resources path and an img with a cat and the reference directly to the image 19 April 2016, 16:39:05 UTC
b62c124 Merge pull request #2849 from w3c/sync_973124167bb34f18a7e68272904b0279226c1052 Merge pull request #2849 from sync_973124167bb34f18a7e68272904b0279226c1052 19 April 2016, 15:02:01 UTC
0ee379b Merge pull request #2848 from w3c/sync_66d0b97156dd93b107259be7a444bdc09ef970f9 Merge pull request #2848 from sync_66d0b97156dd93b107259be7a444bdc09ef970f9 19 April 2016, 15:01:45 UTC
a781322 Merge pull request #2847 from w3c/sync_38d690df882fb6b0fce0b710561cc71648fda56a Merge pull request #2847 from sync_38d690df882fb6b0fce0b710561cc71648fda56a 19 April 2016, 15:01:29 UTC
150dc49 Merge pull request #2846 from w3c/sync_db8e17349e0019117c53ce4c284b415f1b11ccf9 Merge pull request #2846 from sync_db8e17349e0019117c53ce4c284b415f1b11ccf9 19 April 2016, 15:01:13 UTC
38d690d Use the document base url when resolving iframe URLs 19 April 2016, 15:00:56 UTC
66d0b97 Use the document base url when resolving stylesheets 19 April 2016, 15:00:56 UTC
9731241 Implement HTMLTableElement.insertRow() refs: https://github.com/servo/servo/issues/9269 and update HTMLTableElement.webidl insertRow returns an HTMLTableRowElement and throws an IndexSizeError sortable and stopSorting were removed. 19 April 2016, 15:00:56 UTC
db8e173 Implement the table section IDL attributes for HTML tables 19 April 2016, 15:00:56 UTC
b9e77ce Update for whatwg/dom@537e579f 19 April 2016, 12:16:45 UTC
6abe612 More createDocument tests This catches a Gecko bug where it looks at the document type in some cases to determine the type of document produced (https://bugzilla.mozilla.org/show_bug.cgi?id=520969). 19 April 2016, 12:16:45 UTC
3219251 createElement now sets namespace from contentType (#2826) Update for whatwg/dom@c8ae9cbd (and whatwg/dom@537e579f). 19 April 2016, 12:14:46 UTC
3b85872 Merge pull request #2845 from w3c/eventsource-eventtarget Use a worker test for eventsource-eventtarget. 19 April 2016, 11:58:26 UTC
46edd9e Update Blob slice test (#2841) - Per https://www.w3.org/TR/FileAPI/#dfn-contentTypeBlob described that relativeContentType is valid inside the range of U+0020 to U+007E, and set to be empty string when outside the range. 19 April 2016, 11:48:57 UTC
f3f5160 Update to latest testharness.js 19 April 2016, 09:04:05 UTC
bbcf969 Test that :read-only matches <input>s to which [readonly] doesn't apply and thus aren't :read-write (#2843) 19 April 2016, 07:26:04 UTC
c7e9734 Change assertion to match assert description (#2844) 18 April 2016, 21:45:44 UTC
0596322 Update for spec (#2842) 18 April 2016, 13:24:28 UTC
b2e4d97 Test that :read-write doesn't match input types to which [readonly] doesn't apply (#2839) 18 April 2016, 09:27:48 UTC
2bd7217 Add IDL harness tests for generic sensor and ambient light APIs. Remove tests for deprecated API. (#2834) * Add IDL harness tests for generic sensor and ambient light APIs. * Add @riju as test owner. * Fix lint warnings. * Remove tests for previous API. 17 April 2016, 04:36:51 UTC
8dca3b4 Replace createShadowRoot with attachShadow (#2823) Also change <content> to <slot> where necessary. 15 April 2016, 07:23:17 UTC
71e3452 Do not gratuitously break tests in IE (#2837); r=Ms2ger 14 April 2016, 12:17:47 UTC
back to top