swh:1:snp:b37d435721bbd450624165f334724e3585346499

sort by:
Revision Author Date Message Commit Date
20d9c69 More updates for new <track kind> invalid value default 03 May 2016, 18:25:47 UTC
488ffd2 Misspelling in test name (#2948) 03 May 2016, 17:47:13 UTC
70ac1b3 Add missing link.sizes (#2947) 03 May 2016, 17:13:37 UTC
3131d20 Merge pull request #2799 from andreastt/webdriver-navigation-tests webdriver: add preliminary tests for Get Current URL command 03 May 2016, 15:49:33 UTC
88b9a65 Update <track kind> reflection default values (#2941); r=Ms2ger 03 May 2016, 12:09:15 UTC
0b0c890 Improve stability of the presto-testo Document::contentType tests. (#2937) This ensures that the load event from the initial about:blank document does not interfere with the test. 03 May 2016, 08:39:28 UTC
5b6aa3d Fix #2908: update table cell interface tests In https://github.com/whatwg/html/commit/e383ae23776362cafb2fb4bbba70c8c9080d4b0f we finally got rid of the fiction of separate HTMLTableDataCellElement and HTMLTableHeaderCellElement interfaces, in favor of the implemented-everywhere solution of a single HTMLTableCellElement interface. This commit updates the tests accordingly. 02 May 2016, 21:06:25 UTC
58b8243 Merge pull request #2921 from TakayoshiKochi/leak1a Test against both open and closed shadow trees 02 May 2016, 18:31:50 UTC
20656dd Update Document-characterSet-normalization.html with canonical encoding names 02 May 2016, 17:10:10 UTC
7aef29c Create DOMTokenList-coverege-for-attributes.html (#2932) Checking if DOMTokenList is returned for particular IDL attributes. Also check that a particular IDL attribute is only implemented on elements with the correct local name and namespace. 02 May 2016, 14:58:50 UTC
1da8aa9 Update some element interfaces to match the spec (#2883) https://github.com/whatwg/html/pull/1083 changed xmp and listing to use HTMLPreElement. This was already the case in html/dom/interfaces.html, but it also expected plaintext to use HTMLPreElement. Change plaintext to expect HTMLElement and add the missing elements from https://html.spec.whatwg.org/multipage/dom.html#elements-in-the-dom:element-interface including some tests for valid custom element name. Move some tests html/{dom -> semantics}/interfaces.html Also add HTMLSlotElement and remove HTMLCommandElement. 02 May 2016, 14:09:11 UTC
7639675 Fix message to not suggest incorrect server config (#2935) I was confused that wptserve was incorrectly configured, but it was not, there was a bug in Chromium. Since the server config is controlled (if the test is run with wptserve), the message should not suggest that it is incorrect. 02 May 2016, 13:53:21 UTC
15381db https://w3c.github.io/DOM-Parsing/#widl-DOMParser-parseFromString-Document-DOMString-str-SupportedType-type"the returned document's content type must be the type argument."https://dom.spec.whatwg.org/#dom-document-createelement https://w3c.github.io/DOM-Parsing/#widl-DOMParser-parseFromString-Document-DOMString-str-SupportedType-type "the returned document's content type must be the type argument." 02 May 2016, 12:38:18 UTC
635ebbd Fix typo. (#2931) 02 May 2016, 09:01:06 UTC
b3860d6 Remove shadow-dom/styles/shadow-cascade-order.html (#2914) This test moved to csswg-test. 02 May 2016, 09:00:16 UTC
2782e1b Move pre-v1 custom elements tests to under "pre-v1" directory and update OWNER file (#2933) * Move pre-v1 custom elements tests to under "pre-v1" directory * Renamed registering-custom-elements to registering to avoid too long path 02 May 2016, 08:14:38 UTC
4fd71d1 Remove trailing whitesapce and tabs from legacy-domevents-tests. (#2928); rs=Ms2ger find . -type f | xargs -x sed -i 's/[ \t]*$//' find . -type f | xargs -x sed -i 's/\t/ /g' 29 April 2016, 16:13:48 UTC
343606c Merge DOMEvents and uievents directories. (#2927); r=Ms2ger Since the DOM Level 3 events spec is now the uievents spec it is confusing to have two separate directories. Remove redundant tests; and order the current tests into the correct directories. I need to iterate on the legacy-domevents-tests and make them consistent with the rest of the web-platform-tests. Currently they don't follow the assertion behaviour and manual naming of tests. 29 April 2016, 13:46:48 UTC
4af8373 Add a test for TouchList::identifiedTouch. (#2915); r=mbrubeck Gecko used to support it. 28 April 2016, 16:26:42 UTC
0e75086 Rename "mtest" to -manual. (#2923); r=Ms2ger Manual tests are to have the suffix -manual on the filename as per https://github.com/w3c/web-platform-tests/blob/master/docs/manual-test.md This allows the uievents to be imported by these tests to be skipped in Chromium via its deps_updater.py which searches for -manual.html at the end of the filename. 28 April 2016, 15:37:43 UTC
5c13564 Add media-source preload tests from Chromium (#2896) See related spec change at https://github.com/w3c/media-source/pull/64 See also Chromium changes from where these tests were adapted for wpt at https://codereview.chromium.org/1881733004/ and https://codereview.chromium.org/1920383002/ 28 April 2016, 15:12:02 UTC
afda5a8 Test HTMLMediaElement preload 'none' is ignored for MediaStream as src and srcObject (#2895) 28 April 2016, 15:10:54 UTC
7234d01 Test initial LF in pre/textarea/listing with innerHTML (#2734) * 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 * fixup! Test initial LF in pre/textarea/listing with innerHTML Address @jdm's comment. 28 April 2016, 14:55:43 UTC
1252887 Add a test for calling cloneNode on a shadow root. (#2913) This test, which both WebKit nightly Google Chrome Canary pass, is imported from http://trac.webkit.org/browser/trunk/LayoutTests/fast/shadow-dom/Node-prototype-cloneNode.html 28 April 2016, 07:06:05 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
back to top