swh:1:snp:b37d435721bbd450624165f334724e3585346499

sort by:
Revision Author Date Message Commit Date
a41d3a4 run these faster 09 February 2017, 14:46:28 UTC
13768ec catch more failures 09 February 2017, 14:46:27 UTC
0b86fa7 IDNA tests 09 February 2017, 14:46:27 UTC
0779879 simpler names 09 February 2017, 14:46:27 UTC
91478c0 also test A-Z and 0-9 09 February 2017, 14:46:27 UTC
427dcc8 also test <a> and <area> 09 February 2017, 14:46:27 UTC
b36225a Use a generated JSON-resource as input 09 February 2017, 14:46:26 UTC
ddb154d URL: test the host parser See https://github.com/whatwg/url/issues/159 for context. 09 February 2017, 14:46:26 UTC
ca96531 Consolidate tests for invalid arguments to WebSocket::close(). 09 February 2017, 13:06:10 UTC
8c8696a [fetch] Specify unique names for tests (#4764) 09 February 2017, 09:22:26 UTC
cf7b046 [dom] Generate unique names for distinct tests During the process of tree traversal, nodes with identical `nodeName` and `type` attributes may be visited. This makes these properties insufficient for unique identification. Extend the test name generation logic to include a string that uniquely identifies each node in the tree. 09 February 2017, 09:22:01 UTC
c0602ee [dom] Remove duplicated tests 09 February 2017, 09:22:01 UTC
b7e9edb Upstream get-animations.html from Blink (#3342) * Upstream get-animations.html from Blink Import https://chromium.googlesource.com/chromium/src/+/813dc6d714d81f658e24afde116b0e8f673eb660/third_party/WebKit/LayoutTests/web-animations-api/w3c/get-animations.html * Review changes 09 February 2017, 06:50:10 UTC
e9d73e5 Merge pull request #4120 from apowers313/webauthn-makecredential-badargs initial makeCredential tests 08 February 2017, 23:49:30 UTC
f5a1807 [custom-elements] Remove duplicated test 08 February 2017, 23:15:43 UTC
0541620 Test that various MessageEvents are trusted See https://github.com/whatwg/html/pull/1935. 08 February 2017, 20:46:50 UTC
b9a944d Add tests that <a>/<area> can be downloaded without user interaction That is, that calling .click() does not throw at least, as it used to per-spec. Matches the HTML change at https://github.com/whatwg/html/pull/2136 per the HTML bug report at https://github.com/whatwg/html/issues/2116. 08 February 2017, 20:42:02 UTC
173229d Test that form data name/values are converted to USVs Tests https://github.com/whatwg/html/pull/2124, which is a fix for https://github.com/whatwg/html/issues/1490. 08 February 2017, 20:41:26 UTC
8f953c7 Non-special URL: percent-encoded and IPv6 host tests See https://github.com/whatwg/url/pull/218. 08 February 2017, 18:37:00 UTC
0e6a90f URL: file and non-special URL setters Also file URL host parsing. See https://github.com/whatwg/url/pull/224 for the corresponding URL Standard change. 08 February 2017, 18:30:28 UTC
82ed307 Various improvements to the existing set of preload tests * Align the test names with the rest of the tests, i.e. use '-' instead of '_'. * Add feature detection to make sure the tests consistently fail in non-supporting browsers. * Make sure that download verification is based on the URL's existence in ResourceTiming, rather on the overall number of resources downloaded, which can be misleading. 08 February 2017, 13:51:58 UTC
02585db Basic URL toJSON() test Standard discussion: https://github.com/whatwg/url/issues/137. 08 February 2017, 09:20:05 UTC
35f16a6 Add test for invoke listener of legacy event type Corresponding DOM Standard change: https://github.com/whatwg/dom/pull/406. 08 February 2017, 08:19:35 UTC
686d93f Merge pull request #4760 from w3c/chromium-export-try Upstream IndexedDB layout test to WPT. 08 February 2017, 01:40:10 UTC
de422a8 Upstream IndexedDB layout test to WPT. BUG=683463 Review-Url: https://codereview.chromium.org/2677633002 Cr-Commit-Position: refs/heads/master@{#448831} 08 February 2017, 01:30:14 UTC
91d54db Merge pull request #4758 from w3c/chromium-export-try Upstream a couple of IndexedDB layout tests to WPT. 07 February 2017, 23:50:12 UTC
e2e7527 Upstream a couple of IndexedDB layout tests to WPT. Blink's deleteDatabase-event.html overlaps a lot with WPT's idbversionchangeevent.htm, so this CL extends the WPT test such that it covers a superset of Blink's test. BUG=683463 Review-Url: https://codereview.chromium.org/2667403003 Cr-Commit-Position: refs/heads/master@{#448787} 07 February 2017, 23:40:14 UTC
5cf0813 Merge pull request #4757 from w3c/chromium-export-try Upstream Link: rel=serviceworker tests. 07 February 2017, 19:30:16 UTC
99f2eec Upstream Link: rel=serviceworker tests. BUG=688116 Review-Url: https://codereview.chromium.org/2674573004 Cr-Commit-Position: refs/heads/master@{#448683} 07 February 2017, 19:10:15 UTC
3c090eb File URLs without base See https://github.com/whatwg/url/pull/225 for the URL Standard change and https://github.com/whatwg/url/issues/217 for the original bug report and tests. Thanks @rmisev! 07 February 2017, 09:00:01 UTC
77de4bb Merge pull request #4749 from w3c/chromium-export-try Update NT2 name to be the requested URL instead of 'document' There's a strong request to merge this in M57, see spec bug: https://github.com/w3c/navigation-timing/issues/59 07 February 2017, 02:40:10 UTC
d24a86b Update NT2 name to be the requested URL instead of 'document' There's a strong request to merge this in M57, see spec bug: https://github.com/w3c/navigation-timing/issues/59 BUG=675039 Review-Url: https://codereview.chromium.org/2675973004 Cr-Commit-Position: refs/heads/master@{#448517} 07 February 2017, 02:30:14 UTC
4c44212 Merge pull request #4748 from w3c/chromium-export-try Update a few pointerevent test and the automations 06 February 2017, 22:40:11 UTC
75438e0 Update a few pointerevent test and the automations Update a few pointerevent automation instructions to use the latest common synthetic pointer action functions. Also update the corresponding tests to support multiple pointer types. BUG=629722 Review-Url: https://codereview.chromium.org/2678523002 Cr-Commit-Position: refs/heads/master@{#448413} 06 February 2017, 22:30:14 UTC
d60e6d7 Make FileReader.abort test be more picky about events it receives. (#4747) This makes the test that previously passed in both chrome and firefox fail in both browsers, for different reasons: - Firefox apparently synchronously dispatches the loadstart event, while the spec says to "queue a task" for this event. - Chrome incorrectly dispatches an 'error' event, while the spec says only one of 'abort', 'load' and 'error' should be dispatched. 06 February 2017, 20:55:48 UTC
1cfed58 Merge pull request #4746 from w3c/chromium-export-try Upstream <link rel=serviceworker> tests. 06 February 2017, 19:10:11 UTC
6cfd722 Upstream <link rel=serviceworker> tests. BUG=688116 Review-Url: https://codereview.chromium.org/2671783002 Cr-Commit-Position: refs/heads/master@{#448322} 06 February 2017, 18:50:15 UTC
a052787 Don't unnecessarily use const and let in NodeList-Iterable.html. (#4744) In particular, for-const-of does not currently work in Servo. 06 February 2017, 16:20:41 UTC
fe9e70f Avoid duplicate test names in send-redirect-to-cors.htm. (#4743) 06 February 2017, 16:04:39 UTC
12cb8d1 Merge cross-origin-objects.html and cross-origin-objects-exceptions.html See https://github.com/w3c/web-platform-tests/pull/4662#issuecomment-276559080 The exception type check is tested in a separate subtest, but it is now in the same file so we don't get out of sync. 06 February 2017, 15:08:52 UTC
1ba7507 add travis webhook (#4651) 06 February 2017, 14:33:42 UTC
4d8ccac Update tools. 06 February 2017, 14:03:59 UTC
85dec64 Merge pull request #4742 from w3c/sync_e1c45130812f7ce4601750aaae7ffebfe173abe8 Merge pull request #4742 from sync_e1c45130812f7ce4601750aaae7ffebfe173abe8 06 February 2017, 10:38:50 UTC
0646e33 Merge pull request #4741 from w3c/sync_b622ecfcb9611c091b04cdb99a7f9c244213c3c2 Merge pull request #4741 from sync_b622ecfcb9611c091b04cdb99a7f9c244213c3c2 06 February 2017, 10:38:34 UTC
c0a17d6 Merge pull request #4740 from w3c/sync_223af8b6a2a54bcdbd41e68580e1e877e91bb674 Merge pull request #4740 from sync_223af8b6a2a54bcdbd41e68580e1e877e91bb674 06 February 2017, 10:38:12 UTC
7e0b009 Merge pull request #4739 from w3c/sync_4109f81ccc3b50b1a0a7bb791cd54f77451407a9 Merge pull request #4739 from sync_4109f81ccc3b50b1a0a7bb791cd54f77451407a9 06 February 2017, 10:37:52 UTC
c6c31ee Merge pull request #4738 from w3c/sync_d6e653088b3cb2e5aeb1eda81c4d0e5241c1c08a Merge pull request #4738 from sync_d6e653088b3cb2e5aeb1eda81c4d0e5241c1c08a 06 February 2017, 10:37:36 UTC
daffd78 Merge pull request #4737 from w3c/sync_d9814472e764f851efd7e6706c5bfaaad9dc0daa Merge pull request #4737 from sync_d9814472e764f851efd7e6706c5bfaaad9dc0daa 06 February 2017, 10:37:20 UTC
a221bb8 Merge pull request #4736 from w3c/sync_28cb17e68938f7abe4104c93d9af6bd9a65320dd Merge pull request #4736 from sync_28cb17e68938f7abe4104c93d9af6bd9a65320dd 06 February 2017, 10:37:05 UTC
bd220ba Merge pull request #4735 from w3c/sync_832ae9882eafdcbffc9b68f708d3e119bd9b355a Merge pull request #4735 from sync_832ae9882eafdcbffc9b68f708d3e119bd9b355a 06 February 2017, 10:36:47 UTC
2d98b73 Merge pull request #4734 from w3c/sync_2c08a0ccd9aae8fe1af248285352c8ad150c8fa1 Merge pull request #4734 from sync_2c08a0ccd9aae8fe1af248285352c8ad150c8fa1 06 February 2017, 10:36:31 UTC
dd3a245 Merge pull request #4733 from w3c/sync_61459efbb738e53299e0b5e1024ccf7a47ddd86e Merge pull request #4733 from sync_61459efbb738e53299e0b5e1024ccf7a47ddd86e 06 February 2017, 10:36:11 UTC
cb8cc8e Merge pull request #4732 from w3c/sync_280f5c1cecc10460bbae321c5618cc6aa24d8d21 Merge pull request #4732 from sync_280f5c1cecc10460bbae321c5618cc6aa24d8d21 06 February 2017, 10:35:55 UTC
e282fbe Merge pull request #4731 from w3c/sync_6067ac3449f57831e7d1123d93d065adb7ab4f67 Merge pull request #4731 from sync_6067ac3449f57831e7d1123d93d065adb7ab4f67 06 February 2017, 10:35:39 UTC
ae8d7f4 Merge pull request #4730 from w3c/sync_ae9c6d766974b39bd1fdb45e83dea114af039f84 Merge pull request #4730 from sync_ae9c6d766974b39bd1fdb45e83dea114af039f84 06 February 2017, 10:35:24 UTC
140868f Merge pull request #4729 from w3c/sync_8fd1322b1a60d76edc5234890f400531b0e8e500 Merge pull request #4729 from sync_8fd1322b1a60d76edc5234890f400531b0e8e500 06 February 2017, 10:35:08 UTC
b9a1410 Merge pull request #4728 from w3c/sync_fb2587764f8acf594d3b296ddb57d043bbc25292 Merge pull request #4728 from sync_fb2587764f8acf594d3b296ddb57d043bbc25292 06 February 2017, 10:34:52 UTC
c053b32 Merge pull request #4727 from w3c/sync_802bdba985e30032ac2486943ddff49df85a8688 Merge pull request #4727 from sync_802bdba985e30032ac2486943ddff49df85a8688 06 February 2017, 10:34:37 UTC
99cddae Merge pull request #4726 from w3c/sync_304f8b29e828c2e6c4689f17641f96b709316ab6 Merge pull request #4726 from sync_304f8b29e828c2e6c4689f17641f96b709316ab6 06 February 2017, 10:34:21 UTC
4f3a022 Merge pull request #4725 from w3c/sync_f6d9df8f671d9f8ba39117fbcdf5fbe5150819d6 Merge pull request #4725 from sync_f6d9df8f671d9f8ba39117fbcdf5fbe5150819d6 06 February 2017, 10:34:04 UTC
6eec4fa Merge pull request #4724 from w3c/sync_19d2b1ed68a17ef8817ed386816ac4ddac33f8a6 Merge pull request #4724 from sync_19d2b1ed68a17ef8817ed386816ac4ddac33f8a6 06 February 2017, 10:33:49 UTC
223af8b Fix document.write check for activity. 06 February 2017, 10:33:40 UTC
b622ecf Add tests for windowless element's event handler behaviour 06 February 2017, 10:33:40 UTC
e1c4513 Extend tests for windowless element's event handler behaviour to non-native handlers 06 February 2017, 10:33:40 UTC
280f5c1 Fix and reindent /old-tests/submission/Opera/script_scheduling/119.html 06 February 2017, 10:33:39 UTC
28cb17e Support origins in CSSOM stylesheets 06 February 2017, 10:33:39 UTC
2c08a0c script: Add tests for image intrinsic width when the element is not rendered. 06 February 2017, 10:33:39 UTC
4109f81 Check the contentType attribute for media documents. 06 February 2017, 10:33:39 UTC
6067ac3 Fix 128.html The spec says that a script must be immediately prepared whenever "the script element is connected and a node or document fragment is inserted into the script element, after any script elements inserted at that time." 06 February 2017, 10:33:39 UTC
61459ef Reindent /old-tests/submission/Opera/script_scheduling/078.html 06 February 2017, 10:33:39 UTC
832ae98 Correct the pass condition in FileReader-multiple-reads.html. 06 February 2017, 10:33:39 UTC
8fd1322 Modify test to check if @import stylesheet get applied in a alternate stylesheet 06 February 2017, 10:33:39 UTC
ae9c6d7 Fix 096.html and remove 098.html Deferred scripts should have all ran before DOMContentLoaded is fired. The removed script was a duplicate. 06 February 2017, 10:33:39 UTC
d6e6530 Avoid data URLs for read-media tests. 06 February 2017, 10:33:39 UTC
d981447 Expose BeforeUnloadEvent only in Window 06 February 2017, 10:33:39 UTC
fb25877 Correctly handle unserializable shorthand get_shorthand_appendable_value doesn't always return a serializable value. This change makes it handle that case correctly. 06 February 2017, 10:33:39 UTC
19d2b1e Fix overflow shorthand serialization. 06 February 2017, 10:33:38 UTC
304f8b2 Implement CSSKeyframeRule.style 06 February 2017, 10:33:38 UTC
802bdba Add test for CSS interface 06 February 2017, 10:33:38 UTC
f6d9df8 Implement browsing context discarding. 06 February 2017, 10:33:38 UTC
97e16be Merge pull request #4719 from JosephPecoraro/hr-time-global-fix [hr-time] Fix IDL to get correct testing of Global property 03 February 2017, 23:50:45 UTC
4d69a8f [hr-time] Fix IDL to get correct testing of Global property 03 February 2017, 23:35:43 UTC
64e9067 Add tests to verify the origin of Blob URLs. (#4657) * Add tests to verify the origin of Blob URLs. * dynamically create iframe, and add startsWith check 03 February 2017, 22:35:15 UTC
4fe966b Test that Worker time origin is its moment of creation (#4713) Tests: https://w3c.github.io/hr-time/#time-origin-1 Addresses: https://github.com/w3c/hr-time/issues/41 03 February 2017, 20:34:01 UTC
58b2dfd Fix hr-time IDL test - Missing EventTarget definition (#4712) Tests are unexpectedly failing because EventTarget interface parent of the Performance interface is not defined. Add it. 03 February 2017, 19:46:02 UTC
e1d0695 Import WebDriver test harness files from wptrunner (#4668) Previously, WebDriver tests were executed against a WebDriver session that was managed by the wptrunner tool. Beyond increasing coupling between this project's tests and that particular test runner, this factoring made it impossible to write tests against aspects of the WebDriver protocol that explicitly concern session management. Update the test logic to explicitly manage connections to the WebDriver "remote end," (made possible by the runtime specification of host name and port number), and import the relevant logic from the wptrunner project. 03 February 2017, 16:14:38 UTC
6896150 Expect tests for navigation mode and cross-origin requests to pass. 03 February 2017, 15:54:45 UTC
821cdf6 Expect cross-origin fetch referrer test to pass. 03 February 2017, 15:54:45 UTC
4cc16b6 Remove travis notification webhook for prbuildbot 03 February 2017, 13:10:13 UTC
e2dab33 Update timeout annotations to the new syntax. (#4710) 03 February 2017, 13:06:28 UTC
19196f0 Update tools. 03 February 2017, 10:06:48 UTC
d09e19d Update tools 03 February 2017, 08:06:52 UTC
b6125d6 Add movementxy attribute test for pointerevents (#4571) 03 February 2017, 05:03:04 UTC
6010f54 Add W3C-TEST.ORG:.travis.yml to lint allow list 03 February 2017, 01:48:57 UTC
d2092e1 Add notification webhook for prbuildbot 03 February 2017, 01:41:22 UTC
5903e00 Rewrite preload test. (#4683) This test was broken as the number of resources loaded was 3 independent of support for preload. In addition the use of setTimeout managed to make it untable in gecko. Rewrite the test to depend on the load events rather than on timers, and to fail early in browsers with no preload support. 02 February 2017, 22:13:21 UTC
269611d Update dom/lists/DOMTokenList-iteration.html so it no longer expects duplicates As per the latest DOM specification [1], when a DOMTokenList gets created, we end up running the "attribute change steps" for element, localName, value, value, and null. The attribute changed steps for DOMTokenList say "set tokens to value, parsed." "parsed" links to [2] which says to run the ordered set parser, which should get rid of duplicates. WebKit, for example, does get rid of duplicates. [1] https://dom.spec.whatwg.org/#interface-domtokenlist [2] https://dom.spec.whatwg.org/#concept-ordered-set-parser 02 February 2017, 18:42:15 UTC
6179165 File URLs with percent-encoded Windows drive letters Fixes https://github.com/whatwg/url/issues/210. 02 February 2017, 14:02:44 UTC
e94c604 Fix URLSearchParams constructor test Fixes https://github.com/whatwg/url/issues/220. 02 February 2017, 11:22:50 UTC
3fc7f40 Add a test for non-support of DOMRectList. 02 February 2017, 08:11:58 UTC
back to top