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

sort by:
Revision Author Date Message Commit Date
8d90144 Prevent false positives 21 March 2018, 04:32:42 UTC
f8920ff Edge doesn't do object spread yet (#10119) 21 March 2018, 03:46:47 UTC
92885ac user activation must survive postMessage() to call show() (#10090) Check that we can call pr.show() in an iframe via postMessage(), which is triggered by user activation. 21 March 2018, 01:49:00 UTC
66e0742 Revert "rename generic-sensor directory as sensors" (#10068) 21 March 2018, 01:29:05 UTC
3a83284 Address comments * Renaming `check_stability.run` breaks commands.json and naming conventions, so rename the other `run` in that module instead. * Only return errors for empty results when we know for sure tests are affected. 20 March 2018, 20:32:14 UTC
7e214e8 Exit check_stability with an error when no tests run Similar to #10030 (which was for `wpt run`), this commit makes `wpt check-stability` return a non-zero exit code when no tests run. Also fix some code smells: * `run` was redefined by `do_delayed_imports` to a different function. Rename the other `run` method in this module to `setup_and_run`. * `retcode` was unnecessarily defined in the top scope. Remove it to avoid redefinition. * `global logger` and the call to `get_parser` were extraneous in `run` (now `setup_and_run`) and hence are removed. 20 March 2018, 20:32:14 UTC
4d10320 No longer allow Chrome stability check to fail After #10064, Chrome jobs run successfully on Travis, so we can turn the stability check back on. Fixes #9932. 20 March 2018, 19:02:42 UTC
dacfb44 Indexed DB: Consolidate window/worker IDL tests into any.js Also, rely on HTML and DOM interfaces for dependencies rather than inline definitions for Event, EventTarget, etc. Change-Id: I58ac6515f8d2769aec6bbf1b90d9a4105639ad24 Reviewed-on: https://chromium-review.googlesource.com/965452 Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#544429} 20 March 2018, 18:25:58 UTC
e04e71f Stop using wrappedJSObject in marionette executor (#10041) 20 March 2018, 17:57:36 UTC
6e1b5f4 ReadableStream: Readable byte stream must call pull if needed after receiving new chunk (#10018) * Fix test that allows too much pulling * Test that byte stream pulls after enqueue 20 March 2018, 13:27:09 UTC
31c11a7 Update the web-share IDL file (#9843) 20 March 2018, 13:10:20 UTC
f2ae764 Correctly reject in-progress body methods with AbortError Prior to this change, response body methods such as response.body.arrayBuffer() would reject with a TypeError if the fetch was aborted. This change makes them correctly reject with an AbortError instead. This implements stage #3 of the "Body Cancellation" section of the design doc: https://docs.google.com/document/d/1OuoCG2uiijbAwbCw9jaS7tHEO0LBO_4gMNio1ox0qlY/edit#heading=h.fvc7d7q07oio Bug: 817687 Change-Id: Ifde322d9c22485a8ba9d14fd4ffca65c4fb4745a Reviewed-on: https://chromium-review.googlesource.com/954765 Commit-Queue: Adam Rice <ricea@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#544335} 20 March 2018, 12:38:49 UTC
7cb5db5 Make Shadow DOM account for stylesheet applicableness correctly. Summary: Also, make stuff sound in presence of CSSOM and what not. The dirty: false thing is reverting an accidental change that landed in the de-XBL stuff, which was harmless, but now wouldn't let me assert stuff properly. Reviewers: xidorn Bug #: 1445682 Differential Revision: https://phabricator.services.mozilla.com/D748 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1445682 gecko-commit: f2149d69f47cd9e7a2d0b478c2c63cb020dbfda9 gecko-integration-branch: central gecko-reviewers: xidorn 20 March 2018, 02:40:51 UTC
bca58b0 Port XHR to WorkerRef, bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1445883 gecko-commit: 0f81334efa0a008db8931a41eef2d26a77d0e800 gecko-integration-branch: mozilla-inbound gecko-reviewers: smaug 20 March 2018, 02:29:46 UTC
c51eaff Merge pull request #10099 from csnardi/patch-9 Update serialization of drop-shadow 20 March 2018, 02:13:15 UTC
234faac [css-typed-om] support pointer-events property pointer-events[1] are added to support in whitelist. there are some camelcase keywords in pointer-events. actually pre-defined keywords are interpreted ASCII case-insensitively[2]. so it was changed to accept camelcase keyword in tests. and test file are also added. [1]https://svgwg.org/svg2-draft/interact.html#PointerEventsProperty [2]https://drafts.csswg.org/css-values-4/#keywords Bug: 820299 Change-Id: Iccc0f88a69bbec68964ef55bcc5c471fea765ccf Reviewed-on: https://chromium-review.googlesource.com/968581 Reviewed-by: Darren Shen <shend@chromium.org> Commit-Queue: Hwanseung Lee <hwanseung@chromium.org> Cr-Commit-Position: refs/heads/master@{#544232} 20 March 2018, 01:39:03 UTC
3ec34e5 Web Platform Tests: add /interfaces/webaudio.idl and corresponding test The Web Audio tests (in /webaudio) have idlharness test on an interface-by-interface basis, but the new hotness is to have the IDL fragments consolidated. This also allows dependent specs to include the master interface definitions. Bug: 679813,697123,785409,823431 Change-Id: I60bc8415627b8b3f43c13060e4bf65f47bc17c2b Reviewed-on: https://chromium-review.googlesource.com/965401 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by: Raymond Toy <rtoy@chromium.org> Reviewed-by: Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#544173} 19 March 2018, 22:50:31 UTC
49cbe8a Test both parsing orders 19 March 2018, 18:15:09 UTC
6a53acc Remove obsolete invalid parsing test for drop-shadow https://github.com/w3c/fxtf-drafts/issues/231 was resolved by allowing this grammar in the spec. 19 March 2018, 18:03:21 UTC
730eca9 Update serialization of drop-shadow After https://github.com/w3c/fxtf-drafts/issues/240, the serialization order of drop-shadow() was changed to be the color (if specified), then the length values. This matches the behavior of Firefox/Chrome/WebKit. Update the test to match this change to the spec. 19 March 2018, 17:57:13 UTC
2667757 scroll-snap-align should specify inline and block. Currently, we parse the two values in scroll-snap-align for x and y. However, according to the spec, https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-align, the two values specify the alignment in the inline axis and block axis. This patch renames the two values and handles the vertical writing mode for inline and block alignments. Bug: 821645 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I78acff0df4698b3f9c0f7443e61e3bad75379b14 Reviewed-on: https://chromium-review.googlesource.com/967890 Commit-Queue: Sandra Sun <sunyunjia@chromium.org> Reviewed-by: David Bokan <bokan@chromium.org> Reviewed-by: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#544055} 19 March 2018, 16:41:36 UTC
5bb0c83 Remove dependency on external server for background-attachment-004 (#10092) 19 March 2018, 16:29:24 UTC
69cee83 Fix sizing of orthogonal elements with percentage margins LayoutBox::FillAvailableMeasure() was not considering the case of orthogonal elements when computing the margins. The margins ended up being properly calculated but the size of the orthogonal elements was wrong, as they considered to have more or less space than the available one. The method is modified in order to use the containing block inline size in order to resolve the percentages: https://www.w3.org/TR/css-writing-modes-3/#dimension-mapping BUG=808758 TEST=external/wpt/css/css-writing-modes/sizing-orthogonal-percentage-margin-00*.html Change-Id: Ib8c81dcd14589b3fefe806de3f8f75c000b1cac9 Reviewed-on: https://chromium-review.googlesource.com/968522 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#544047} 19 March 2018, 16:21:19 UTC
f281dad Rename host -> browser_host and host_ip -> server_host 19 March 2018, 16:03:31 UTC
be69acd Get rid of hardcoded web-platform.test in wpt/run.py 19 March 2018, 16:03:31 UTC
785ef2f Get rid of redundant host/certificate_domain definitions 19 March 2018, 16:03:31 UTC
66076b4 Make host_ip always exist in the normalised config 19 March 2018, 16:03:31 UTC
5dee619 Fix a typo in a resource file name (#9986) (#10077) 19 March 2018, 15:55:31 UTC
919015d Improve wpt testing on OffscreenCanvas convertToBlob Same as canvas.toBlob(), the OffscreenCanvas.convertToBlob() are running on idle tasks by default. When idle tasks do not begin for a long time, they force encoding on the current thread. As idle tasks are not enabled on layout tests unless "--enable-threaded-compositing" flag is turned on, we therefore do both virtual and non-virtual tests to ensure complete test coverage of both execution paths--idle-task mode and force-encoding mode. The non-virtual tests need to be marked as [Slow] as the CanvasAsyncBlobCreator is waiting for the idle tasks for a threshold time before switching to force-encoding mode. Bug: 817091 Change-Id: I2c7da9e27ee2d24e1a5e6ee1c36597b46f052aca Reviewed-on: https://chromium-review.googlesource.com/964395 Reviewed-by: Justin Novosad <junov@chromium.org> Commit-Queue: Olivia Lai <xlai@chromium.org> Cr-Commit-Position: refs/heads/master@{#544036} 19 March 2018, 15:42:31 UTC
9b3bb05 Allow passing stability options through command line (Fixes #9877) (#9945) repeat_loop = --verify-repeat-loop repeat_restart = --verify-repeat-restart (disable) chaos_mode = --verify-no-chaos-mode max_time = --verify-max-time (disable) output_results = --verify-no-output-results 19 March 2018, 14:52:27 UTC
c37c863 custom-elements: Simplify builtin-coverage.html Produce classes for custom elements by eval() and string concatenation. Change-Id: I834a3eb8abbcc4bc36646d63215b86f415ec8da9 Reviewed-on: https://chromium-review.googlesource.com/968001 Reviewed-by: Takayoshi Kochi <kochi@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543983} 19 March 2018, 07:22:26 UTC
918f968 [css-typed-om] Add support for min/max-width/height. Add support & tests for (min/max)-(width/height). Note that the typed om spec specifies the old specs for these properties: https://drafts.csswg.org/css21/visudet.html Bug: 820299 Change-Id: I9c65f7f24d84b83ea2e2f167f8fb86be967eff06 Reviewed-on: https://chromium-review.googlesource.com/968003 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#543980} 19 March 2018, 07:03:29 UTC
7a976a5 WPT should use toString() and not toSource(), bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1446285 gecko-commit: fb42e9c14d4ea418b876787791e9aabdd082855c gecko-integration-branch: mozilla-inbound gecko-reviewers: smaug 19 March 2018, 06:22:58 UTC
e676f7b Flush the document, not the shell, in cross-doc getComputedStyle situations. We flushed the style of the original doc, but not layout, and thus the iframe resize wasn't noticed, and the style flush on the child presShell wasn't sufficient. Do a style flush on the child document instead, so that it flushes layout on the parent document too if needed. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1443492 gecko-commit: 9cbafe1855ccac5fd2f0c2e549e830a66a72f84f gecko-integration-branch: mozilla-inbound gecko-reviewers: dbaron 19 March 2018, 06:21:57 UTC
1f80be4 [css-typed-om] Add support for motion path properties. This patch adds support for motion path properties. We had to modify the computed style computation for <position> values. Previously, we parse a <position> value as a CSSValuePair, but compute them to a CSSValueList containing two items. This is very strange, so we just compute to a CSSValuePair. Since both serialize to the same string, this has no behavioural changes on CSSOM. Bug: 820299 Change-Id: I2131055dad0785eb47ea2d2d89f00229f4376bae Reviewed-on: https://chromium-review.googlesource.com/967915 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#543975} 19 March 2018, 05:56:19 UTC
10c525d [css-typed-om] support some properties -2- mix-blend-mode[1], object-fit[2], table-layout[3], text-orientation[4] are added to support in whitelist. and test file are also added. [1]https://drafts.fxtf.org/compositing-2/#propdef-mix-blend-mode [2]https://drafts.csswg.org/css-images-4/#propdef-object-fit [3]https://drafts.csswg.org/css-tables-3/#propdef-table-layout [4]https://drafts.csswg.org/css-writing-modes-4/#propdef-text-orientation Bug: 820299 Change-Id: I25a15000053a63e9aa776801e5676bf1adf5e9c5 Reviewed-on: https://chromium-review.googlesource.com/967902 Reviewed-by: Darren Shen <shend@chromium.org> Commit-Queue: Hwanseung Lee <hwanseung@chromium.org> Cr-Commit-Position: refs/heads/master@{#543960} 19 March 2018, 01:24:48 UTC
790e660 [css-typed-om] Clean up CSSUnitValue tests. This patch: - Adds mutation tests for CSSUnitValue.value. - Clean up code style. Bug: 774887 Change-Id: I5a6398c4a4a2ad86f60165780ee8d48bb3d8b0a1 Reviewed-on: https://chromium-review.googlesource.com/954642 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#543959} 19 March 2018, 00:36:58 UTC
e87f380 Fetch: add used body replacement test for Request constructor See Fetch change https://github.com/whatwg/fetch/pull/675. Specifically, that PR allows Requests with disturbed bodies to be used as the first parameter to the Request constructor, as long as the RequestInit dictionary contains a body member with which to replace the used body. As of this writing, no browser implements this change. 17 March 2018, 06:00:58 UTC
ecd2c46 bluetooth: FakeBluetoothChooser stub impl. This change adds a new FakeBluetoothChooser interface stub to expand on. The design for this class is detailed in the following document: https://docs.google.com/document/d/1XFl_4ZAgO8ddM6U53A9AfUuZeWgJnlYD5wtbXqEpzeg BUG=719827 Change-Id: I34169ce62dd5b35796639b7643d899b8315cc4c7 Reviewed-on: https://chromium-review.googlesource.com/909726 Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Conley Owens <cco3@chromium.org> Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#543479} 17 March 2018, 02:11:13 UTC
53ea2c3 [shapes] Remove shape-outside avoiding behaviour for new-FCs/replaced. See intent: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/pfDg-VAeKWs This makes new formatting contexts behave exactly like floats would when they are positioned. I.e. they don't look at the shape-outside of the float, and instead as positioned for their margin box. I've added a .tentative test as per the intent. This will allow us to have a (relatively) simple implementation of css-shapes in LayoutNG as we only have to consider the shape area for line-boxes. \o/ Bug: 820520 Change-Id: Ib07600a291eb4838675a9a1068c5fc16cac0633f Reviewed-on: https://chromium-review.googlesource.com/739961 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#543813} 16 March 2018, 21:00:29 UTC
ed51dbb Mute wget when downloading chrome deb 16 March 2018, 20:36:35 UTC
c929502 Make lint work when directories are passed in (#9995) Allow passing command line arguments to lint specifying directories they want checked. 16 March 2018, 18:22:50 UTC
bb066ef Try to fix a WebDriver error 16 March 2018, 17:02:47 UTC
654dc43 Pass the binary path of Chrome to wpt run in CI ChromeDriver doesn't honor PATH and uses /opt/google/chrome/chrome by default (which is usually the stable channel), so we need to explicitly pass the desired binary path to wpt run (which in turn passes to chromedriver via capabilities) in Travis CI (both stability check and infrastructure test). 16 March 2018, 17:02:47 UTC
89ba944 webdriver: fix test_parent_htmldocument to expect error and test invalid relative xpath (#10058) When the context element is `document.documentElement`, and an attempt is made to find elements from that context element using an XPath of `..`, a snapshot is returned containing the `document` object. While this is apparently the correct behavior for XPath, the WebDriver spec says that if the object in the snapshot is not an element, we should return an error with error code "invalid selector." The test_parent_htmldocument test in both find_element_from_element.py and find_elements_from_element.py expect a success in this case. This commit changes the tests to correctly expect an error from the driver. 16 March 2018, 14:46:32 UTC
1cbb928 [presentation-api] check if a URL with an unsupported scheme is ignored (#9966) Completes `PresentationRequest` constructor test with change [latest change made in Presentation API](https://github.com/w3c/presentation-api/pull/447). The following tests are added: - To check if an instance of `PresentationRequest` with URLs including one with an unsupported scheme is successfully constructed - To check if `NotSupportedError` is thrown when only single or multiple URLs with unsupported schemes are specified 16 March 2018, 12:46:37 UTC
5033883 Add test for what ".." on documentElement returns (#10055) 16 March 2018, 12:09:06 UTC
74b0e6c Implement InputDeviceInfo.getCapabilities() for video devices Bug: 817769 Change-Id: I3f06b5f2360c570ff8c5b4bd800ca1014cc7d088 Reviewed-on: https://chromium-review.googlesource.com/956383 Commit-Queue: Chandan Padhi <c.padhi@samsung.com> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Raymes Khoury <raymes@chromium.org> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#543664} 16 March 2018, 11:42:41 UTC
8f61f07 Port EventSource in Web Workers to WorkerRef, bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1445740 gecko-commit: 83cf165404102d1d22070a2e22fe99ab2ea28b8f gecko-integration-branch: mozilla-inbound gecko-reviewers: smaug 16 March 2018, 11:13:24 UTC
14b8462 Fix a bunch of typo in the doc bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1444628 gecko-commit: 220a09bc56cde59c0f1764fab4e8fb6814caa39f gecko-integration-branch: central gecko-reviewers: ahal 16 March 2018, 11:12:37 UTC
2fdd035 WebDriver: REGRESSION(86d68c3198c): missing 'sys' import in fixtures.py This adds extra [Error] results whenever there's a problem during teardown. I can't debug the actual failure if the test runner itself raises an exception. 16 March 2018, 10:00:32 UTC
a5262d7 Merge pull request #10069 from mrego/css-grid-fix-relative-paths [css-grid] Fix relative path to grid.css file 16 March 2018, 08:32:50 UTC
359dac1 remove obsolete IDL test 16 March 2018, 08:14:42 UTC
1c64b7e IDL update for AbstractRange and StaticRange See https://github.com/whatwg/dom/pull/589. 16 March 2018, 08:14:42 UTC
6ed279b [css-grid] Fix relative path to grid.css file 16 March 2018, 07:58:15 UTC
2d88a63 cc Drop javascript-protocol URL tests 16 March 2018, 06:21:21 UTC
dd62351 HTML parser: Fix "HTML integration point" implementation in HTMLTreeBuilderSimulator. HTMLTreeBuilderSimulator assumed only <foreignObject> as an HTML integration point. This CL adds <annotation-xml>, <desc>, and SVG <title>. Bug: 805924 Change-Id: I6793d9163d4c6bc8bf0790415baedddaac7a1fc2 Reviewed-on: https://chromium-review.googlesource.com/964038 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#543634} 16 March 2018, 05:55:34 UTC
2e8da45 Merge pull request #9986 from nicjansma/resource-timing-issue-138 ResourceTiming Issue 138: initiatorType test cases 16 March 2018, 05:54:26 UTC
e5b065b webdrivrer: returned cookie domains may contain leading dots (#10059) For the domain attribute of a returned cookie, if the attribute value conatains a domain with a single dot ('.'), some user agents prepend a leading dot onto the beginning of the attribute value. This is consistent with RFC 2965. Some user agents expressly omit the leading dot, which is consistent with the later RFC 6265. This commit allows both values as the returned value of the domain attribute. 16 March 2018, 05:51:57 UTC
0c81c3f Document how to install the CA cert on Android 16 March 2018, 02:43:19 UTC
b73f249 [web-animations] Update timing interfaces (#10047) This updates the tests to reflect the specification changes made in https://github.com/w3c/csswg-drafts/commit/953041faa37d86d77eca651822eebc7dc7477e01 16 March 2018, 01:35:36 UTC
d6079f5 PR 9986 feedback 16 March 2018, 01:18:52 UTC
2eef29f Make slot assignment sound with layout after bug 1409975. Summary: Before that bug, we carefully told layout about all distribution changes before they happened, so layout could cleanup frames and styles synchronously properly (since otherwise there's no way afterwards to figure out what the tree shape was). That bug made it not do it correctly, causing this. I obviously need to write a bunch of tests for this... Reviewers: smaug Bug #: 1438210 Differential Revision: https://phabricator.services.mozilla.com/D724 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1438210 gecko-commit: 6b06d04460074d2d4f81ada49ff36a57ccbf5ff7 gecko-integration-branch: mozilla-inbound gecko-reviewers: smaug 15 March 2018, 23:09:08 UTC
a2d57e7 Set array length to 0 for disconnected worklet input The spec says that if an input to an AudioWorkletNode is not connected, the input should be represented as an input with a single channel with a Float32Array of length 0. Make it so by passing in nullptr for that input to the AudioWorkletGlobalScope::Process so it can fill the arrays appropriately. Bug: 817145 Change-Id: I82407ed0a9fe84c5012333af8af27f4dd08d29b8 Reviewed-on: https://chromium-review.googlesource.com/953970 Reviewed-by: Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#543506} 15 March 2018, 22:15:00 UTC
750cfaf Test that client hints are not sent on insecure transports Also, add tests for other client hints. Finally. use the built-in sub pipe to enable running the cross-origin test. Bug: 817049 Change-Id: Ib4155f50e0ffd3a0447cf250cd4018b650f3b419 Reviewed-on: https://chromium-review.googlesource.com/963403 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#543433} 15 March 2018, 18:14:49 UTC
d56bf78 Fix font paths after #9718 (#9897) My fixup broke these and I didn't notice, le sigh. 15 March 2018, 16:41:44 UTC
a27620c Update hr-time IDL file (#9792) * Update hr-time IDL 15 March 2018, 15:12:49 UTC
409239b Refactor the Protocol object into multiple ProtocolParts. The goal here is to make it possible for different implemenations to implement defined subsets of the Protocol object, but require each subset to match a specific base class so it's clear when you have implemented all the pieces of a specific subset. The code here uses a sort of composition rather than inheritance. Multiple inheritance tends to be rather confusing, so instead we do something similar but slihgtly more explicit; assigning each ProtocolPart to an attibute of the Protocol so that the methods on a part with name foo are available as protocol.foo.method. This involves some changes to the lifecycle methods. In particular setup() is now split into connect() and after_connect() that are expected to be implemented in base classes. Between these being called we call setup() on each ProtocolPart so that we may give them direct access to a connection object or similar. 15 March 2018, 15:09:43 UTC
f808348 Add a basic smoketest for testdriver's click() 15 March 2018, 15:09:43 UTC
6ec9427 Implement testdriver for marionette. This brings the implemenatation in line with the Chrome one i.e. a single click method is supported. 15 March 2018, 15:09:43 UTC
517c2ff Refactor testdriver implemenation. This puts the main logic for handling testdriver callbacks into the base class where it can be shared by multiple implemenations. It also moves most of the interaction onto the Protocol object which can be implemented on a per-executor basis. 15 March 2018, 15:09:43 UTC
168b662 Performance.measure(name) should not throw if name is one of the readonly attribute of the Performance interface, bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1444150 gecko-commit: 2e0412dd3fc90ac56d86f2c1846f004d3477e22b gecko-integration-branch: central gecko-reviewers: valentin 15 March 2018, 14:38:20 UTC
212f85d Add IDL test for the CSS Font Loading spec (#10049) 15 March 2018, 12:39:13 UTC
df9060d Fixed firefox binary path Created find_binary_path to return binary path in _venv, earlier find_binary only returned firefox installed to path. Changed nightly uninstallation conditional. Moved nightly to _venv/browsers for easier search when we use mozinstall.get_binary() Removed xfail for firefox run/installtion from test_wpt as it doesn't fail anymore. 15 March 2018, 11:52:00 UTC
8c09d90 [css-typed-om] Clean up CSSKeywordValue tests. This patch: - Creates separate test file for CSSKeywordValue.value. - Make code style consistent. Bug: 774887 Change-Id: I46322556d4f39fd33cffd91bfad82f5a001e48b5 Reviewed-on: https://chromium-review.googlesource.com/954563 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#543313} 15 March 2018, 06:17:37 UTC
fdb3e67 [css-typed-om] Add support for flex properties. This patch adds support for flex properties. Failing test because Blink doesn't support 'content' for flex-basis yet. Bug: 820299 Change-Id: Ie2df3fcaecda16d52ded1f90aab9f1df82e9e283 Reviewed-on: https://chromium-review.googlesource.com/963865 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#543305} 15 March 2018, 05:23:24 UTC
7c4bc54 Add sensor referenceFrame/frequency TypeError tests (#10024) * Add sensor referenceFrame/frequency TypeError tests 15 March 2018, 03:21:40 UTC
03dbbcf [css-typed-om] support some properties caption-side[1], isolation[2], unicode-bidi[3], writing-mode[4] are added to support in whitelist. and test file are also added. [1]https://drafts.csswg.org/css-tables-3/#propdef-caption-side [2]https://drafts.fxtf.org/compositing-2/#propdef-isolation [3]https://drafts.csswg.org/css-writing-modes-4/#propdef-unicode-bidi [4]https://drafts.csswg.org/css-writing-modes-4/#propdef-writing-mode Bug: 820299 Change-Id: Ic0395565e77363b27ed7f93c861c4258396d766e Reviewed-on: https://chromium-review.googlesource.com/962562 Reviewed-by: Darren Shen <shend@chromium.org> Commit-Queue: Hwanseung Lee <hwanseung@chromium.org> Cr-Commit-Position: refs/heads/master@{#543286} 15 March 2018, 02:39:26 UTC
5c32dfb part 3. Move the .links getter from HTMLDocument to Document. The null-checks in MatchLinks were working around code in nsDocument::Destroy that was removed a while back in bug 341730. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1415588 gecko-commit: 6dfa6b890a139b2eb14c0367faa87cb9d799d1f3 gecko-integration-branch: central gecko-reviewers: mystor 14 March 2018, 21:55:41 UTC
995f59b part 2. Move the .images, .embeds, .plugins, .forms, .scripts, .applets getters from HTMLDocument to Document. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1415588 gecko-commit: db4db89581e020dfdfa027d38763db76b0070793 gecko-integration-branch: central gecko-reviewers: mystor 14 March 2018, 21:55:41 UTC
b229e33 Don't use external server in CSS tables test, Contacting external servers is forbidden in Mozilla CI, so this test is a permacrash. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1411778 gecko-commit: 322eaf394be01fb38438f28397fb90581cb50764 gecko-integration-branch: central gecko-reviewers: bz 14 March 2018, 21:54:33 UTC
7743b48 Add web platform test for uploading a file through a form. Bug: 821878 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Id88ba9903bfb075100c481c2cb923f5ef93d7492 Reviewed-on: https://chromium-review.googlesource.com/963008 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#543167} 14 March 2018, 20:17:06 UTC
4fa2165 Use WorkerRef in FileReader, bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1436784 gecko-commit: 7344e313e2e9f32118ceb5a7aab1e93e2b4c2f8f gecko-integration-branch: central gecko-reviewers: smaug 14 March 2018, 19:26:33 UTC
9ffd2c4 Use WorkerRef in WebSocket, bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1436784 gecko-commit: b59d4d53efd636b5d0ccd4287d44bdc269e77dab gecko-integration-branch: central gecko-reviewers: smaug 14 March 2018, 19:26:33 UTC
c4ea3b3 Use WorkerRef in BroadcastChannel and MessagePort, bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1436784 gecko-commit: fd00b80ae9b7a48d67af6645305917a7147fb8ac gecko-integration-branch: central gecko-reviewers: smaug 14 March 2018, 19:26:33 UTC
6abf722 Correctly compare height in open-features-non-integer-height.html test. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1445509 gecko-commit: 870ccf04f6aab961a02549c9dbe144c5c1d7d072 gecko-integration-branch: central gecko-reviewers: bz 14 March 2018, 19:24:59 UTC
e4b9ecc Update the feature-policy IDL file (#9783) * Add feature-policy idl file * Added interfaces.any.js test 14 March 2018, 18:37:52 UTC
68f88af Update links in IndexedDB's README * Point ED link at new repo * HTTPS-ify other links 14 March 2018, 18:18:54 UTC
09e44d1 Add a WPT test for calc font-variation-settings. Summary: Along with other internal tests. Tests for font-feature-settings exist, they're not synced yet. Reviewers: dholbert Reviewed By: dholbert Bug #: 1434692 Differential Revision: https://phabricator.services.mozilla.com/D544 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1434692 gecko-commit: d1a36af94ccd8800d7538a9f9510c39dbcc090f5 gecko-integration-branch: central gecko-reviewers: dholbert 14 March 2018, 18:18:32 UTC
343fd25 Snap Point selection should satisfy visibility requirement. According to spec, https://www.w3.org/TR/css-scroll-snap-1/#snap-scope we should only consider the snap points of visible snap areas. This patch implements the visibility requirement by adding a field of visible region for each snap point. It also handles the case of visibility conflict when snapping to two axes individually. Bug: 778257 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I7a3d2aa6b9c1293df3f05118152f105fa3265d29 Reviewed-on: https://chromium-review.googlesource.com/814874 Commit-Queue: Sandra Sun <sunyunjia@chromium.org> Reviewed-by: Jeremy Roman <jbroman@chromium.org> Reviewed-by: Ali Juma <ajuma@chromium.org> Reviewed-by: Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#543111} 14 March 2018, 18:11:13 UTC
ec54ac4 Remove duplicate code 14 March 2018, 18:08:06 UTC
24da741 Rename bind_hostname to bind_address This keeps on confusing me; hopefully this will stop that. 14 March 2018, 18:08:06 UTC
88e7f59 [Beacon API] Port beacon-cross-origin.https.html to wpt Despite its name, the test checks the mixed content check for sendBeacon. This CL moves it to wpt/mixed-content. Bug: 821294 Change-Id: Ifd264dae0fec5c4d821d61d37d61f4ebbc763516 Reviewed-on: https://chromium-review.googlesource.com/959982 Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#543105} 14 March 2018, 18:02:18 UTC
77530f2 Add README file for entries-api 14 March 2018, 17:41:29 UTC
17dd2c4 Stop running Chrome wptrunner infrastructure tests for bustage The tests were failing with some kind of Chromedriver/Chrome version mismatch, so we can't block on these tests until that issue is fixed. 14 March 2018, 17:40:42 UTC
d0a30f8 Exit wptrunner with an error status if no tests ran Typically no tests completing means that some error occured, or the user supplied an invalid test path. In either case we should log the problem and return a failure code. 14 March 2018, 17:40:42 UTC
a656fe7 Fix a link to the README in the documentation. 14 March 2018, 17:23:24 UTC
bd1994b Remove redundant importScript bits from a .any.js test (#10033) The test results do not change as a result of these changes. See http://web-platform-tests.org/writing-tests/testharness.html#multi-global-tests 14 March 2018, 17:13:40 UTC
e3d85ce Merge pull request #10032 from mrego/css-align-prefix-gutter [css-align] Use actual prefixed properties in the grid-* gutter tests 14 March 2018, 16:19:37 UTC
93beb83 Replace a lonely domstringlist.idl with filtering html.idl Filtering support from https://github.com/w3c/web-platform-tests/pull/7861. 14 March 2018, 16:02:29 UTC
back to top