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

sort by:
Revision Author Date Message Commit Date
d7971f8 Worker: Upstream fast/workers/worker-timeout.html to WPT This CL upstreams fast/workers/worker-timeout.html to WPT. Also, this removes following existing tests because the new test has more coverage (e.g., consecutive setTimeout() calls). - external/wpt/WorkerGlobalScope_setInterval.htm - external/wpt/WorkerGlobalScope_setTimeout.htm Bug: 795636 Change-Id: I3b5101d929e176822550f4b586e8a111dc9e0bcd 08 January 2018, 15:21:17 UTC
becd9c8 Disable kerning for tests that rely on undefined kerning behavior This patch disables kerning for tests that assumes how kerning work across element or node boundaries. These tests fail when Blink tried to change the kerning logic in LayoutNG. Bug: 796943 Change-Id: I285b7e3b895af2ad5abf518c74e65d24b38ecb88 Reviewed-on: https://chromium-review.googlesource.com/853552 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#527628} 08 January 2018, 14:16:33 UTC
6a0aed3 Use Safari 11 in Travis builds Sauce for macOS 10.12 only has Safari 10.1 and Safari 11.0. Because the current version we're using is 10.0, no tests are being run since this is an unsupported version. Since wpt.fyi is using Safari 11, this changes Travis builds to use Safari 11 as well. 08 January 2018, 14:04:36 UTC
5ea162f Upstream some of the track tests Upstream the below tests from media/track/ to wpt 1. track-change-event.html 2. track-css-cue-pseudo-class.html 3. track-cue-negative-timestamp.html 4. track-cue-rendering-empty-cue-crash.html 5. track-default-attribute.html 6. track-delete-during-setup.html 7. vtt-cue-float-precision.html Bug: 782555 Change-Id: I5e10baf1a45e2b10b6900048365c44bc7715360c Reviewed-on: https://chromium-review.googlesource.com/852603 Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#527620} 08 January 2018, 13:42:46 UTC
61acad6 Add more tests for HTMLTableElement::caption - Set it when the table doesn't already have a caption. - Set it when the table has a caption child but with other siblings before it. - Set it when the table has a caption descendant. - Set it when the table has two caption children. - Set it to a caption that has a different owner document. - Set it to the caption already in the table (make sure it gets moved). 08 January 2018, 12:11:12 UTC
1b865ea Remove the expectations from test names in createImageBitmap-invalid-args.html This is generally frowned upon, because it means the test name needs to change if the expectation changes. This was already forgotten in some of the tests here. 08 January 2018, 10:10:03 UTC
e1562f1 Add error tests for File API (#8930) - FileReader NotReadableError Test - FileReader SecurityError Test 08 January 2018, 07:45:09 UTC
6c663c5 Duplicated :-webkit-any() functionality for :matches() This is the first stage of implementing :matches(). The pseudo class kPseudoAny was copied under new name kPseudoMatches with its own use-counter. The selector does not yet allow for complex selector arguments. Design doc: https://docs.google.com/document/d/1dfbT1mnIuwm9HTyUWDe5PS5FygZgMuQGsyw49oxBcXk/edit?usp=sharing Intent to Implement: https://groups.google.com/a/chromium.org/d/msg/blink-dev/kqD_G4sxfZE/6CJM01X2BwAJ Bug: 568705 Change-Id: I288096bd11e8399798bdec16fd13944861a6be59 Reviewed-on: https://chromium-review.googlesource.com/846599 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Victoria Su <victoriaytsu@google.com> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#527578} 08 January 2018, 06:21:24 UTC
ad4d519 [css-typed-om] Upstream CSSStyleValue.parse and .parseAll tests. This patch upstreams tests for CSSStyleValue.parse and .parseAll. We made the following changes: - Split the tests into 4 files (parse, parse-invalid, parseAll, parseAll-invalid). - Added <meta name="assert"> tags to distinguish the different files. See [1] about metadata. - Inlined test cases. More code duplication but (hopefully) more readable than a loop over test cases. [1] http://web-platform-tests.org/writing-tests/css-metadata.html Bug: 774887 Change-Id: I766be70744218549f86ee95212f9899310960d9b Reviewed-on: https://chromium-review.googlesource.com/848489 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#527545} 07 January 2018, 22:09:03 UTC
dab9c45 Fix the flakiness in workers/worker-performance.worker.js This test was relying that performance.now() value changes from the time start was computed to when the first mark entry was created. Explicitly wait for performance.now() value to change instead to make the test more reliable. 07 January 2018, 10:52:44 UTC
23869ad Remove CSS2/colors/color-030.xht (#8940) Since this test is invalid per Color 4, this change removes CSS2/colors/color-030.xht. 07 January 2018, 07:59:23 UTC
2cb86af Move XMLHttpRequest/ to xhr/ Like https://github.com/w3c/web-platform-tests/pull/8895 for quirks, this adapts to https://github.com/whatwg/xhr/pull/184, after which the wpt links are generated and match the shortname. https://xhr.spec.whatwg.org/ currently has a 404 link to https://github.com/w3c/web-platform-tests/tree/master/xhr. Steps taken: * rename the directory * sed 's#/XMLHttpRequest#/xhr#g' everywhere * manually handle a few remaining cases of "XMLHttpRequest/" * look at ouput of grep -E '\SXMLHttpRequest' and 'XMLHttpRequest[^(;]' 06 January 2018, 16:35:27 UTC
56adc3d Merge pull request #8521 from w3c/touch-events-historical Add some more historical tests for touch-events. 06 January 2018, 04:52:47 UTC
fe60d8c Merge pull request #8934 from yoavweiss/fetch_destination_even_moar_values Fetch destination - worker and document tests 05 January 2018, 21:53:06 UTC
fc3f850 Addressed nits 05 January 2018, 21:05:47 UTC
8bda27d renamed dummy.html back 05 January 2018, 20:54:10 UTC
f132e12 Moved the worker test to its own scope 05 January 2018, 20:08:45 UTC
b1a6b03 Got the iframe test working 05 January 2018, 17:50:22 UTC
450835d Not-yet-working iframe test 05 January 2018, 17:29:54 UTC
b7034cf Merge pull request #8926 from yoavweiss/fetch_destination_moar_values Added more Request.destination tests 05 January 2018, 16:58:07 UTC
27c3241 Updating ownership for KeyboardLock Web API This is a trivial change for me to get familiar with the files associated with the KeyboardLock JS API. Bug: Change-Id: Iff7d22a9e64471c77dbbed36c82cd3bfe4c53f89 Reviewed-on: https://chromium-review.googlesource.com/849635 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#527283} 05 January 2018, 16:15:09 UTC
10c3f61 Add a minimal test for the :user-invalid psuedo-class 05 January 2018, 15:28:24 UTC
10a97f4 Upstream track-[id, insert*, node*, selection*, text*] tests Upstream the below tests from media/track/ to wpt 1. track-id.html 2. track-insert-after-load-crash.html 3. track-node-add-remove.html 4. track-selection-metadata.html 5. track-text-track-cue-list.html 6. track-texttracks.html Bug: 782555 Change-Id: Id8d6852ce3fd0de24e3bdd752ac3d08f0ba9982e Reviewed-on: https://chromium-review.googlesource.com/851518 Reviewed-by: Fredrik Söderquist <fs@opera.com> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#527268} 05 January 2018, 13:40:51 UTC
f8bdca7 Added cache.add() 05 January 2018, 10:57:29 UTC
6f7951a Added tests for a bunch of resources without a load event 05 January 2018, 10:44:11 UTC
a0aefa3 Reject the promise on error in makeAvailableButBrokenImage(). 05 January 2018, 09:54:19 UTC
c5f7348 Add a test for createImageBitmap with a detached ImageBitmap. 05 January 2018, 09:54:19 UTC
b39a43a Use a real data URL in createImageBitmap-invalid-args.html. 05 January 2018, 09:54:19 UTC
aaf7f96 Add a test for createImageBitmap with negative sw/sh arguments. 05 January 2018, 09:54:19 UTC
34c932a Use the factory methods from common.js in createImageBitmap-invalid-args.html. 05 January 2018, 09:54:19 UTC
03d7c99 Also test with OffscreenCanvas. 05 January 2018, 09:54:19 UTC
22de1e7 Factor out the list of image source types. 05 January 2018, 09:54:19 UTC
e21d26f Inline single-use initializeTestCanvas and initializeImageData functions. 05 January 2018, 09:54:19 UTC
a2ec317 Move to factory functions in createImageBitmap-drawImage.html. 05 January 2018, 09:54:19 UTC
c0da1ad Move testDrawImageBitmap to the only test that uses it. 05 January 2018, 09:54:19 UTC
eae1e74 Sets an ETag header to check the cache revalidation behavior. The test "fetch-request-no-freshness-headers.html" was added to Blink's LayoutTests by this cl (https://codereview.chromium.org/703813002) to check the cache revalidation behavior. But WPT server doesn't send ETag header for static files. So this test is not correctly checking the cache revalidation behavior. This test passes even if I removed "!Context().IsControlledByServiceWorker()" in ResourceFetcher::DetermineRevalidationPolicyInternal(). https://chromium.googlesource.com/chromium/src/+/8f36166/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp#1188 Thic CL adds fetch-request-no-freshness-headers-script.py which sets a dummy ETag header and uses it from fetch-request-no-freshness-headers-iframe.html. Bug: 429570 Change-Id: I8dd788fe9ab4634bd3ccd7da0e06065f65c1a201 Reviewed-on: https://chromium-review.googlesource.com/851692 Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#527236} 05 January 2018, 07:36:29 UTC
651c106 [ES6 Modules] Fix importing a module with different specifiers ModuleRequestsFromScriptModule() can contain the same URL multiple times if a module is imported multiple times with different specifiers. Previously, InitiateInternalModuleScriptGraphFetching() was invoked multiple times for the same URL, and thus caused DCHECK() to fail or module loading to never finish. This CL adds the URL of imported modules to |visited_set_| while iterating ModuleRequestsFromScriptModule(), not in InitiateInternalModuleScriptGraphFetching(), to avoid the duplicated InitiateInternalModuleScriptGraphFetching() calls. This is also what is done in the spec. Bug: 797867 Change-Id: I583033ac3f168b5b50bdf6d49ae9563b5eda36ea Reviewed-on: https://chromium-review.googlesource.com/847296 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#527141} 05 January 2018, 00:03:29 UTC
6ec1eb9 Move http/tests/w3c/webperf/submission/Google/HighResolutionTime to wpt Bug: chromium:498037 Change-Id: Ia2e6435c8401922aa02f818b6f75c49ecf869869 Reviewed-on: https://chromium-review.googlesource.com/850584 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by: Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#527140} 05 January 2018, 00:03:27 UTC
045e46e Merge pull request #8889 from csnardi/patch-10 Add in references for some CSS2/lists/counter-increment-* tests 04 January 2018, 23:55:07 UTC
41d122f Added more Request.destination tests 04 January 2018, 22:43:46 UTC
944b1b9 Merge pull request #8920 from emilio/anon-boxes Revert "Revert "Merge anonymous table boxes when appropriate."" 04 January 2018, 21:26:40 UTC
89cda2f Revert "Revert "Merge anonymous table boxes when appropriate."" This reverts commit 2f2fb8bb1979dba82e02d13412d180412ea1667c. Tests are valid and don't hurt. 04 January 2018, 18:49:33 UTC
be5419e Merge pull request #8919 from w3c/sync_1b93a7d98bc4849fa8f365d9bd13fb2a0448c6e1 Merge pull request #8919 from sync_1b93a7d98bc4849fa8f365d9bd13fb2a0448c6e1 04 January 2018, 18:38:52 UTC
b17fc42 Merge pull request #8918 from w3c/sync_c14ef90944212391ce0724cf1276e9184b1a4a5a Merge pull request #8918 from sync_c14ef90944212391ce0724cf1276e9184b1a4a5a 04 January 2018, 18:38:44 UTC
ae6c856 Merge pull request #8917 from w3c/sync_6701e008e72c2e7c83123cea5eebcbb17e83893b Merge pull request #8917 from sync_6701e008e72c2e7c83123cea5eebcbb17e83893b 04 January 2018, 18:38:35 UTC
a53a42c Merge pull request #8916 from w3c/sync_dcd39fb818509ba7b49c9b0522511d03eca2d8f6 Merge pull request #8916 from sync_dcd39fb818509ba7b49c9b0522511d03eca2d8f6 04 January 2018, 18:38:24 UTC
ceb8e56 Merge pull request #8915 from w3c/sync_16bab0606a798cad1a0211deee8b9c045844403a Merge pull request #8915 from sync_16bab0606a798cad1a0211deee8b9c045844403a 04 January 2018, 18:38:14 UTC
d6f5d79 Merge pull request #8914 from w3c/sync_ae13f4f7ab4ab555ea8d2936df204c493cef8a5f Merge pull request #8914 from sync_ae13f4f7ab4ab555ea8d2936df204c493cef8a5f 04 January 2018, 18:38:05 UTC
8360a7f Merge pull request #8913 from w3c/sync_a8aedd5f6a9719812eec6095b5312a649b236ec1 Merge pull request #8913 from sync_a8aedd5f6a9719812eec6095b5312a649b236ec1 04 January 2018, 18:37:55 UTC
259a3d8 Merge pull request #8912 from w3c/sync_2084273b266ea3c897eae13c232c1fe602195d63 Merge pull request #8912 from sync_2084273b266ea3c897eae13c232c1fe602195d63 04 January 2018, 18:37:45 UTC
254200c Merge pull request #8911 from w3c/sync_771af2ca2a05240bb3fe2ac672123b491de79fcd Merge pull request #8911 from sync_771af2ca2a05240bb3fe2ac672123b491de79fcd 04 January 2018, 18:37:37 UTC
310e6be Merge pull request #8910 from w3c/sync_96421fcf35256b7401b1de94150b951d1959b089 Merge pull request #8910 from sync_96421fcf35256b7401b1de94150b951d1959b089 04 January 2018, 18:37:27 UTC
c5d394f Merge pull request #8909 from w3c/sync_0d46c398bdae89b8b10a680d9a7889279cb8195e Merge pull request #8909 from sync_0d46c398bdae89b8b10a680d9a7889279cb8195e 04 January 2018, 18:37:16 UTC
2b8ec6e Merge pull request #8908 from w3c/sync_d78f66a6ac6f7035a1f01fbce4f07ebca1cdea3f Merge pull request #8908 from sync_d78f66a6ac6f7035a1f01fbce4f07ebca1cdea3f 04 January 2018, 18:37:07 UTC
f4e1efa Merge pull request #8907 from w3c/sync_e1c663fafc365b7cd690f5fe5d9de050a858dbd3 Merge pull request #8907 from sync_e1c663fafc365b7cd690f5fe5d9de050a858dbd3 04 January 2018, 18:36:56 UTC
6adbb10 Merge pull request #8906 from w3c/sync_9510076da4e555cb7d77d0d13e4142eb715079e8 Merge pull request #8906 from sync_9510076da4e555cb7d77d0d13e4142eb715079e8 04 January 2018, 18:36:46 UTC
e3f80cb Merge pull request #8905 from w3c/sync_941f6aa2949e24475a7dcd53fd1cb70142059d37 Merge pull request #8905 from sync_941f6aa2949e24475a7dcd53fd1cb70142059d37 04 January 2018, 18:36:38 UTC
50bc3ea Merge pull request #8904 from w3c/sync_f871b66e7d52cbf926d5128615ab30aca2cf7fab Merge pull request #8904 from sync_f871b66e7d52cbf926d5128615ab30aca2cf7fab 04 January 2018, 18:36:28 UTC
ed77e3a Merge pull request #8903 from w3c/sync_7acc074da26d868490fb5d03188e77627e7f2e88 Merge pull request #8903 from sync_7acc074da26d868490fb5d03188e77627e7f2e88 04 January 2018, 18:36:20 UTC
03858bb Merge pull request #8902 from w3c/sync_52eea268f07b171411611419e53df38577f5db36 Merge pull request #8902 from sync_52eea268f07b171411611419e53df38577f5db36 04 January 2018, 18:36:11 UTC
0d46c39 queue event instead of immediately fire created checks to see if parser is in use before event dispatch changed tests to expect crash and added async style test Upstreamed from https://github.com/servo/servo/pull/19307 [ci skip] 04 January 2018, 18:36:01 UTC
16bab06 layout: support tiled gradients Use background-size, background-position properties to render CSS gradients. Some cleanup in display_list_builder.rs related to gradient calculations. Adds two wpt tests for tiled gradients. Note: For now even gradients with background-repeat: no-repeat are repeated. Sometimes the gradient is not repeated everywhere. Enable vars-background-shorthand-001.html CSS test. Upstreamed from https://github.com/servo/servo/pull/19554 [ci skip] 04 January 2018, 18:36:01 UTC
1b93a7d Test with fixes for background repeat: spaced Test the interaction between background-repeat: spaced and CSS borders. Fix tile_image_axis() function. Upstreamed from https://github.com/servo/servo/pull/19651 [ci skip] 04 January 2018, 18:36:01 UTC
2084273 implement "Date type inputs", "Month type inputs" Upstreamed from https://github.com/servo/servo/pull/19385 [ci skip] 04 January 2018, 18:36:01 UTC
6701e00 implement valid week string Upstreamed from https://github.com/servo/servo/pull/19559 [ci skip] 04 January 2018, 18:36:01 UTC
771af2c Added time input sanitization: - Implemented is_valid_time_string for DOMString. - Use is_valid_time_string for sanitize_value with time input. - Improved input type change test Upstreamed from https://github.com/servo/servo/pull/19379 [ci skip] 04 January 2018, 18:36:01 UTC
96421fc style: Upstream calc serialization test. Upstreamed from https://github.com/servo/servo/pull/19449 [ci skip] 04 January 2018, 18:36:01 UTC
a8aedd5 style: Support calc() in color functions. Upstreamed from https://github.com/servo/servo/pull/19457 [ci skip] 04 January 2018, 18:36:01 UTC
ae13f4f Handle cases where selection API doesn't apply The selection API only applies to certain <input> types: https://html.spec.whatwg.org/multipage/#do-not-apply This commit ensures that we handle that correctly. Some notes: 1. TextControl::set_dom_selection_direction now calls set_selection_range(), which means that setting selectionDirection will now fire a selection event, as it should per the spec. 2. There is a test for the firing of the select event in tests/wpt/web-platform-tests/html/semantics/forms/textfieldselection/select-event.html, however the test did not run due to this syntax error: (pid:26017) "ERROR:script::dom::bindings::error: Error at http://web-platform.test:8000/html/semantics/forms/textfieldselection/select-event.html:50:11 missing = in const declaration" This happens due to the us of the "for (const foo of ...)" construct. Per https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of this should actually work, so it's somewhat unsatisfying to have to change the test. 4. If an <input>'s type is unset, it defaults to a text, and the selection API applies. Also, if an <input>'s type is set to an invalid value, it defaults to a text too. I've expanded the tests to account for this second case. Upstreamed from https://github.com/servo/servo/pull/19461 [ci skip] 04 January 2018, 18:36:01 UTC
c14ef90 Fix division by zero in gradient stop calculation Check if total_length is zero and return 0.0 instead of NaN in this case. Closes #18435 Regression test for crash. Upstreamed from https://github.com/servo/servo/pull/19652 [ci skip] 04 January 2018, 18:36:01 UTC
dcd39fb layout: background-origin attribute for gradients Fixes the glitches mentioned in #19554. Now gradient tiles are placed in the whole bounding box. Upstreamed from https://github.com/servo/servo/pull/19568 [ci skip] 04 January 2018, 18:36:01 UTC
52eea26 more http cache work Upstreamed from https://github.com/servo/servo/pull/18676 [ci skip] 04 January 2018, 18:36:00 UTC
7acc074 selectors: Allow white space in the brackets of an attribute selector. Upstreamed from https://github.com/servo/servo/pull/19263 [ci skip] 04 January 2018, 18:36:00 UTC
941f6aa Use most recent webdriver test harness. Upstreamed from https://github.com/servo/servo/pull/19318 [ci skip] 04 January 2018, 18:36:00 UTC
9510076 Add a sanitize_value implementation for the color input I had to change the test a little bit to avoid some failures due to color and text both having a sanitizedValue which was making the test use the first assertion instead of the second one in some cases. The sanitize_value implementation is pretty simple, we iterate over the content and checks that the content is 7 characters long, that the first character is a `#` and then that all the following characters are hexadecimal. If all those requirements are met, we lowercase the content, otherwise we put `#000000` in it. Upstreamed from https://github.com/servo/servo/pull/19330 [ci skip] 04 January 2018, 18:36:00 UTC
d78f66a Add tests for using replaceData to change CSS Upstreamed from https://github.com/servo/servo/pull/19384 [ci skip] 04 January 2018, 18:36:00 UTC
e1c663f Move selection to end when textarea value is assigned Issue #19171 Upstreamed from https://github.com/servo/servo/pull/19358 [ci skip] 04 January 2018, 18:36:00 UTC
f871b66 Refactor selection-start-end test Move assertions about the initial value of selection{Start,End} to their own tests. This ensures that when one of these assertions fails, it doesn't prevent other tests from being defined. Thus we have a clearer view of which tests are passing or failing, since all tests get defined regardless of which assertions fail. Upstreamed from https://github.com/servo/servo/pull/19272 [ci skip] 04 January 2018, 18:36:00 UTC
2f2fb8b Revert "Merge anonymous table boxes when appropriate." This reverts commit 4766c5012f46eed5afec44dcbc10e7365eadbc1b. Reason for revert: Caused a bunch of clusterfuzz issues Original change's description: > Merge anonymous table boxes when appropriate. > > When a table part box is removed from the layout tree, we may end up > with two anonymous layout part siblings which needs to be merged. We > move the children of the latter into the former. When children of the > latter are themselves anonymous, skip down the layout tree until we find > non-anonymous boxes. This will make sure we merge multiple levels of > anonymous boxes although it means we will have to recreate the anonymous > ancestors of the moved box when the preceding box we are moving it to > does not have anonymous descendants. > > Bug: 181374 > Change-Id: I8a14cec2e036fb4e5b937f89c4a35411dcc98785 > Reviewed-on: https://chromium-review.googlesource.com/846861 > Reviewed-by: Morten Stenshorne <mstensho@chromium.org> > Commit-Queue: Rune Lillesveen <futhark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#526969} TBR=dgrogan@chromium.org,mstensho@chromium.org,futhark@chromium.org Change-Id: I5f9075e282b579343d176d408be4db293b1464fe No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 181374 Reviewed-on: https://chromium-review.googlesource.com/850695 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#527019} 04 January 2018, 17:33:07 UTC
c9a2e44 Merge pull request #8812 from yoavweiss/fetch_destination_values Request.destination value tests 04 January 2018, 15:35:46 UTC
7b4dd06 Refactored to promise based tests and addressed some review comments 04 January 2018, 15:04:51 UTC
0361989 Rename quirks-mode to quirks to match the standard shortname See https://github.com/whatwg/quirks/pull/20. `grep -r quirks-mode *` yielded nothing so nothing external relies on this being here it appears. 04 January 2018, 14:52:28 UTC
4cd4e92 Upstream track-large-*, track-load-* and track-mode-* tests Upstream the below tests from media/track/ to wpt 1. track-large-timestamp.html 2. track-load-error-readyState.html 3. track-load-from-element-readyState.html 4. track-load-from-src-readyState.html 5. track-mode-disabled-crash.html 6. track-mode-not-changed-by-new-track.html 7. track-mode-triggers-loading.html 8. track-mode.html Bug: 782555 Change-Id: Ic76b8f4d8010650b72c031dec3715d274a02a4ff Reviewed-on: https://chromium-review.googlesource.com/850155 Reviewed-by: Fredrik Söderquist <fs@opera.com> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#526970} 04 January 2018, 13:30:57 UTC
d2da2f8 Merge anonymous table boxes when appropriate. When a table part box is removed from the layout tree, we may end up with two anonymous layout part siblings which needs to be merged. We move the children of the latter into the former. When children of the latter are themselves anonymous, skip down the layout tree until we find non-anonymous boxes. This will make sure we merge multiple levels of anonymous boxes although it means we will have to recreate the anonymous ancestors of the moved box when the preceding box we are moving it to does not have anonymous descendants. Bug: 181374 Change-Id: I8a14cec2e036fb4e5b937f89c4a35411dcc98785 Reviewed-on: https://chromium-review.googlesource.com/846861 Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#526969} 04 January 2018, 13:22:47 UTC
dd47d1f Upstream tests from media/track/opera/ Upstream below tests from media/track/opera/interfaces/VTTCue to external/wpt/webvtt/api/VTTCue/ 1. constructor.html 2. Removed getCueAsHTMLCrash.html infavor of getCueAsHTML.html Bug: 782555 Change-Id: Ib4066a2d71b409d870118d1697dca0e10d926668 Reviewed-on: https://chromium-review.googlesource.com/848698 Reviewed-by: Fredrik Söderquist <fs@opera.com> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#526956} 04 January 2018, 10:58:54 UTC
5874c0e Additional service worker tests for custom responses 04 January 2018, 10:11:47 UTC
073d6a0 Merge pull request #8890 from Honry/fix-lint-error Fix lint error 04 January 2018, 05:44:12 UTC
2a6a28d Fix another lint errors 05 January 2018, 05:22:37 UTC
1e0735c Fix typo in lint.whitelist 05 January 2018, 05:02:24 UTC
20123d4 [css-typed-om] Add IDL tests for CSSKeywordValue. This patch uses idlharness.js to test the CSSKeywordValue interface. Bug: 774887 Change-Id: I64bd459bcc199094fc0ce60c217110fc0f0cb17f Reviewed-on: https://chromium-review.googlesource.com/848117 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#526921} 04 January 2018, 04:56:01 UTC
df96ea8 Add in references for some CSS2/lists/counter-increment-* tests Many CSS2/lists/counter-increment-* tests are missing references. This change adds in references for some of the simple cases. 04 January 2018, 04:26:06 UTC
8998d0d [css-typed-om] Add IDL tests for CSSStyleValue. This patch uses idlharness.js to test the CSSStyleValue interface. Bug: 774887 Change-Id: I20e487e2ec0e733e5ab152e1f9e9fa6bc2c5a605 Reviewed-on: https://chromium-review.googlesource.com/848116 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#526864} 04 January 2018, 00:09:31 UTC
6af2f3b Upstream track-disabled-* and track-element-* tests Upstream the below tests from media/track/ to wpt 1. track-disabled-addcue.html 2. track-disabled.html 3. track-element-dom-change-crash.html 4. track-element-src-change-error-handling.html 5. track-element-src-change.html Bug: 782555 Change-Id: I9b4c6a105c8ceae5f8787f511025b2cdaaefc6b9 Reviewed-on: https://chromium-review.googlesource.com/848436 Reviewed-by: Fredrik Söderquist <fs@opera.com> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#526704} 03 January 2018, 19:58:12 UTC
4de5305 Merge pull request #8879 from w3c/sync_45668a155fde7eb87c4c82721fc18fcf8c757c60 Remove animationiteration from legacy event listener test, make the transition tests more robust, and re-enable that test. 03 January 2018, 16:11:54 UTC
f41ef43 Merge pull request #8878 from w3c/sync_01c496da5ee985744bef3d51b3de1d3bfe44000b Don't let placeholders affect line height. 03 January 2018, 16:11:38 UTC
8df5f58 Merge pull request #8877 from w3c/sync_8756468a5e22f6db2778272fc44cc95f02657f99 Fixup call to traceback, 03 January 2018, 16:11:22 UTC
3a0e02c Merge pull request #8876 from w3c/sync_418ef76cafce0462a79f1e4938423e7a1ddfbc56 Explicitly drain all queues on exit, 03 January 2018, 16:11:05 UTC
4c460db Merge pull request #8875 from w3c/sync_2c1196ace4653190961a80543f17531ab4b012c4 Fix inheritance of animation and transition properties of mismatched length. 03 January 2018, 16:10:46 UTC
e49be7b Merge pull request #8874 from w3c/sync_11b17e5486dfec34d78ce5b75527f9fc75ea7cd7 Update JS module tests now that repeated instantiation failures of a module are no longer required to throw the same value 03 January 2018, 16:10:30 UTC
19f624a Merge pull request #8873 from w3c/sync_2f4882ae156f93024e5caec5643f3b84dadc0c28 Update references to Web Animations spec in web-platform-tests; 03 January 2018, 16:10:13 UTC
back to top