sort by:
Revision Author Date Message Commit Date
e2456a7 Add self to html/OWNERS 20 April 2016, 18:21:43 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
e985ed4 Better assert message (#2836); r=Ms2ger The assert message for pluralized legacy event interfaces earlier in the file has an "s" in the message already. 14 April 2016, 12:09:32 UTC
683e39f Add more incorrect types for createEvent (#2820); r=Ms2ger Taken from Gecko source code. 14 April 2016, 12:00:27 UTC
faaca15 Test that :in-range / :out-of-range only match when the input has a range limitation (#2832) 14 April 2016, 09:31:20 UTC
36adc03 Add a test for canvas fallback content. (#2833) 14 April 2016, 09:25:34 UTC
da1d328 Constructors without "new" throw (#2827); r=Ms2ger Not yet in a spec, but heycam told me this is the correct behavior, and Ms2ger recommended updating the test without waiting for the spec to be updated. Spec bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=22808 13 April 2016, 13:06:05 UTC
d4d95f0 Increase thoroughness of :in-range & :out-of-range tests (#2817) * Add `readonly` attribute test * Test temporal <input>s with range limitations * Test that <input type="range"> never matches * Test that <input> types which cannot have range limitations and/or are barred from constraint validation never match 13 April 2016, 09:41:19 UTC
2395b7f Creating shadow root on <ul> element is now not allowed (#2764) 13 April 2016, 03:40:25 UTC
4692b79 form elements in shadow should not be submitted (#2763) 13 April 2016, 03:02:43 UTC
51768b8 Remove obsolete/invalid shadow-dom tests (#2762) * Remove tests that create shadow root on not-allowed elements. All of these tests tried to create shadow root on not whilte- listed HTML elements. * Remove a test based on old CSS variables spec * This test case is invalid. This depends on multiple shadow root, which is removed from the latest spec. 13 April 2016, 03:02:31 UTC
947e650 Fix the test that assumes event is not dispatched (#2761) The test assumed that an event will not be dispatched when target and relatedTarget are the same, but with the current spec this happens only for trusted event or explicitly initilized with relatedTarget true. 13 April 2016, 03:02:16 UTC
8cd5c3d Now cloneNode() on a shadow root will throw NotSupportedError exception. (#2760) See also https://github.com/w3c/webcomponents/issues/393 13 April 2016, 03:01:08 UTC
b4056de Test that :default matches prechecked radio buttons (#2811) Per https://html.spec.whatwg.org/multipage/scripting.html#selector-default > The `:default` pseudo-class must match any element falling into one of the following categories: > [...] > * <input> elements to which the `checked` attribute applies and that have a `checked` attribute Per https://html.spec.whatwg.org/multipage/forms.html#radio-button-state-(type=radio) > 4.10.5.1.16 Radio Button state (type=radio) > [...] > The following common input element content attributes and IDL attributes apply to the element: checked and required content attributes; 13 April 2016, 00:04:24 UTC
023bfd6 Update dom/interfaces.html IDL (#2818); r=Ms2ger 12 April 2016, 15:28:46 UTC
d8797f3 Fix :default test of <option selected> (#2810) The duplicate ID could allow buggy implementations to pass. 12 April 2016, 11:43:11 UTC
d011702 Merge pull request #2816 from w3c/sync_0f88e3b6de33b5ff727055f328327004df65ec46 Merge pull request #2816 from sync_0f88e3b6de33b5ff727055f328327004df65ec46 12 April 2016, 07:07:01 UTC
65c801a Merge pull request #2815 from w3c/sync_149434522399dbb0796718614c5f0e965ca43a2b Merge pull request #2815 from sync_149434522399dbb0796718614c5f0e965ca43a2b 12 April 2016, 07:06:45 UTC
7a50d7e Merge pull request #2814 from w3c/sync_da62f183bfa516d7c262cf8610e76aeb5e6c06d6 Merge pull request #2814 from sync_da62f183bfa516d7c262cf8610e76aeb5e6c06d6 12 April 2016, 07:06:30 UTC
1d3eb69 Merge pull request #2813 from w3c/sync_aa92b80c988c6fa01fd5ae415454c09c1d066694 Merge pull request #2813 from sync_aa92b80c988c6fa01fd5ae415454c09c1d066694 12 April 2016, 07:06:15 UTC
557fba3 Merge pull request #2812 from w3c/sync_9ca6baf3633faa6a2615bfd6d58c2ed8c034d7a1 Merge pull request #2812 from sync_9ca6baf3633faa6a2615bfd6d58c2ed8c034d7a1 12 April 2016, 07:05:57 UTC
0f88e3b Add WPT test for 'align' attribute on '<hr>'. 12 April 2016, 07:05:44 UTC
1494345 Avoid script execution when not found Fix #8391 12 April 2016, 07:05:44 UTC
9ca6baf Rewrite scrollingElement.html to fail reliably when URL.createObjectURL is not implemented. 12 April 2016, 07:05:44 UTC
aa92b80 Issue #10284 Ignore alternate stylesheets 12 April 2016, 07:05:44 UTC
da62f18 Added .form property for legend tag 12 April 2016, 07:05:44 UTC
8a4c5a9 Test only elements for which attachShadow is allowed. (#2767) * Test only elements for which attachShadow is allowed. * Use "SAFELIST" instead of "WHITELIST". 11 April 2016, 09:35:44 UTC
7da9893 ShadowRoot.getElementsByTagName() is deprecated. (#2766) Use querySelectorAll() instead. No counterpart for getElementByTagNameNS(), and the test is removed. 11 April 2016, 09:22:34 UTC
cbb5135 <applet> tag is obsolete and remove from testing. (#2765) Now V1 shadow root cannot be attached to document.documentElement (<html>), so attaching to <body> instead. 11 April 2016, 09:15:46 UTC
484aa18 Update for whatwg/dom@7fd852ae910e (#2808) 11 April 2016, 09:00:05 UTC
ea704fd Fix selection range test (#2768) The test is running in a different browsing context, so using "window" as is is problematic. Get defaultView from the document of the test context. 11 April 2016, 08:59:37 UTC
49cb22c Remove obsolete tests (#2772) Remove following tests: * elements-and-dom-objects/extensions-to-element-interface/methods/test-003.html * elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-014.html * styles/test-001.html Uses multiple shadow root. * events/event-retargeting/test-002.html * shadow-trees/composition/test-001.html * shadow-trees/lower-boundary-encapsulation/distribution-001-ref.html * shadow-trees/lower-boundary-encapsulation/distribution-001.html * shadow-trees/lower-boundary-encapsulation/distribution-002-ref.html * shadow-trees/lower-boundary-encapsulation/distribution-002.html * shadow-trees/lower-boundary-encapsulation/distribution-003.html * shadow-trees/lower-boundary-encapsulation/test-003.html * shadow-trees/lower-boundary-encapsulation/test-005.html * shadow-trees/nested-shadow-trees/test-001.html * shadow-trees/rendering-shadow-trees/test-001.html * shadow-trees/reprojection/test-001.html * styles/test-007.html * styles/test-008.html * styles/test-009.html Attaches shadow root on <ul> or <li> which is no longer available. * shadow-trees/reprojection/reprojection-002.html This tests <content select=""> which applies 2 levels up. This is no longer available in V1 slot. * shadow-trees/upper-boundary-encapsulation/test-011.html Attaches shadow root on <head> which is no longer available. * shadow-trees/upper-boundary-encapsulation/window-named-properties-001.html Attaches shadow root on <frameset> which is no longer available. 11 April 2016, 08:58:55 UTC
73100fd Check for TypeError being thrown when a non-ByteString value is supplied (#2804); r=Ms2ger 11 April 2016, 08:18:07 UTC
2630872 DOMTokenList.contains() no longer throws DOMTokenList's contains() no longer throws after: https://github.com/whatwg/dom/commit/6d3076e3cbcba662489b272a718bc6b8c0082a74 11 April 2016, 06:34:07 UTC
62e19dd Add @Sebmaster to url reviewers. (#2770) 11 April 2016, 04:26:32 UTC
5dca49f Merge pull request #2802 from emilio/fix-webgl Fix WebGL test suite nits 08 April 2016, 21:12:37 UTC
7338006 Fix lint issues from Mozilla upstreaming 08 April 2016, 17:05:03 UTC
712dd11 Update to latest wpttools 08 April 2016, 15:56:14 UTC
0c2f8b2 Update to latest wpttools 08 April 2016, 15:55:05 UTC
8d896c2 Merge pull request #2798 from w3c/sync_ab6a0a38f76fb59adc965e39c12ea63cab481e49 Merge pull request #2798 from sync_ab6a0a38f76fb59adc965e39c12ea63cab481e49 08 April 2016, 11:08:48 UTC
51c8fd1 Merge pull request #2797 from w3c/sync_b2e3ab765e26436850208dbdcf747c3be75b1999 Merge pull request #2797 from sync_b2e3ab765e26436850208dbdcf747c3be75b1999 08 April 2016, 11:08:29 UTC
3d3d6cc Merge pull request #2796 from w3c/sync_db9c8c98259182fd234ca985f9911abfb3cfb0f9 Merge pull request #2796 from sync_db9c8c98259182fd234ca985f9911abfb3cfb0f9 08 April 2016, 11:08:11 UTC
94084f8 Merge pull request #2795 from w3c/sync_d22eb57f5195adfdff0ce3e4509845c0856a1eeb Merge pull request #2795 from sync_d22eb57f5195adfdff0ce3e4509845c0856a1eeb 08 April 2016, 11:07:51 UTC
094b31d Merge pull request #2794 from w3c/sync_cfcaa6f387ef1a33dac35c77d937afaa884a086d Merge pull request #2794 from sync_cfcaa6f387ef1a33dac35c77d937afaa884a086d 08 April 2016, 11:07:32 UTC
3997622 Merge pull request #2793 from w3c/sync_839be44dbc814440eabf042bfc3d114f4ce299ee Merge pull request #2793 from sync_839be44dbc814440eabf042bfc3d114f4ce299ee 08 April 2016, 11:07:13 UTC
14a7a50 Merge pull request #2792 from w3c/sync_f9e269b546e61481c4c145290649f5c421907cd7 Merge pull request #2792 from sync_f9e269b546e61481c4c145290649f5c421907cd7 08 April 2016, 11:06:54 UTC
3bd47e5 Merge pull request #2791 from w3c/sync_2db7681733edb09176f2a0871ff07252da0fb204 Merge pull request #2791 from sync_2db7681733edb09176f2a0871ff07252da0fb204 08 April 2016, 11:06:36 UTC
775618a Merge pull request #2790 from w3c/sync_cd0a915507dccd95b557cd46b59e7640ca4b86af Merge pull request #2790 from sync_cd0a915507dccd95b557cd46b59e7640ca4b86af 08 April 2016, 11:06:16 UTC
d40c026 Merge pull request #2789 from w3c/sync_456604a4c175201ba5f778ab7de3b4a319a41aeb Merge pull request #2789 from sync_456604a4c175201ba5f778ab7de3b4a319a41aeb 08 April 2016, 11:05:57 UTC
03f28c1 Merge pull request #2788 from w3c/sync_7a3cc40614ac634df7a3c1cc99344423742920ed Merge pull request #2788 from sync_7a3cc40614ac634df7a3c1cc99344423742920ed 08 April 2016, 11:05:38 UTC
9e72f82 Merge pull request #2787 from w3c/sync_b57738b3df45986b40d11009348de3fd2de24367 Merge pull request #2787 from sync_b57738b3df45986b40d11009348de3fd2de24367 08 April 2016, 11:05:20 UTC
416f96c Merge pull request #2786 from w3c/sync_6fab4e2f1f80adad007f59a122420b7fbffdc81f Merge pull request #2786 from sync_6fab4e2f1f80adad007f59a122420b7fbffdc81f 08 April 2016, 11:05:00 UTC
fe40287 Merge pull request #2785 from w3c/sync_dcc531a79a68cd725ffe68fe06467c7e8560c8ad Merge pull request #2785 from sync_dcc531a79a68cd725ffe68fe06467c7e8560c8ad 08 April 2016, 11:04:41 UTC
c6ac7a0 Merge pull request #2784 from w3c/sync_3d7a057b6b04e07adc5992b91906614803354f66 Merge pull request #2784 from sync_3d7a057b6b04e07adc5992b91906614803354f66 08 April 2016, 11:04:21 UTC
99134e2 Merge pull request #2783 from w3c/sync_276cccc4388a6e43a7045a9b1f6cf06e79ab46f3 Merge pull request #2783 from sync_276cccc4388a6e43a7045a9b1f6cf06e79ab46f3 08 April 2016, 11:04:02 UTC
faccb83 Merge pull request #2782 from w3c/sync_588961010fbb9bb16812bf44f3571e4d85f20905 Merge pull request #2782 from sync_588961010fbb9bb16812bf44f3571e4d85f20905 08 April 2016, 11:03:44 UTC
04d58b5 Merge pull request #2781 from w3c/sync_0c7459326be172a07f2a8d723b37287922630abc Merge pull request #2781 from sync_0c7459326be172a07f2a8d723b37287922630abc 08 April 2016, 11:03:25 UTC
ef7d246 Merge pull request #2780 from w3c/sync_c53ce9fe1d2a63c516f82eca18886ce8738f6407 Merge pull request #2780 from sync_c53ce9fe1d2a63c516f82eca18886ce8738f6407 08 April 2016, 11:03:07 UTC
2ba36f0 Merge pull request #2779 from w3c/sync_5d661f33bfe10d0bed2e463256f37ec1f766643b Merge pull request #2779 from sync_5d661f33bfe10d0bed2e463256f37ec1f766643b 08 April 2016, 11:02:48 UTC
b5611d8 Merge pull request #2778 from w3c/sync_eb51b9dad16a3c3bdc8a31dab68d39d31b09380f Merge pull request #2778 from sync_eb51b9dad16a3c3bdc8a31dab68d39d31b09380f 08 April 2016, 11:02:29 UTC
e0841a3 Merge pull request #2777 from w3c/sync_fda5f1029f6db763bf76b138150cce02eda6c570 Merge pull request #2777 from sync_fda5f1029f6db763bf76b138150cce02eda6c570 08 April 2016, 11:02:11 UTC
2a7f6da Merge pull request #2776 from w3c/sync_793afbb82d23944dbf22e29225057fd782655654 Merge pull request #2776 from sync_793afbb82d23944dbf22e29225057fd782655654 08 April 2016, 11:01:51 UTC
5fa4b1f Merge pull request #2775 from w3c/sync_349302c4a1bc13679c6fe3ebfded5a7bb58307a7 Merge pull request #2775 from sync_349302c4a1bc13679c6fe3ebfded5a7bb58307a7 08 April 2016, 11:01:33 UTC
bf62f78 Merge pull request #2774 from w3c/sync_c8bb82a6a1495f264e394778c3e930de36c85673 Merge pull request #2774 from sync_c8bb82a6a1495f264e394778c3e930de36c85673 08 April 2016, 11:01:14 UTC
2db7681 add a test for step-end with iterationStart. MozReview-Commit-ID: 2luGMSNI5jS Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1248532 08 April 2016, 11:00:29 UTC
456604a Move finish and playbackrate mochitest to web platform tests. r=birtles. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1258972 08 April 2016, 11:00:29 UTC
7a3cc40 Request long timeout for selection/collapse.html. MozReview-Commit-ID: BqZJG5Szrb5 Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1224394 08 April 2016, 11:00:29 UTC
839be44 fix: make the test actually test reasonable things. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1210717 08 April 2016, 11:00:29 UTC
ab6a0a3 Patch2: Add web-platform tests for insertAdjacentText and insertAdjacentElement. MozReview-Commit-ID: edMCmc8FrE Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=811259 08 April 2016, 11:00:29 UTC
b2e3ab7 Move service worker wpt tests out of mozilla dir so they will be upstreamed. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1262624 08 April 2016, 11:00:29 UTC
b57738b Remove animation node test from web platform tests. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1259321 08 April 2016, 11:00:29 UTC
cd0a915 Add tests for step-start. MozReview-Commit-ID: CIFKnlIF2hk Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1248532 08 April 2016, 11:00:29 UTC
cfcaa6f part2.2: add reftest. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1261568 08 April 2016, 11:00:29 UTC
d22eb57 Move play()/cancel()/playstate tests to web platform tests. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1259344 08 April 2016, 11:00:29 UTC
db9c8c9 E10s fix for the SVG sizing Web Platform Tests to work around #1262655. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1203906 08 April 2016, 11:00:29 UTC
f9e269b append tests for delay. MozReview-Commit-ID: 7jldzmXrqfj Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1244633 08 April 2016, 11:00:29 UTC
0c74593 Remove UTF-16 support from TextEncoder tests to reflect a spec change. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1257877 08 April 2016, 10:47:04 UTC
276cccc implement AnimationEffectTiming iterations MozReview-Commit-ID: Iwq6vleUERo Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1244640 08 April 2016, 10:47:04 UTC
349302c Produce console warnings for invalid iterations. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1253470 08 April 2016, 10:47:04 UTC
3d7a057 Web-platform tests for AnimationEffectTiming.direction MozReview-Commit-ID: Cxvizue8c9H Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1244642 08 April 2016, 10:47:04 UTC
back to top