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

sort by:
Revision Author Date Message Commit Date
1ae79ef part 2. Add a bunch of web platform tests for load and error events on stylesheet links. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1443652 gecko-commit: 7daaf289c085e05e0e4a0327a13748002fb467a0 gecko-integration-branch: central gecko-reviewers: bholley 28 March 2018, 19:09:05 UTC
ba7e17d part 1. Fix the buggy existing load-event test for stylesheets. The test was adding the load listener to the <link> _after_ the load event on the <link> had already fired. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1443652 gecko-commit: ba6cef216a171782bd8abcd00a08c9ae88cbfe43 gecko-integration-branch: central gecko-reviewers: bholley 28 March 2018, 19:09:02 UTC
fbf57c4 Update the webidl IDL file (#9852) 07 March 2018, 19:37:47 UTC
51e77bb Update the clipboard-apis IDL file (#9764) * Rename clipboard.idl -> clipboard-apis.idl * Test a ClipboardEvent instance too 07 March 2018, 19:33:58 UTC
ab5b01b Enforce RequestInit enum values This makes the Fetch API more standards compliant by enforcing the enum values in the RequestInit dictionary, as this is not taken care of by the IDL bindings themselves. This enforces the mode, credentials, cache, and redirect properties of RequestInit. R=yhirano@chromium.org, yoav@yoav.ws Bug: 777116 Change-Id: I8db5fd991b5ffa039dc2f67b4d8f525647fbf915 Reviewed-on: https://chromium-review.googlesource.com/841270 Commit-Queue: Yoav Weiss <yoav@yoav.ws> Reviewed-by: Yoav Weiss <yoav@yoav.ws> Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#541515} 07 March 2018, 19:06:08 UTC
2e16103 Move merger/splitter tests to WPT Move the ChannelMerger and ChannelSplitter tests to WPT. ChannelSplitteraudiochannelsplitter.html removed from SmokeTests. Note that ChannelMerger/audiochannelmerger-cycle.html isn't moved. Firefox currently fails this test, but I think Firefox is correct and Chrome is wrong. We'll move this test later. Bug: 745778 Change-Id: I981a773a9c654f26d15e80eb5ec699b0eca0c8d7 Reviewed-on: https://chromium-review.googlesource.com/949053 Reviewed-by: Hongchan Choi <hongchan@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#541508} 07 March 2018, 18:40:54 UTC
0070589 Reland "Port another set of sticky tests to JS rather than reftests" This is a reland of 913109149534a732bdb5461d0ba2759f5d2f50f4 Now that the WPT test infra has been pulled from upstream, the hope is that changing tests from reftest to jsharness won't cause the bots to fail horribly. Original change's description: > Port another set of sticky tests to JS rather than reftests > > Change-Id: Idf6dd882d2d50b1ec349f245d76717553ee266b3 > Reviewed-on: https://chromium-review.googlesource.com/882002 > Reviewed-by: Robert Flack <flackr@chromium.org> > Commit-Queue: Stephen McGruer <smcgruer@chromium.org> > Cr-Commit-Position: refs/heads/master@{#532966} Bug: 699244 Change-Id: Ib8c16d08f1327765e0bd322a708452373db8581c Reviewed-on: https://chromium-review.googlesource.com/951662 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by: Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#541437} 07 March 2018, 15:45:10 UTC
f30653c AccName: Correct "embedded-menu" expectations; add three new test cases 07 March 2018, 14:04:07 UTC
e45d0cf Remove duplicated fonts and put them under /fonts/ (#9718) This patch removes the duplicated fonts we have in the repository by copying them under /fonts/ and removing the duplicates. The paths are updated accordingly to point to the new location. In addition this patch moves the content of /css/fonts/ under /fonts/, so there is a single common "fonts" folder on the repository. 07 March 2018, 12:24:20 UTC
857f5c3 Rename generic-sensor as sensors to align with specname (#9895) * Rename generic-sensor.idl as sensors.idl to align with specname * rename generic-sensor directory as sensors 07 March 2018, 07:49:35 UTC
b92c2b1 Add some basic autofocus tests Follows https://github.com/whatwg/html/pull/3488, although certainly doesn't test the underlying issue exhaustively. 07 March 2018, 07:04:57 UTC
5e7cd96 add string coercion test (#9619) 07 March 2018, 06:18:40 UTC
44442a7 nit: better naming of things (#9702) 07 March 2018, 06:18:25 UTC
e3b6514 Add tests for customElements.upgrade() (#9869) * Add tests for customElements.upgrade() Follows https://github.com/whatwg/html/pull/3535. * Fix one test; test that it's shadow-including descendants 07 March 2018, 06:07:28 UTC
98cb695 Use interfaces/web-nfc.idl file (#9893) 07 March 2018, 05:11:07 UTC
7630f93 Add web-nfc idl file 07 March 2018, 05:00:24 UTC
2a4708a Update orientation-sensor IDL (#9795) 07 March 2018, 04:59:43 UTC
16376ce Upstream ConvolverNode tests to WPT Add thresholds to allow for differences in expected results. Needed for Firefox to pass the tests. Thresholds were set using Firefox on Linux. Where the tests pass, the output looks correct except for small numerical differences. Bug: 745778 Change-Id: I8fa6582ac960922e777d83d9debc71aa36e1741b Reviewed-on: https://chromium-review.googlesource.com/947096 Reviewed-by: Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#541318} 07 March 2018, 04:31:52 UTC
174b1c7 Merge pull request #9891 from w3c/sync_79ca478132d2fb94d3dcd357e480fd853c0b944f Merge pull request #9891 from sync_79ca478132d2fb94d3dcd357e480fd853c0b944f 07 March 2018, 03:55:46 UTC
a3dd0ce Merge pull request #9890 from w3c/sync_690371553e4868d4f48731f2d39fc5ccc307f05a Merge pull request #9890 from sync_690371553e4868d4f48731f2d39fc5ccc307f05a 07 March 2018, 03:55:36 UTC
6903715 Use CustomIdent in Symbol::Ident The former code was not following the spec. Upstreamed from https://github.com/servo/servo/pull/20178 [ci skip] 07 March 2018, 03:55:30 UTC
79ca478 Fire the pageshow event at the end of the page load r=jdm Upstreamed from https://github.com/servo/servo/pull/20181 [ci skip] 07 March 2018, 03:55:30 UTC
a075d92 Upstream AudioWorklet tests to WPT suite 1. Tests moved: From - src/third_party/WebKit/LayoutTests/http/tests/webaudio/audio-worklet/ to - src/third_party/WebKit/LayoutTests/external/wpt/webaudio/ 2. All tests were renamed because of the SecureContext requirement. 3. Updated the script paths. 4. Used a variable for the processor script path. Bug: 817869 Test: All existing tests are passing after updating paths. Change-Id: I7bd6c91c365730e453205f2241cb45986e2c7d3b Reviewed-on: https://chromium-review.googlesource.com/944847 Reviewed-by: Raymond Toy <rtoy@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#541281} 07 March 2018, 02:21:02 UTC
0933011 Merge pull request #9862 from csnardi/counter-serialization Correct serialization of counter() 07 March 2018, 01:57:02 UTC
9922d5c Add test for counter(par-num, decimal) -> counter(par-num) 07 March 2018, 01:48:12 UTC
82bf967 bluetooth: web: test: Move test to wpt/bluetooth/ Moves a single Bluetooth test under the wpt/http/ directory to its rightful place under wpt/bluetooth. BUG=509038 Change-Id: I9eaa21858c74fedba2a91c508b4097609f8c69a6 Reviewed-on: https://chromium-review.googlesource.com/951882 Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Reviewed-by: Conley Owens <cco3@chromium.org> Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#541219} 07 March 2018, 00:51:04 UTC
f69acf7 [css-typed-om] Fix crash when parsing an empty string. When we parse a custom property with an empty string, we hit a DCHECK that asserts that there's at least one token. We now throw a TypeError when given an empty string, since a custom property only matches one or more tokens [1]. [1] https://drafts.csswg.org/css-syntax-3/#typedef-declaration-value Bug: 819098 Change-Id: I2d5ef71fb36011d0e2efc5e1c3664cb3c8a69f6b Reviewed-on: https://chromium-review.googlesource.com/950624 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#541172} 06 March 2018, 19:57:19 UTC
0df12ed Amend cross-origin tests to use assert_equals (#9859) 06 March 2018, 17:16:36 UTC
37d3d90 Merge pull request #8680 from rsolomakhin/canmakepaymentevent CanMakePaymentEvent 06 March 2018, 15:15:07 UTC
5cddf5d Remove manual checks for total and displayItems in CanMakePaymentEvent. 06 March 2018, 14:25:18 UTC
c0b2ae1 webdriver: remove ES6 constructs from send_keys test (#9820) 06 March 2018, 14:07:12 UTC
07bdbcf Update xhr IDL 06 March 2018, 14:02:38 UTC
9fae986 [css-text] Fix tests that rely on the specific width of glyphs The following 2 tests: * external/wpt/css/css-text/i18n/css3-text-line-break-opclns-004.html * external/wpt/css/css-text/i18n/css3-text-line-break-opclns-011.html are failing on specific configurations because they assume some characters are installed on the test machine, and they have specific widths, but [blink content shell fonts] does not include Tibetan fonts. Not having Tibetan fonts on test configuration is allowed as per the [wpt general guidelines]. This patch uses the [css-orientation-test] font that provides a 1em square glyph for every Unicode code points. [blink content shell fonts]: https://cs.chromium.org/chromium/src/third_party/content_shell_fonts/README.chromium [css-orientation-test]: https://github.com/adobe-fonts/css-orientation-test [wpt general guidelines]: http://web-platform-tests.org/writing-tests/general-guidelines.html Bug: 817804 Change-Id: I17a1b7d1b34b209303f8b6684644cff3d7ce62a0 Reviewed-on: https://chromium-review.googlesource.com/945429 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Manuel Rego Casasnovas <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#541073} 06 March 2018, 12:51:34 UTC
b22c01d Upstream css-display-3/display-contents-set-get.html to WPT Change-Id: I071484497d2126171928191c66985e2e055e3f8b Reviewed-on: https://chromium-review.googlesource.com/945147 Reviewed-by: Manuel Rego Casasnovas <rego@igalia.com> Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#540984} 06 March 2018, 12:15:52 UTC
c7860ca [css-typed-om] Fix crash when appending var refs. We currently hit a DCHECK when appending a var ref. This patch fixes the crash by rejecting it as per the spec. Spec: https://github.com/w3c/css-houdini-drafts/commit/ecfcbf9721c0d7dff7890d8e009e4e3ad9b72d10 Bug: 814606 Change-Id: I144307bf489db5e968c8e326087d13554ec3e59c Reviewed-on: https://chromium-review.googlesource.com/948142 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#540938} 06 March 2018, 12:06:29 UTC
85247f1 Computed min-width/height for auto depends on box. Resolved value of min-width and min-height for auto min sizing of flex and grid items may be 'auto'. We based this on the computed style of the shadow including parent. Instead we should rely on whether the element will actually be a rendered flex/grid item. Firefox Nightly passes all added tests. The mentioned bug fixed is actually about using the shadow including parent for finding parent computed style instead of the flat tree parent, but that is no longer relevant as we look at the layout tree. Bug: 682869 Change-Id: I6e47dc264a8cdbee7fc1983ce452baf7c0df85b3 Reviewed-on: https://chromium-review.googlesource.com/948908 Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#540901} 06 March 2018, 11:56:55 UTC
7efa13e webdrive: remove ES6 constructs from element clear tests (#9865) This will allow the tests to be run against browsers that do not support ES6 JavaScript constructs like Internet Explorer. 06 March 2018, 11:30:39 UTC
766730d webdriver: fix add_cookie tests (#9822) This commit fixes two tests. First, it changes the "domain" field for test_add_cookie_for_ip to match the URL domain used in creating the cookie. Second, it corrects the calculation of the expiration time for the cookie created in test_add_non_session_cookie. 06 March 2018, 11:22:56 UTC
b7c37bd webdriver: clicking on element before sending special keys (#9655) This commit is, admittedly, to work around a browser-specific (or perhaps an operating-system-specific) issue. When the Alt key is pressed on Windows, the system menu bar is activated. This causes the page in at least one browser to lose focus, and the key reporting element will no longer receive keydown and keyup events until focus is restored. This causes failures in succeeding tests. 06 March 2018, 11:09:10 UTC
2068a64 Add a web-platform reftest for letter-spacing in the presence of zero-width format controls. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=253143 gecko-commit: b81999f30c1516a70c153de51a0331d14c8faead gecko-integration-branch: mozilla-inbound gecko-reviewers: jwatt 06 March 2018, 11:02:48 UTC
9d2222f Merge pull request #9866 from frivoal/wm-available-size [css-writing-modes] test for max-height being clamped by the ICB 06 March 2018, 07:47:56 UTC
8c082b2 cc messages.json expectations wording updates 06 March 2018, 06:52:33 UTC
c031760 Add install_requirements method to BrowserSetup That way, the requirements can be installed prior to browser install. 06 March 2018, 06:51:54 UTC
733984c Move import of mozinstall/mozdownload This caused Travis to error out on all platforms. 06 March 2018, 06:51:54 UTC
6ec6cd6 [css-writing-modes] test for max-height being clamped by the ICB 06 March 2018, 04:39:18 UTC
05d6e35 Add first batch of tests for selection update These tests already show differences between eg. Firefox and Chrome, and show what seems to be browser bugs. Follows https://github.com/whatwg/html/pull/3472. 06 March 2018, 03:43:37 UTC
88f08cc Use default value of bind_hostname unless we need to override it 05 March 2018, 22:32:59 UTC
8fd4164 Fix #9750: bind_hostname needs to be a Python bool db55c167d484d0e34fd618960887161522280d47 fixed this for Servo; "true"/"false" worked when it was interpolated as JSON, but that is no longer the case since cb2d75f (#9480). 05 March 2018, 22:32:59 UTC
35261cc Test all wptrunner environments 05 March 2018, 22:32:59 UTC
7787a28 Add test to check that serve.start gets called with right host 05 March 2018, 22:32:59 UTC
e21bdf0 Rewrite the code to parametrise over products 05 March 2018, 22:32:59 UTC
4639a6a Correct serialization of counter() As discussed in https://github.com/w3c/csswg-drafts/issues/670, the spec states that if the "the last CSS component value if it is "decimal"", it should be omitted when serializing. Correct the test to match the spec. 05 March 2018, 22:30:31 UTC
c7c6f86 Firefox browser install now uses mozdownload and mozinstall (#9748) Use mozinstall to install firefox into the virtualenv. This should work in a cross-platform way and reduce the amount of custom code we have to maintain. 05 March 2018, 21:33:58 UTC
3aaf2b4 Remove tests of non-defined behaviors for `line-break: loose` These tests test behavior for [line-break: loose] as described in [JLREQ], a Note that describes traditional Japanese typography, published by W3C i18n WG, but not in Unicode [UAX#14] Line Breaking Algorithm nor in CSS Text Level 3 [line-break: loose]. They were considered and discussed in WG, but they do not fit well with multi-lingual typography. Also because most traditional Japanese typography used to use their fullwidth counterpart, the values are limited, and that they did not make into the specs. Gecko fails these tests too according to the test results: http://test.csswg.org/harness/results/css-text-3_dev/grouped/ U+003A is `IS` css3-text-line-break-jazh-136.html css3-text-line-break-jazh-356.html U+003B is `IS` css3-text-line-break-jazh-137.html css3-text-line-break-jazh-357.html U+0021 is `EX` css3-text-line-break-jazh-142.html css3-text-line-break-jazh-360.html U+003F is `EX` css3-text-line-break-jazh-143.html css3-text-line-break-jazh-361.html U+0025 is `PO` css3-text-line-break-jazh-150.html css3-text-line-break-jazh-368.html css3-text-line-break-jazh-371.html U+00A2 is `PO` css3-text-line-break-jazh-151.html css3-text-line-break-jazh-369.html [JLREQ]: https://www.w3.org/TR/jlreq/ [UAX#14]: http://unicode.org/reports/tr14/ [line-break: loose]: https://drafts.csswg.org/css-text-3/#valdef-line-break-loose Bug: 817773 Change-Id: Iec38bffb0f74e82f5527313693b335ab8097d492 Reviewed-on: https://chromium-review.googlesource.com/948682 Reviewed-by: Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#540865} 05 March 2018, 20:28:10 UTC
ec1c5cd [css-text] Add lang=ja in css3-text-line-break-jazh tests (#9805) Without the lang attribute, the reference was choosing a different character for English vs Japanese in some configurations. The patch just adds "lang='ja'" to both the test and reference elements. 05 March 2018, 17:12:58 UTC
87c0eda Split selectors test into smaller tests (#7645) 05 March 2018, 16:19:06 UTC
980cbfd Update selenium to 3.10.0 (#9807) 05 March 2018, 16:05:14 UTC
6c1d89c Remove outdated tests These tests test HIRAGANA/KATANAKA small letters have the [NS] Nonstarter line break property based on Unicode 5.1.0. These code points are changed to [CJ] Conditional Japanese Starter property in Unicode 6.1.0 (UAX#14 revision 28.) The same code points are tested as [CJ] in following tests, and that these tests are not needed. css3-text-line-break-jazh-[0-2]{01..24}.html [CJ]: http://unicode.org/reports/tr14/#CJ [NS]: http://unicode.org/reports/tr14/#NS Bug: 817778 Change-Id: Icffcdfdb1ef41bc4f929913217c051047a340fca Reviewed-on: https://chromium-review.googlesource.com/948662 Reviewed-by: Dominik Röttsches <drott@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#540816} 05 March 2018, 14:43:41 UTC
2dafa50 Fix a typo in a web platform test for fetch/integrity The test has succeeded unexpectedly, so this CL also adds an expectation file. Bug: 812667 Change-Id: I649a7663c54f83ccb951c5a4bf075b588908b088 Reviewed-on: https://chromium-review.googlesource.com/948184 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#540789} 05 March 2018, 07:16:58 UTC
313d9b4 Reland "ServiceWorker: Add WPT to check if CSP sandbox is respected" This reverts commit ace9aca718c50119897f3d20e1d3ed81e6c0cced. The test actually crashes only when DCHECK is on. The difference from the original patch is adding -expected.txt file and changing [ Crash ] to [ Crash Pass ]. TBR=falken@chromium.org Bug: 771815 Change-Id: I9354c80c6e1478160214151065f6f0cbf25ad862 Reviewed-on: https://chromium-review.googlesource.com/948242 Reviewed-by: Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#540783} 05 March 2018, 06:02:53 UTC
bad5fb3 test: pre-selected shipping option dont fire events (#9703) 05 March 2018, 03:50:46 UTC
325b754 [css-tables] Test extra height distribution to row groups When a table has a specified fixed height that is more than needed by its rows chrome only distributes the extra height to the first table body, ignoring thead, tfoot, and other tbody elements. Note this only contains tests, not a fix. Bug: 708345 Change-Id: Ib477306459a2f49feffe354e2cf3fed9b27e74e1 Reviewed-on: https://chromium-review.googlesource.com/942040 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#540760} 03 March 2018, 18:21:47 UTC
ccc8a50 Mark link preload srcset tests as tentative Bug: 813452 Change-Id: I31e68cd13b258516db7eac83fc5e8758d3912f51 Reviewed-on: https://chromium-review.googlesource.com/946908 Reviewed-by: Yoav Weiss <yoav@yoav.ws> Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#540749} 03 March 2018, 14:59:28 UTC
adf8750 Return an empty dict instead of None from capabilities_for_port() helper in wptrunner.browsers.webkit. 03 March 2018, 13:35:39 UTC
ac2e53a Remove the host key from dict returned from env_options() in wptrunner.browsers.webkit. 03 March 2018, 13:35:39 UTC
65cf7d8 Rename WebKit class in wptrunner.browsers.webkit to WebKitBrowser, add docstring. 03 March 2018, 13:35:39 UTC
5a24350 Shorten docstring for the WebKit class in wpt.browser. 03 March 2018, 13:35:39 UTC
b04bf7b Use DesiredCapabilities.WEBKITGTK for the GTK port of the WebKit product. 03 March 2018, 13:35:39 UTC
585005f Remove unnecessary whitespace in WebKitDriverServer.make_command(). 03 March 2018, 13:35:39 UTC
549dfd1 Add support for WebKit product Allow testing development builds of various WebKit ports against the web-platform-tests suite. The generic Selenium executors are used for the testharness and reference tests. Wdspec tests are also supported. Port-specific WebDriver capabilities have to be set on the executor. This port can be defined through the --webkit-port command line flag. At the moment only the GTK+ port is supported. 03 March 2018, 13:35:39 UTC
cf26d05 Update console IDL (#9766) Updated from https://console.spec.whatwg.org/ 02 March 2018, 21:42:49 UTC
6fbbcf8 Fix Selection API idlharness.js test It was entirely broken because SVGElement was unknown. Drive-by: split out the IDL into selection-api.idl. Like with webrtc-pc.idl, match the spec shortname and not the wpt dir. 02 March 2018, 20:15:23 UTC
c73b03f Remove myself from the interfaces/ owners These notifications are not useful... 02 March 2018, 19:40:12 UTC
26cd868 Run the firefox infrastructure tests without custom /etc/hosts 02 March 2018, 18:17:59 UTC
ee314b5 Switch external_host to host_ip. (#9258) When running tests in Firefox we don't require that the hostname is actually resolvable since we set up some internal DNS overrides. This means that we don't actually need to have web-platform.test defined in /etc/hosts. As a consequence when we check the server is responding, the check will typically fail for Firefox developers if we try to access by hostname. Previously we made use of a special dance in which external_host held the ip at the point of the check and was later replaced by host to actually run tests. But that changed, and instead we relied on the fact that we (accidentially) didn't actually fail in the case the servers couldn't be reached by host name. However in some cases things still failed because local DNS resolved web-patform.test to some ip address, causing hangs or other badness. In this patch we simply add a host_ip property to the config, and connect to that to test the servers are repopnsing rather than the hostname. We also actually fil if we didn't manage to connect to all the servers. 02 March 2018, 18:17:59 UTC
2369d3c Merge pull request #9749 from w3c/sync_544c462d434fccfbd2d557c4c083d15ed1d8d736 Merge pull request #9749 from sync_544c462d434fccfbd2d557c4c083d15ed1d8d736 02 March 2018, 17:59:25 UTC
544c462 Make ContentItem use a CustomIdent for counter names See https://github.com/w3c/csswg-drafts/pull/2377 Upstreamed from https://github.com/servo/servo/pull/20171 [ci skip] 02 March 2018, 17:59:18 UTC
8444227 Implement :focus-visible pseudo class. Spec: https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo Intent to Implement: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/-wN72ESFsyo Adds :focus-visible to the list of known CSS pseudo classes. This change also adds a flag, WasFocusedByMouse(), to UserActionElementSet which is exposed as Node.WasFocusedByMouse(). SelectorChecker will use this flag to check if a node matching :focus should also match :focus-visible. By default, any node focused by mouse will NOT match :focus-visible. Any node focused by keyboard will match :focus-visible. Bug: 817199 R=aboxhall@chromium.org Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I1a0aadc8ea653afc964865a277b2d4d2ccabe540 Reviewed-on: https://chromium-review.googlesource.com/897002 Commit-Queue: Rob Dodson <robdodson@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#540537} 02 March 2018, 17:43:28 UTC
00c4e79 Fix loading servo/servodriver products with installed wptrunner 02 March 2018, 17:23:58 UTC
8eddb6c Add test for loading the various products 02 March 2018, 17:23:58 UTC
effe40a Run all applicable tox envs i.e., given a TOXENV of py27, we'll run py27 and py27-foo 02 March 2018, 17:23:58 UTC
59d21c5 Add default list value to extra-property argument. (#9746) 02 March 2018, 16:30:44 UTC
a7fa11a [eme] Fix #3826: Test license expiration using playDuration (#3936) 02 March 2018, 15:21:36 UTC
18ea986 Add a test for a cross-origin redirect to a same-origin video It's not clear to me if the expected result here is well-defined. Chrome and my in-progress WebKit implementation pass; Gecko fails. 02 March 2018, 11:52:31 UTC
ceb8d5d Revert "ServiceWorker: Add WPT to check if CSP sandbox is respected" This reverts commit 4ffad4c407bc6e60b6c2f021a5a26abb8dc438d2. Reason for revert: New test consistently fails on multiple platforms: * external/wpt/service-workers/service-worker/worker-in-sandboxed-iframe-by-csp-fetch-event.https.html * virtual/navigation-mojo-response/external/wpt/service-workers/service-worker/worker-in-sandboxed-iframe-by-csp-fetch-event.https.html (https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Mac10.10/43786) Original change's description: > ServiceWorker: Add WPT to check if CSP sandbox is respected > > Bug: 771815 > Change-Id: I11dc3cf67e3e40465f612f71fc318fd7061b6581 > Reviewed-on: https://chromium-review.googlesource.com/915683 > Reviewed-by: Matt Falkenhagen <falken@chromium.org> > Commit-Queue: Makoto Shimazu <shimazu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#540467} TBR=falken@chromium.org,horo@chromium.org,kinuko@chromium.org,clamy@chromium.org,shimazu@chromium.org Change-Id: I30d4c54e78656e473d0c32622b01004122a3be75 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 771815 Reviewed-on: https://chromium-review.googlesource.com/945828 Reviewed-by: Greg Thompson <grt@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#540484} 02 March 2018, 10:43:39 UTC
34c346b Change navigation preload initiatorType to "navigation" As discussed at https://github.com/w3c/resource-timing/issues/110 the Resource Timing specification does not single out navigation preload from other navigation types, and therefore the `initiatorType` for it should be "navigation", rather than other. This CL implements that change. Intent-to-ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/W3InszDnV2k/AuJg4aAMDQAJ Change-Id: Iba7fa038892936e164cd408355f1ac9f6592415b Reviewed-on: https://chromium-review.googlesource.com/941342 Commit-Queue: Yoav Weiss <yoav@yoav.ws> Reviewed-by: Tsuyoshi Horo <horo@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#540483} 02 March 2018, 10:35:49 UTC
b8271e0 ServiceWorker: Add WPT to check if CSP sandbox is respected Bug: 771815 Change-Id: I11dc3cf67e3e40465f612f71fc318fd7061b6581 Reviewed-on: https://chromium-review.googlesource.com/915683 Reviewed-by: Matt Falkenhagen <falken@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#540467} 02 March 2018, 07:25:09 UTC
866783a Tests for PaymentCurrencyAmount's currencySystem (#9728) This test is to prove that no one supports this feature - thus can be dropped from the spec. Related issues: * https://github.com/w3c/payment-request/issues/686 * https://github.com/w3c/payment-request/issues/617 02 March 2018, 03:02:15 UTC
12e0354 [css-typed-om] Whitelist supported properties. This patch whitelists all our supported properties. Any property that is not supported will return a base CSSStyleValue. This ensures that we don't accidentally produce unexpected results for properties that we haven't tested it. We also add a few new properties to support, bringing the total number of property tests to 50. We also remove support for 'z-index' because it uses <integers> which we don't support yet. transition-duration is failing tests because we currently convert ms to seconds when we compute, which is incorrect. Some paint/layout tests depend on properties that are not whitelisted, so we've changed them: - border-radius -> margin-left - align-items -> empty-cell Bug: 816402 Change-Id: I84d2fd8a15df92624122f0c1ecf4f7c42f928928 Reviewed-on: https://chromium-review.googlesource.com/942651 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#540397} 02 March 2018, 02:00:03 UTC
32ede3f Ensure focus events are composed (#9683) For https://github.com/whatwg/html/pull/3512. 02 March 2018, 01:28:48 UTC
bb60bf3 Magic constants are replaced by blob.size (Resolves #2634) * Removes magic constants 01 March 2018, 23:41:26 UTC
c71d9ca Update OWNERS - adds mnoorenberghe (#9705) 01 March 2018, 22:03:14 UTC
5122353 Revert "Fix #7142: Change manifest update process" This reverts commit 38612167f54c475836c122013756e92b9a8859cc. 01 March 2018, 21:51:46 UTC
a77669c [css-typed-om] Fix computed value of an interpolated transform. Previously we did not handle the case of computing the value of an interpolated transform, which occurs when we interpolate between two different transform types containing percentages. The correct result is currently not spec'd [1], so this patch fixes this by just returning "none" in this case. [1] https://github.com/w3c/css-houdini-drafts/issues/425 Bug: 816803 Change-Id: I97c8f6b71f651a8d547fb4cb307121eba7dabdb6 Reviewed-on: https://chromium-review.googlesource.com/942595 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#540258} 01 March 2018, 20:06:05 UTC
5635bba bluetooth: web: test: Simulate advertisements This change adds a SimulateAdvertisementReceived function to the FakeCentral interface. The design for this class is detailed in the following document: https://docs.google.com/document/d/1XFl_4ZAgO8ddM6U53A9AfUuZeWgJnlYD5wtbXqEpzeg BUG=719826 Change-Id: I618dc68c967e6d9942f99f1807da6fb1985cd676 Reviewed-on: https://chromium-review.googlesource.com/916554 Reviewed-by: Oliver Chang <ochang@chromium.org> Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by: Conley Owens <cco3@chromium.org> Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#540236} 01 March 2018, 19:30:20 UTC
52b29c1 AccName: Additional test cases (#9734) 01 March 2018, 16:42:49 UTC
0f3fa6c scrollTo and scrollBy should land on snap points. According to spec, https://drafts.csswg.org/css-scroll-snap-1/#scroll-types, programmatically scrolling such as scrollTo and scrollBy should land on snap points. Bug: 803606 Change-Id: I1e70d88f31a2b2f93c92cc063adf653ed923adeb Reviewed-on: https://chromium-review.googlesource.com/889936 Reviewed-by: David Bokan <bokan@chromium.org> Commit-Queue: Sandra Sun <sunyunjia@chromium.org> Cr-Commit-Position: refs/heads/master@{#540166} 01 March 2018, 16:10:54 UTC
2560d71 Update reftest graph when node changes to support (#9732) Modified conditional in manifest.py to check for a reftest node changing to another type. Wrote a test in test_manifest.py for the same 01 March 2018, 14:01:19 UTC
41ab079 [css-layout-api] Populate children, and pass into layout() function This introduces the LayoutChild API surface, (which only has a styleMap accessor currently). Each LayoutBox which is a child of a LayoutCustom will hold onto a LayoutChild object, acting as the script interface for the web developer. Bug: 726125 Change-Id: Iecdb01a38c0712dcda063b485c4207bde59f3995 Reviewed-on: https://chromium-review.googlesource.com/933092 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#539928} 01 March 2018, 13:35:52 UTC
8424218 Fix #9724: Make test_sauce actually pass This regressed in e56563d2b1e8bd225bf4c8b4682cbd12beeae1a7 01 March 2018, 11:47:21 UTC
back to top