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

sort by:
Revision Author Date Message Commit Date
1948232 Make script scheduling tests not depend on clock synchronisation between client and server 09 September 2015, 09:14:02 UTC
2d62e74 Merge pull request #2139 from rniwa/fix-textfieldselection-setSelectionRange Fix typos in textfieldselection-setSelectionRange.html; r=Ms2ger 09 September 2015, 06:38:44 UTC
ef042c2 Merge pull request #2141 from fmarier/SRI-update SRI fixes 09 September 2015, 03:59:59 UTC
ad16c04 Fix typos in textfieldselection-setSelectionRange.html where selectionStart is expected to be 0 but we were erroneously asserting it to be 1. 09 September 2015, 01:44:01 UTC
7f029ea Fix typo in test name 09 September 2015, 01:35:26 UTC
ea3800f Fix assertion on Firefox The style returned on Firefox is "transparent" so it not technically equal to "rgba(0, 0, 0, 0)". 09 September 2015, 01:34:55 UTC
fa424f7 Fix broken SRI hashes These were generated using: cat $1 | openssl dgst -sha256 -binary | openssl enc -base64 -A cat $1 | openssl dgst -sha512 -binary | openssl enc -base64 -A 08 September 2015, 23:52:46 UTC
32e0921 Stop expecting crossorigin resources to load when CORS is missing SRI now fails closed: https://github.com/w3c/webappsec/pull/437 08 September 2015, 23:50:47 UTC
1a0b5f8 Merge pull request #2128 from hillbrad/csp-frame-ancestors frame ancestors tests, first pass 08 September 2015, 18:03:48 UTC
ea86fd1 Merge branch 'csp-frame-ancestors' of https://github.com/hillbrad/web-platform-tests into csp-frame-ancestors 08 September 2015, 17:56:57 UTC
e41d036 Merge remote-tracking branch 'upstream/master' into csp-frame-ancestors 08 September 2015, 17:55:29 UTC
e55e65a remove console 08 September 2015, 17:54:56 UTC
dad4a1c Merge branch 'master' into csp-frame-ancestors 08 September 2015, 17:50:33 UTC
588db80 whitespace 04 September 2015, 20:04:25 UTC
32ba929 Merge pull request #2133 from hillbrad/csp-svg-tests CSP level 2 SVG tests 04 September 2015, 19:58:06 UTC
e7e0690 remove one more unattached event handler 04 September 2015, 18:28:06 UTC
2c8fe2b fixing nits, removing dead file 04 September 2015, 18:27:13 UTC
a1fd711 Merge pull request #2130 from TakayoshiKochi/event_dispatch_003_3 Use deepPath for event path trimming. 04 September 2015, 10:08:51 UTC
44a57e9 exclude .sub.svg file from lint 03 September 2015, 20:16:25 UTC
501d333 CSP level 2 SVG tests 03 September 2015, 20:11:48 UTC
c930757 Merge pull request #2102 from ecoal95/cache Remove tests with embedded credentials from cache-match and cache-put 03 September 2015, 20:00:03 UTC
d0571e0 Merge pull request #2131 from w3c/jgraham/script_scheduling_intermittents Improve some script scheduling tests that are intermittent 03 September 2015, 14:23:54 UTC
229f73e Merge pull request #2126 from hillbrad/csp_crossbrowser_fixes CSP crossbrowser fixes 02 September 2015, 17:01:49 UTC
dd5155a fix lint rules that don't understand comments 02 September 2015, 16:59:41 UTC
3e77c08 whitespace 02 September 2015, 16:55:14 UTC
c1b904b fix errors from lint rules that don't understand code comments 02 September 2015, 16:51:42 UTC
04efd6e Fix script scheduling test and make it less timing sensitive 02 September 2015, 11:49:44 UTC
6c3b609 Remove arbitary timer from script scheduling test for better stability 02 September 2015, 11:40:42 UTC
697581d Make script-doesn't-block-parser test not care about the order of the inserted scripts 02 September 2015, 10:47:16 UTC
fbf9aad Use deepPath for event path trimming. What this test (test-003.html) does is now specced as Event Path Trimming", and when retargeted "target" and relatedTarget" become same, not only trusted events are not dispatched, Event.deepPath is also trimmed for these nodes. Now the test uses .deepPath rather than relying on generating "trusted" events and checking if event handler is not invoked. 02 September 2015, 07:37:15 UTC
cf8340b Merge pull request #2129 from w3c/sync_840fcde37e45439b28d28c0bf57b58ab8ab85162 Merge pull request #2129 from sync_840fcde37e45439b28d28c0bf57b58ab8ab85162 02 September 2015, 07:22:54 UTC
840fcde Add tests for CharacterDataMethods with non-BMP code points 02 September 2015, 07:22:43 UTC
4bb53a9 test meta is ignored for frame-ancestors 02 September 2015, 05:04:55 UTC
f87fb84 frame ancestors tests, first pass 02 September 2015, 04:55:39 UTC
58b08eb fixup browser compat 01 September 2015, 18:56:17 UTC
0e2155c fix browser compat with Firefox, some fixes for Blink, too 01 September 2015, 18:23:38 UTC
d047407 Merge pull request #2037 from w3c/SetPrototypeOf-window Add a test for proto cycle checking on Windows; r=gsnedders 01 September 2015, 11:43:13 UTC
c402b99 Test setting the prototype of a Window to itself. 01 September 2015, 11:42:37 UTC
de0e138 Add a test for proto cycle checking on Windows. 01 September 2015, 11:42:36 UTC
cef67e0 Merge pull request #2121 from cvrebert/fix-2095 Document unique filename requirement for CSS tests 30 August 2015, 12:02:16 UTC
e803891 Merge pull request #2120 from frewsxcv/fix-incorrect-document.forms.item-test Fix document.forms.item test; r=Ms2ger 30 August 2015, 12:01:43 UTC
5872963 Document unique filename requirement for CSS tests; fixes #2095 30 August 2015, 01:37:57 UTC
9f739ba Fix document.forms.item test 29 August 2015, 17:13:51 UTC
f33e773 Merge pull request #2119 from cvrebert/font-element-text-decoration-color Move font-element-text-decoration-color tests from Quirks to HTML; r=Ms2ger 29 August 2015, 10:49:43 UTC
4670a30 Move font-element-text-decoration-color tests from Quirks to HTML Rendering The behavior being tested was deemed to be equally applicable to no-quirks mode, and thus rightfully part of the HTML spec rather than the Quirks spec. See: * https://www.w3.org/Bugs/Public/show_bug.cgi?id=28635 * https://github.com/whatwg/html/pull/42 * https://github.com/whatwg/quirks/pull/3 29 August 2015, 09:15:05 UTC
f3aabb0 Merge pull request #2118 from chunywang/notifications/tag-same Update notifications tag same description of pass condition 28 August 2015, 09:38:29 UTC
7632a8c Update notifications tag same description of pass condition As per http://www.w3.org/TR/notifications/#showing-a-notification, a notification in the list of pending notifications or the list of active notifications whose tag equals notification's tag and whose origin equals notification's origin, in the same position, close old and show new. A example introduced http://www.w3.org/TR/notifications/#tags-example 28 August 2015, 09:15:30 UTC
cb8b86b Merge pull request #2051 from hillbrad/hillbrad/scripthash-b64 use standard b64 encoding as per spec, not b64url 28 August 2015, 05:14:24 UTC
20eb289 Merge pull request #2055 from hillbrad/hillbrad/csp-fixup-loopback-refs fixup bad refs to 127.0.0.1, use of innerText 28 August 2015, 05:14:02 UTC
f9dace7 Merge pull request #2114 from w3c/hallvors/allow-ua-set Allow ua set 27 August 2015, 13:10:15 UTC
d3c0c63 Also add test to setrequestheader-header-allowed 27 August 2015, 12:20:00 UTC
c868e78 Fix tests because setting UA is now allowed 27 August 2015, 12:12:16 UTC
1831450 Merge pull request #2082 from koustuvsinha/test_cont Add more test cases for Document#currentScript 27 August 2015, 08:40:27 UTC
4600b7d Merge pull request #2112 from w3c/sync_bcd7b3275f9f660f5fa186b22aa553aba027546a Merge pull request #2112 from sync_bcd7b3275f9f660f5fa186b22aa553aba027546a 26 August 2015, 17:05:15 UTC
bcd7b32 Increase timeout on selection/addRange.html to avoid intermittent timeouts, a=testonly on a CLOSED TREE Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1194251 26 August 2015, 17:04:58 UTC
acd60f9 Merge pull request #2111 from w3c/sync_ae99b96f1456099ac8ad0b32ec5f4a905907d398 Merge pull request #2111 from sync_ae99b96f1456099ac8ad0b32ec5f4a905907d398 26 August 2015, 07:41:28 UTC
32ca935 Merge pull request #2110 from w3c/sync_3e1d2adc6b4e2a7f2762386369f2d419d9d26ce6 Merge pull request #2110 from sync_3e1d2adc6b4e2a7f2762386369f2d419d9d26ce6 26 August 2015, 07:39:59 UTC
4aa35f4 Merge pull request #2109 from w3c/sync_30b8701b899c1bb0e2c2b3afa909f3a8ec837efa Merge pull request #2109 from sync_30b8701b899c1bb0e2c2b3afa909f3a8ec837efa 26 August 2015, 07:38:31 UTC
30b8701 Correct the default value for Node#cloneNode's deep argument. 26 August 2015, 07:37:04 UTC
3e1d2ad Fix dictionary member conversion failure (fixes #7231) 26 August 2015, 07:37:04 UTC
ae99b96 Initial implementation of ownPropertyKeys proxy handler Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes #6390 Closes #2215 26 August 2015, 07:37:04 UTC
1e973a7 Merge pull request #2108 from domenic/patch-3 Fix about:blank iframe base URL test 26 August 2015, 07:36:34 UTC
1984509 Fix about:blank iframe base URL test - No longer accidentally tests cross-document <base> element adoption. - Now correctly tests that doc's base URL, which was updated two lines earlier. 26 August 2015, 03:35:57 UTC
9974ecc Merge pull request #2106 from bit/webm-duration media-source/mediasource-buffered.html: check for correct webm duration 25 August 2015, 14:27:06 UTC
1ac73d8 check for correct webm duration 25 August 2015, 13:40:31 UTC
640efd9 Merge pull request #2105 from w3c/hallvors/content-type-charset Better test descriptions and some more tests in send-content-type-cha… 25 August 2015, 13:37:39 UTC
8c006c1 Better test descriptions and some more tests in send-content-type-charset.htm 25 August 2015, 12:47:04 UTC
179f78c Update cross-domain script test according to review 25 August 2015, 12:44:27 UTC
ebbd8bc Remove tests with embedded credentials from cache-match and cache-put Creating a `Request` with an url with embedded credentials should throw a `TypeError` (see: https://fetch.spec.whatwg.org/#dom-request 13.3) Closes #2098 24 August 2015, 19:37:00 UTC
74df642 Merge pull request #2100 from Ms2ger/click Add a test that the click event dispatched from the click() method is not trusted; r=annevk 20 August 2015, 08:54:09 UTC
90fbc1d Merge pull request #2066 from w3c/readme-branch-name Don't suggest putting the author's name in the topic branch. 20 August 2015, 08:53:50 UTC
1e6ecdd Add a test that the click event dispatched from the click() method is not trusted. 20 August 2015, 08:46:36 UTC
1e70f2f Merge pull request #2085 from domenic/patch-1 Fix base URL tests to not self-interfere; r=Ms2ger 18 August 2015, 08:55:01 UTC
82558c8 Merge pull request #2089 from TakayoshiKochi/a resetStyleInheritance property of ShadowRoot is obsolete. 18 August 2015, 03:07:26 UTC
885ed83 Merge pull request #2093 from TakayoshiKochi/events Fix createTestMediaPlayer 18 August 2015, 02:12:28 UTC
524b1d3 Merge pull request #2090 from TakayoshiKochi/b Remove test for resetStyleInheritance property 18 August 2015, 02:11:52 UTC
3a83ba6 Fix base URL tests to not self-interfere Without this change, the document's base URL is set to "/foo/bar" for the whole testing cycle. This then infects future tests, which assume that window.location is equal to document.baseURI, when they pass the former to assert_resolve_url. 17 August 2015, 20:44:26 UTC
56c6c43 Fix createTestMediaPlayer Some shadow DOM tests use common "testcommon.js" file, which contains "createTestMediaPlayer()" function which creates fake media player with shadow roots for tests to use. The media player assumed that <input> tag can contain some other tags like <input type="range"><div>...</div></input>, which is not true. Usually <input> doesn't require its closing tag, thus the <div> inside <input> becomes just a sibling of the <input>. The tests which used crateTestMediaPlayer() depended on the DOM tree structure with the wrong assumption (given above), so as a 1st step I replaced the <input> with <div tabindex="0">s so that we keep the tree structure as is while the element is clickable. Now the tree structure looks like: div#player input#outside-control (type=checkbox) div#player-shadow-host #shadow-root div#controls button.play_button div#timeline (used to be <input type=range>) div#timeline-shadow-host #shadow-root div#timeline-slider-thumb div#volue-slider-container div#volume-slider (used to be <input type=range>) div#volume-shadow-host #shadow-root div#volume-slider-thumb On the 2nd step, I fixed the test expectations. These tests (events/event-dispatch/test-001.html and events/event-retargeting/test-004.html) relied on the fact that <input> is implemented using user-agent shadow, thus e.g. a click event on #volume-slider-thumb, will be retargeted This is no longer true as all elements inside the whole control is implemented by plain <div>s, and #timeline and #volume-slider cannot be a shadow boundary. These expectations are adjusted. 17 August 2015, 10:12:37 UTC
5550b07 Merge pull request #2091 from koustuvsinha/move_anim Moved animation timing tests; r=Ms2ger 17 August 2015, 10:01:45 UTC
3173e82 Moved animation timing tests from root to html/webappapis/animation-frames 17 August 2015, 09:03:10 UTC
55b2a2b Remote test for resetStyleInheritance property Tests in this file tests resetStyleInheritance property (or reset-style-inheritance attribute), which is obsolete https://groups.google.com/forum/#!topic/polymer-dev/wmcncSDx_Jo and can be removed from test suite. 17 August 2015, 08:36:46 UTC
5b2c274 resetStyleInheritance property of ShadowRoot is obsolete. Tests in this file tests resetStyleInheritance property (or reset-style-inheritance attribute), which is obsolete https://groups.google.com/forum/#!topic/polymer-dev/wmcncSDx_Jo and can be removed from test suite. 17 August 2015, 08:33:37 UTC
75965c6 Merge pull request #2030 from inexorabletash/inexorabletash/sw-cs-objeq Remove assert_object_equals usage from Cache Storage API tests 16 August 2015, 09:25:00 UTC
cd55f6b Update to latest wpttools 16 August 2015, 05:54:38 UTC
2566a19 Merge pull request #2043 from Ms2ger/worker-invalid-utf8 Add a test for invalid utf-8 in workers. 16 August 2015, 04:34:37 UTC
9192cca Merge pull request #2083 from koustuvsinha/test_requestAnimation Add requestAnimationFrame callback exception reporting test case; r=Ms2ger 15 August 2015, 10:01:46 UTC
18dfb43 Add requestAnimationFrame callback exception reporting test case Exceptions generated in the callback of requestAnimationFrame is reported on error event handler 15 August 2015, 09:22:01 UTC
5467daf Merge pull request #2078 from frewsxcv/url-tests Add a few URL tests from rust-url; r=annevk 14 August 2015, 12:41:24 UTC
121c52e Merge pull request #2084 from koustuvsinha/test#1579 Fix typedarray tests as per spec; r=Ms2ger 14 August 2015, 12:15:35 UTC
803b33f Update test as per review 14 August 2015, 10:15:57 UTC
ccb72bc Fix typedarray tests as per spec 14 August 2015, 09:41:09 UTC
7b1a465 Add more test cases for Document#currentScript Following added tests : * Verify in script.async = false * Verify iframe src=javascript: * Verify cross origin script * Test in document.write 14 August 2015, 05:47:09 UTC
7e5dda6 Merge pull request #2081 from ayg/fix-image-request Do not request images from other domains 13 August 2015, 11:29:34 UTC
45580e5 Do not request images from other domains 13 August 2015, 11:26:49 UTC
a297a9e Merge pull request #2080 from Ms2ger/manual Rename a manual test so it's recognized as manual. 13 August 2015, 10:12:57 UTC
9e681e1 Rename a manual test so it's recognized as manual. 13 August 2015, 10:10:10 UTC
325c166 Use correct pathname for URL test https://github.com/w3c/web-platform-tests/pull/2078#discussion_r36921034 12 August 2015, 22:46:29 UTC
942404a Add a few URL tests from rust-url https://github.com/servo/rust-url/issues/127 https://github.com/servo/rust-url/pull/125 12 August 2015, 20:41:03 UTC
b54dddf Merge pull request #2077 from w3c/sync_3591dfafff64ad1a5180f0cf5e303f4b88ccf8f2 Merge pull request #2077 from sync_3591dfafff64ad1a5180f0cf5e303f4b88ccf8f2 12 August 2015, 16:37:39 UTC
3591dfa test currentTime at end of OfflineAudioContext rendering Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1190291 12 August 2015, 16:37:24 UTC
back to top