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

sort by:
Revision Author Date Message Commit Date
eb9f8a9 [web-animations] Update various references to an effect's `timing` member This patch also drops the test that an AnimationEffectTiming object is created in the appropriate realm since it is no longer the case that a separate timing object is created. 15 March 2018, 06:57:09 UTC
df2153f [web-animations] Remove a number of references to *ReadOnly interfaces This patch also removes the test that checks that the copy constructor for KeyframeEffect produces a mutable copy of a KeyframeEffectReadOnly since the mutable/immutable distinction no longer exists. 15 March 2018, 06:36:33 UTC
133bc98 [web-animations] Update idlharness tests 15 March 2018, 06:29:37 UTC
fd010ef [web-animations] Drop superfluous done() from getComputedTiming tests 15 March 2018, 06:17:23 UTC
63e1aa5 [web-animations] Move getComputedTiming() tests to AnimationEffect 15 March 2018, 06:16:41 UTC
f579c6c [web-animations] Move tests for updating timing properties to updateTiming.html 15 March 2018, 06:14:43 UTC
dcf1f07 [web-animations] Tidy up tests for iterations property 15 March 2018, 05:56:31 UTC
9b5db0c [web-animations] Tidy up tests for iterationStart property 15 March 2018, 05:51:49 UTC
372e97c [web-animations] Tidy up tests for fill property 15 March 2018, 05:51:49 UTC
390d4e8 [web-animations] Tidy up the tests for endDelay property 15 March 2018, 05:51:49 UTC
6d73fd6 [web-animations] Tidy up the tests for easing property I dropped the roundtrip tests since in this case they are a strict subset of the other tests based on gEasingTests. 15 March 2018, 05:51:47 UTC
662730c [web-animations] Tidy up tests for duration property 15 March 2018, 05:51:18 UTC
7b5c43d [web-animations] Tidy up tests for direction property 15 March 2018, 05:51:18 UTC
bdb8deb [web-animations] Tidy up tests for delay property I deliberated a lot about where these tests should live. In a sense they are testing the timing model and specifically the calculation of the active time. However, we already have tests for those timing calculations. What these tests are really covering is that we can dynamically change properties using the API and have the timing model update. So it makes sense to keep them in the 'interfaces' folder but just make clear exactly what they are testing. 15 March 2018, 05:51:14 UTC
09b51de [web-animations] Move tests for default timing set by Animatable.animate() Later in this patch series we want to update the tests for the AnimationEffectReadOnly timing interface (since it is going away) but some of those tests are currently in the wrong place---that is, they are not actually testing that interface. This patch moves a subset of those tests to the location corresponding to the part of the spec they are actually testing. 14 March 2018, 06:58:38 UTC
49e79b9 [web-animations] Simplify various tests in interfaces Later in this patch series we will move these tests around and rework them so in this patch we: * Replace unnecessary local 'div' variables. * Replace unnecessary 'opacity' keyframes where 'null' is sufficient. 14 March 2018, 06:43:19 UTC
a0a4cfa [css-typed-om] Add tests for font-size. Pretty standard test apart from font-size can't be negative. Bug: 774887 Change-Id: Ieae05dc71c68b5f777d6078e4c9daec0b6eebee4 Reviewed-on: https://chromium-review.googlesource.com/936961 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#542985} 14 March 2018, 02:33:30 UTC
bdec0b6 [css-typed-om] support break-after, break-before, break-inside break-after, break-before, break-inside are added to support in whitelist. and test file are also added. Bug: 820299 Change-Id: I9eb35a7371dd385edf3c039aea367b42e194e1e1 Reviewed-on: https://chromium-review.googlesource.com/960701 Reviewed-by: Darren Shen <shend@chromium.org> Commit-Queue: Hwanseung Lee <hwanseung@chromium.org> Cr-Commit-Position: refs/heads/master@{#542980} 14 March 2018, 01:55:00 UTC
772ed22 Add tests for GeolocationSensor.read() (#9662) * Add tests for GeolocationSensor.read() covers: - verify sensor reading when call read() method - verify sensor reading when signal is set to null - throw AbortError when singal's abort flag is set - throw SecurityError when disabled by Feature Policy - AbortError takes priority when disabled by Feature Policy 14 March 2018, 01:29:05 UTC
b202bbb Update the encoding IDL file (#9780) Also update the existing idlharness.js test to use it. 14 March 2018, 01:18:08 UTC
8896c5c Replace assert_own_property with assert_idl_attribute (#9960) CSSOM objects do not implement attributes as their own properties; they are IDL attributes. Switch to use assert_idl_attribute instead of assert_own_property. Also make inline-style-001.html pass by removing assert_readonly (it resets the attribute, making future tests fail) and use assert_equals instead of assert_regexp_match. 14 March 2018, 00:17:00 UTC
72a6148 Allow for exception to occur if medium not found (#9958) According to https://drafts.csswg.org/cssom/#dom-medialist-deletemedium, "If nothing was removed, then throw a NotFoundError exception." Throwing an exception in this step stops the test with an error. Assert that the correct exception is thrown, and allow the test to continue. 14 March 2018, 00:10:51 UTC
4f4793b Revert "Add a lint to catch adding files that would otherwise be ignored by git." (#10020) This reverts commit b3b4332e7aaf7b027c11be8a0750b9136bb90a70. See #10012. 13 March 2018, 22:43:57 UTC
47d3a27 Merge pull request #10011 from w3c/sync_ef805cb3832c2deaf1ab8fc4f3353b65671e6f32 Merge pull request #10011 from sync_ef805cb3832c2deaf1ab8fc4f3353b65671e6f32 13 March 2018, 19:31:58 UTC
ef805cb Remove HTMLIFrameElement.allowvr test This attribute was unshipped. Upstreamed from https://github.com/servo/servo/pull/20287 [ci skip] 13 March 2018, 19:31:51 UTC
3c78e4a Change PaymentRequest.abort() to manual test (#9988) 13 March 2018, 17:58:01 UTC
970fca8 Make .coveragerc not ignored 13 March 2018, 13:55:16 UTC
897dbad Make /testharness_runner.html not ignored 13 March 2018, 13:55:16 UTC
6ea93b9 Only ignore top-level MANIFEST.json 13 March 2018, 13:55:16 UTC
3b7a03a Ignore .pytest_cache 13 March 2018, 13:55:16 UTC
44395a6 Rearrange .gitignore 13 March 2018, 13:55:16 UTC
b5b3c1f [LayoutNG] Need parent's clearance offset when positioning child. If clear is specified on an element whose first piece of content is inside a child (so that the element's BFC offset cannot be determined at the beginning of layout), we need this child to know about the clearance offset on the parent, or it will not be pushed below adjacent floats as it should. Just pushing the parent, but leaving the children unaffected by clearance won't do. We need this in order to be able to lay out in a single pass (and apply clearance when we detect it, rather than doing it on the element with 'clear' and relayout the children if something moved). Since a constraint space's clearance offset is now "inherited" down the tree, as long as we're within the same block formatting context, we now also need to propagate the "is pushed by floats" flag upwards, or we won't detect class C break points correctly. Without this the unit test ClassCBreakPointBeforeBlockMarginCollapsing in NGColumnLayoutAlgorithmTest would regress, because it would incorrectly detect a class C break point before the break-inside:avoid block. We must make sure that class C break points are only detected on the outermost block that got pushed by floats, because it's there that we'll get the gap between the inner edge of the container and the outer edge of the child. Added some tests. One of them fails in legacy (but not in NG). One of the tests, clear-on-child-with-margins.html, passes both with and without this code change, but I started to wonder if we'd suddenly could end up pulling the parent of the box with 'clear' downwards, so thought I better add it, to make sure we don't regress in this regard. The test NoClassCBreakPointBeforeBfc in NGColumnLayoutAlgorithmTest no longer needs its workaround, because the display:flow-root child of #container now sets its position correctly (past the float) right away. Acid2 also looks slightly better now! Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I732b19398bd43b9874f6bb8c57ce435d1c510754 Reviewed-on: https://chromium-review.googlesource.com/957045 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by: Emil A Eklund <eae@chromium.org> Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#542769} 13 March 2018, 11:37:14 UTC
c7a4bd8 magnetometer: Rename LocalCoordinateSystem enum. (#9974) Call it `MagnetometerLocalCoordinateSystem` after w3c/magnetometer#45. 13 March 2018, 09:07:53 UTC
71b44f9 orientation-sensor: Rename LocalCoordinateSystem enum. (#9975) Call it `OrientationSensorLocalCoordinateSystem` per w3c/orientation-sensor#56. 13 March 2018, 09:07:09 UTC
8f7d065 Prevent redirect loop in fetch/api/redirect/redirect-location.html (#9970) The value of invalidLocationUrl, "#invalidurl:" is actually treated as a valid URL by redirect.py, leading to a redirect loop. This makes the test take over 6 seconds in Chrome, causing it to time out. Change invalidLocationUrl to "invalidurl:" to avoid the redirect loop and make the test faster. See Chrome issue http://crbug.com/815286 about the test timing out. 13 March 2018, 08:47:53 UTC
05333aa convert PR.canMakePayment() to manual test 13 March 2018, 06:29:56 UTC
7879f0f External WPT tests for Client hints This CL includes the test for "Accept-CH" header. If the origin includes "Accept-CH" in the response header, then the browser should include the specified client hints in the HTTP request headers for the resources contained in that page. Bug: 817049 Change-Id: Id74193ab7a1cc3c4b03d66e080c43c64a6fcfbb2 Reviewed-on: https://chromium-review.googlesource.com/951867 Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#542724} 13 March 2018, 04:35:03 UTC
6163df2 [css-typed-om] Generate whitelist from CSSProperties.json5. Currently, any CSS property in CSSProperties.json5 with keywords will implicitly accept keywords. This can cause crashes if the property doesn't actually store keywords as CSSIdenifierValues. We solved this by having a manual whitelist of properties we explicitly support. However, this is annoying to maintain. So we generate this whitelist from CSSProperties.json5 by explicitly specifying "Keyword" as a typedom_type. e.g. a property that doesn't have typedom_types will not be supported by Typed OM. A property that has "Keyword" in typedom_types will take CSSKeywordValues and reify as CSSKeywordValues. We also add support for scroll-padding-* because the JSON for that was already there and we just to write a test for it. Diff of generated files: https://gist.github.com/darrnshn/03cb617909abab7bf94aaaaad9874a15/revisions Bug: 820299 Change-Id: I6fa01c3623161e0778c5f8764009c6e0cdd6bbf3 Reviewed-on: https://chromium-review.googlesource.com/956903 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#542697} 13 March 2018, 02:45:28 UTC
592bb79 [css-typed-om] Fix DCHECK when creating a CSSUnitValue an empty unit. When we create a CSSUnitValue with '' as the unit, we hit a DCHECK in the unit trie code because the length is 0. This is because we don't correctly reject the empty string as an invalid unit. In this patch we fix this. Interestingly, we already have a test to assert that using an empty unit throws type error. However the test used an incorrect variable name, causing it to throw a TypeError anyway, so our tests would've passed no matter what. Bug: 820905 Change-Id: I72ab5e4010d892042b2cfddf1014ab79d04a846d Reviewed-on: https://chromium-review.googlesource.com/958624 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#542693} 13 March 2018, 02:28:24 UTC
682f0a2 Correct order of serialized media list values (#9985) According to the spec (https://drafts.csswg.org/cssom/#serialize-a-media-query-list), each media query should be serialized in the same order as they appear in the media query list. Media *features* are sorted in lexicographical order in a single media query, but media queries are not sorted in the same manner. Fix two tests to reflect the spec. 13 March 2018, 02:14:06 UTC
ae13e06 Web Animations: Early-exit from setCurrentTime if new time is null The spec says that setting the current time to null should throw if the existing currentTime is non-null, or do nothing otherwise. Bug: 818196 Change-Id: Iac89e46d6b884c924c88b603fbec77b61a337ce2 Reviewed-on: https://chromium-review.googlesource.com/946050 Reviewed-by: Xida Chen <xidachen@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#542682} 13 March 2018, 01:41:53 UTC
28300a0 Upstream registerProperty tests to WPT Many tests of CSS.registerProperty were written, but none have been upstreamed to WPT. Upstream these tests to ensure interoperability. Bug: 641877 Change-Id: I8272b14c78cb75bb6f5f3cedb770091cbcba522a Reviewed-on: https://chromium-review.googlesource.com/959422 Reviewed-by: Robert Ma <robertma@chromium.org> Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Chris Nardi <cnardi@chromium.org> Cr-Commit-Position: refs/heads/master@{#542649} 12 March 2018, 23:37:41 UTC
284dfe4 minor changes 12 March 2018, 22:39:10 UTC
a41d008 minor fixes 12 March 2018, 22:39:10 UTC
36ce607 minor changes 12 March 2018, 22:39:10 UTC
d597a46 remove lines with GLib-GObject-CRITICAL 12 March 2018, 22:39:10 UTC
2f110a4 This adds the ability to download latest Servo for `wpt run` Closes https://github.com/w3c/web-platform-tests/issues/9544 12 March 2018, 21:30:16 UTC
18ce941 Remove the rest of Sauce support for stability runs (including JWT) (#9977) Fixes https://github.com/w3c/web-platform-tests/issues/9903. 12 March 2018, 18:51:56 UTC
27b759e Remove entries from the lint whitelist that are fixed by the fix for #9912. 12 March 2018, 16:49:06 UTC
a94171a Sync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/415e9b18ca2a1532086d5e2d5d21343cd004b5fd . This commit contains a single change: * [bug 1444136](https://bugzilla.mozilla.org/show_bug.cgi?id=1444136) by me, already reviewed by @gsnedders. Fixes #9912. 12 March 2018, 16:49:06 UTC
13bf4e5 Update selenium to 3.11.0 (#9969) 12 March 2018, 16:43:57 UTC
fcf82eb Remove duplicate color parsing tests css3/calc/color-{hsl/rgb}.html are already covered by external/wpt/css/css-values/calc-in-color-001.html, and fast/css/named-colors.html is already covered by external/wpt/css/css-color/color-resolving-keywords.html. Remove these duplicate tests. Change-Id: I2540ae5a6280bbfad0eb2192862826fc483d8314 Reviewed-on: https://chromium-review.googlesource.com/958285 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Chris Nardi <cnardi@chromium.org> Cr-Commit-Position: refs/heads/master@{#542457} 12 March 2018, 16:28:27 UTC
b11a9be Revert "Fix #9481: fix invalid output during environment initialization" This reverts commit 9692b53853bddd1afc53815ecce32de221612faf. 12 March 2018, 16:14:31 UTC
5a1c088 Add tests for return value of DOMTokenList's replace() method See https://github.com/whatwg/dom/pull/582 and https://github.com/whatwg/dom/issues/577. 12 March 2018, 15:43:43 UTC
3c5d863 Verify that modals are blocked in sandboxed frames without 'allow-mod… (#6618) Verify that modals are blocked in sandboxed frames without 'allow-modals'. 12 March 2018, 14:35:24 UTC
9692b53 Fix #9481: fix invalid output during environment initialization Earlier the logger was emitting an empty JSON file for errors during environment initialization. Now the mozlog shutdown() method is called if the environment initialization fails to ensure that the generated report file contains valid JSON object. The suite_end() method functionality has been moved to the shutdown function to avoid redundancy. 12 March 2018, 12:04:33 UTC
8806dfd Remove the Sauce Travis jobs Sauce cannot be kept working beyond April 17, see https://github.com/w3c/web-platform-tests/issues/9903. Given that they are not very reliable and take up Travis capacity, and that we don't have a replacement for this that can be put in place before April 17, it seems best to turn it off right away. The code is left in place until this is determined to work. 12 March 2018, 11:08:19 UTC
6e88051 Add sensor screen tests (#9942) * Add sensor screen tests * Add the detailed TODO thing in the annotation 12 March 2018, 08:03:18 UTC
e4f8dad Add Response test for propagating underlying ReadableStream error When a Response is constructed with ReadableStream, errors originating in that ReadableStream need to propagate to the Response during a Promise rejection. Tests throw errors in start() and pull() methods. Closes https://github.com/whatwg/fetch/issues/676. 12 March 2018, 07:14:27 UTC
cdf5b39 Revert "bluetooth: Use DeviceUUID in FakeBluetooth" This reverts commit af1c15b16f99d290799c83d34c111bce52447026. Reason for revert: suspected for persistent failures on Win7 Tests (dbg)(1) Unexpected Failures: * external/wpt/bluetooth/server/getPrimaryServices/blocklisted-services.https.html * external/wpt/bluetooth/service/getCharacteristic/gen-blocklisted-characteristic.https.html * external/wpt/bluetooth/service/getCharacteristics/blocklisted-characteristics.https.html * external/wpt/bluetooth/service/getCharacteristics/gen-blocklisted-characteristic-with-uuid.https.html * external/wpt/upgrade-insecure-requests/link-upgrade.sub.https.html since https://ci.chromium.org/buildbot/chromium.win/Win7%20Tests%20%28dbg%29%281%29/66761 errors like 15:59:42.310 5904 worker/4 external/wpt/bluetooth/service/getCharacteristics/gen-blocklisted-characteristic-with-uuid.https.html crashed, (stderr lines): 15:59:42.311 5904 CONSOLE MESSAGE: line 255: Web Bluetooth is experimental on this platform. See https://github.com/WebBluetoothCG/web-bluetooth/blob/gh-pages/implementation-status.md 15:59:42.327 1300 [1691/5755] external/wpt/bluetooth/service/getCharacteristics/gen-blocklisted-characteristic-with-uuid.https.html failed unexpectedly (content_shell crashed [pid=5644]) Original change's description: > bluetooth: Use DeviceUUID in FakeBluetooth > > This change refactors the Web Bluetooth test API to use the > DeviceUUIDs helper class defined in BluetoothDevice. Additionally, > this change finishes the implementation of SimulateGATTServicesChanged, > and as a result, tests are updated to set the next discovery response > before calling this interface. > > BUG=719826 > > Change-Id: I0f986eb7afe6fbf7ebaa80ac4b633d46a027b80d > Reviewed-on: https://chromium-review.googlesource.com/939984 > Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> > Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541577} TBR=cco3@chromium.org,ortuno@chromium.org,odejesush@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 719826 Change-Id: I02bb7066c6f1282191f7a24e91b3d2c5614b8104 Reviewed-on: https://chromium-review.googlesource.com/958741 Reviewed-by: Trent Apted <tapted@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#542421} 12 March 2018, 04:10:37 UTC
9c9d8f2 Merge pull request #9941 from fippo/better-dtmf-test-helper webrtc: improve Firefox compability of RTCDTMFHelper 11 March 2018, 20:34:37 UTC
5e377e2 resolved Lint error 10 March 2018, 22:25:25 UTC
8feb066 add HTTPS, root CA, and certs location info to README and Docs 10 March 2018, 22:25:25 UTC
2f6cfc4 bluetooth: Handle UUIDs in service data Adds a Mojo typemap to properly handle the UUID strings in the service_data field of ScanRecord. The typemap allows the service_data field to map to a device::BluetoothDevice::ServiceDataMap object in C++. BUG=817603 Change-Id: Ie4d5785e8b04098fda76ca8bc99c58141c9b5b82 Reviewed-on: https://chromium-review.googlesource.com/942307 Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Reviewed-by: Ken Rockot <rockot@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#542344} 10 March 2018, 22:01:23 UTC
b0a57a6 idl: Fix [EnforceRange] annotations This CL fixes usages of [EnforceRange] annotations in IDL files. No changes on behaviors. CSSUnitValue: [EnforceRange] can't annotate non-integer numbers, and the spec doesn't have the annotation. OffscreenCanvas: The spec doesn't have [EnforceRange], but it seems the spec is wrong. (requesting to update the spec; https://github.com/whatwg/html/issues/3540) IDBFactory and IDBIndex: Follows spec. Test IDLs: This CL works for tests in Chromium repository, and following tests need to be upstream for WPT. - wpt/interfaces/IndexedDB.idl - wpt/interfaces/WebCryptoAPI.idl Bug: 819112 Change-Id: If7082cba0251a83e269fea428340b3b61d4c17cf Reviewed-on: https://chromium-review.googlesource.com/952589 Reviewed-by: Yuki Shiino <yukishiino@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#542375} 10 March 2018, 16:25:27 UTC
412da2c Computed style inside iframe depends on parent layout. Make sure we layout the parent document when it's dirty. Bug: 819189 Change-Id: I3835aa913e20abdd4adaab072567191b3ca25c20 Reviewed-on: https://chromium-review.googlesource.com/951248 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#542372} 10 March 2018, 10:37:27 UTC
1f638e8 Make 2 tests immune to legitimate races between cross-origin subframes Bug: 820589 Change-Id: I16c02746c61f42fafead5f96ae436b331fba4f85 Reviewed-on: https://chromium-review.googlesource.com/957587 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#542360} 10 March 2018, 06:45:19 UTC
ed82311 Implement InputDeviceInfo.getCapabilities() for audio devices Bug: 817769 Change-Id: Iae2abc17aee26c5586c38412140f18fbacc66568 Reviewed-on: https://chromium-review.googlesource.com/945590 Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Commit-Queue: Chandan Padhi <c.padhi@samsung.com> Cr-Commit-Position: refs/heads/master@{#542312} 10 March 2018, 02:14:19 UTC
83b0a62 Add http-state cookie tests from abart/http-state github repository These are the first steps to port the http-state cookie tests from https://github.com/abarth/http-state/tree/master/tests to the external/wpt/ directory. Accessing <server>/cookies/http-state/all-tests.html will run all tests in cookies/http-state/resources/test-files/. This ensures that tests stay isolated, ignore set cookies and clean up cookies after themselves. By accessing the server directly, single tests can be debugged. e.g. to run test file 0005 in isolation, access this URL: <server>/cookies/http-state/resources/cookie-setter.py?debug=0005 Change-Id: I1fceccf0bc5d080d024998451abd027142d6a16a Reviewed-on: https://chromium-review.googlesource.com/807988 Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#542085} 09 March 2018, 23:41:26 UTC
8913605 Fix link to w3c-test.org in the running-tests docs 09 March 2018, 23:00:40 UTC
e4899e9 accelerometer: Rename LocalCoordinateSystem to AccelerometerLocalCoordinateSystem (#9949) Adapt to w3c/accelerometer#42. 09 March 2018, 22:23:55 UTC
47e4c8d gyroscope: Rename LocalCoordinateSystem to GyroscopeLocalCoordinateSystem (#9948) Adapt to w3c/gyroscope#34. 09 March 2018, 22:23:19 UTC
90d610b Document that we wait for web fonts in reftests (#9951) 09 March 2018, 22:17:57 UTC
18d9e51 Automatically setting session to None for new session tests There is an edge case in the current implementation where a new session test can create a new session and expressly close the created session by calling `end()`, but the next test that is not a new session test sees the "current session" object as not `None`, and failing to create a new session. This change fixes that issue. If the session is not None and has a valid session ID, the `end()` method still gets called. If the current session is not None, but has an invalid session ID, it cannot be terminated any other way, so setting the current session to None at that point is not a negative side effect. Finally, if the current session is already None, setting the variable to None again does not hurt. 09 March 2018, 21:13:14 UTC
de0c4ad [PE] Add "image/apng" to supported image MIME types Supported for animated PNG (APNG) was added via crbug.com/437662 (commit 7d2b8c45afc9c0230410011293cc2e1dbb8943a7.) The "image/apng" MIME type is included in the "Accept" header for image requests. Add "image/apng" to kSupportedImageTypes to allow things like the <picture> element to work (select an appropriate image based on 'type'.) Add "image/apng" to kPrimaryMappings to allow the MIME type to resolve to a reasonable file extension. Bug: 730588 Change-Id: I070e8b16dc8312552b11dc32e776493b3a5be669 Reviewed-on: https://chromium-review.googlesource.com/957092 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by: Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#542113} 09 March 2018, 15:45:56 UTC
42c98bf [PE] Don't truncate table cell's padding Truncation caused inadequate logical width when padding is like 1.7px. Bug: 817342 Change-Id: Ibdb76cc528cc7e04801fe65409bb8f60e5ac69a5 Reviewed-on: https://chromium-review.googlesource.com/943827 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#540991} 09 March 2018, 15:27:25 UTC
6cca524 Don't pixel-snap the top and bottom of lines. That might cause incorrect detection of overflow, since the height of the block isn't pixel-snapped. Bug: 818873 Change-Id: I864be9dfedf6f008fe19ce02088ac6488ec274d0 Reviewed-on: https://chromium-review.googlesource.com/954022 Reviewed-by: Emil A Eklund <eae@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#542080} 09 March 2018, 12:06:35 UTC
d77d53e webrtc: improve Firefox compability of RTCDTMFHelper does not check canInsertDTMF which is not implemented in Firefox yet. 09 March 2018, 08:14:42 UTC
6911cb3 [css-writing-mode] Move sideways-* tests to L4 09 March 2018, 07:44:16 UTC
61da32f [css-writing-modes] Move 'text-combine-upright: digits' tests to Level 4 09 March 2018, 07:11:17 UTC
0de8b99 [ServiceWorker] Fix an incorrect usage of assert_equals() in wpt test This prototype is 'assert_equals(actual, expected, description)', we should pass 'actual' and 'expected' in order, to make the failure message be reasonable. This CL just fixes external/wpt/service-workers/service-worker/navigate-window.https.html. BUG= Change-Id: Ic11ec67f27f7a9a5ae289ddda4362af72b4737d4 Reviewed-on: https://chromium-review.googlesource.com/955282 Commit-Queue: Han Leon <leon.han@intel.com> Reviewed-by: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#542048} 09 March 2018, 06:36:35 UTC
81468a0 Streams: Modify tests to expect abort reason passthrough (#9926) This tests the changes in https://github.com/whatwg/streams/pull/903. Replace expectations that a TypeError will be stored after abort() is called with with expectations that the reason passed to abort() will be stored instead. Also add a test of the stored error on the readable side of a TransformStream after abort() has been called on the writable size. This was not explicitly tested. Also fix a bug in the general.js test: it didn't wrap a call to assert_unreached properly, so a failure would have shown up as an unhandled rejection rather than being reported properly. 09 March 2018, 05:25:24 UTC
68c1f9a [css-typed-om] Clean up CSSUnparsedValue & CSSVariableRefValue tests. This patch: - Splits existing tests into different files testing different parts of the IDL (e.g. separate file for cssUnparsedValue.length) - Fix some stylistic issues. Bug: 774887 Change-Id: I8b37679b96d1b1b6e44c4eb596036dcafa88264b Reviewed-on: https://chromium-review.googlesource.com/954525 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#542012} 09 March 2018, 03:51:35 UTC
72c64a5 Add css-align/OWNERS (#9215) 09 March 2018, 03:10:49 UTC
311196c Update the UI Events IDL file (#9835) 09 March 2018, 02:37:03 UTC
9817f7f Updated entries-api IDL file 08 March 2018, 23:13:19 UTC
9a9e752 Add entries-api idl file 08 March 2018, 23:13:19 UTC
df0b73b Remove tests testing <meta http-equiv=link> from cascade-import-002.xht (#9930) Remove tests g,h,q,r from cascade-import-002.xht because they test the obsoleted and removed <meta http-equiv=link>. Closes #9910 08 March 2018, 23:04:43 UTC
b3b4332 Add a lint to catch adding files that would otherwise be ignored by git. 08 March 2018, 20:10:15 UTC
3ac8f05 Upstream CSS selectors tests to WPT Remove already existing duplicate tests, and upstream a unified version of currently existing an + b selector parsing tests. Bug: 818475 Change-Id: Id889175e0d4df27037ee335d23020c213c148b44 Reviewed-on: https://chromium-review.googlesource.com/952078 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Chris Nardi <cnardi@chromium.org> Cr-Commit-Position: refs/heads/master@{#541774} 08 March 2018, 16:47:06 UTC
da1dbe3 Add regionCode test (manual and idl) (#9706) * Add regionCode test (manual and idl) 08 March 2018, 16:18:46 UTC
aaea1a4 Introduce InputDeviceInfo interface InputDeviceInfo extends MediaDeviceInfo and represents audio and video input devices. These objects are the result of calling MediaDevices.enumerateDevices(). This interface gives access to the capabilities of the input device it represents via getCapabilities() method which will be implemented in asubsequent CL. Intent to implement and ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/h4sCuIqb_78 Bug: 817769 Change-Id: Ic9a016a05e622ee02b86d567f64c3ed84f0926c3 Reviewed-on: https://chromium-review.googlesource.com/942961 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#541772} 08 March 2018, 15:58:25 UTC
c36f238 'navigate-to' directive tests PR: https://github.com/w3c/webappsec-csp/pull/290 Bug: 805886 Change-Id: I5bdda65c7e70e729b33a3647135fee6453e97e66 Reviewed-on: https://chromium-review.googlesource.com/934181 Commit-Queue: Andy Paicu <andypaicu@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#541769} 08 March 2018, 15:48:59 UTC
38aab7a On MacOS, search for Firefox binary in common paths (#7125) 08 March 2018, 15:34:25 UTC
86d68c3 wdspec] Remove usage of mozlog to prevent process lock. Due to misbehavior of the threading module in how threads are forked, the mozlog module and specifically the Lock instance in StructuredLogger can cause a hang of random duration when trying to require the lock. Given that mozlog isn't used anywhere workaround this problem by removing all instances of it. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1407383 gecko-commit: c26cb6d150d56cb8b2a1e4136da7cff7c60c5d51 gecko-integration-branch: autoland gecko-reviewers: jgraham 08 March 2018, 15:32:49 UTC
621328b wdspec] Remove unused imports from fixtures module. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1407383 gecko-commit: 880cc555591a971a9b04790a93a694315a293297 gecko-integration-branch: autoland gecko-reviewers: jgraham 08 March 2018, 15:32:49 UTC
6a8a912 Require mozdownload and mozinstall when running wpt install. (#9875) mozdownload and mozinstall are now used to install Firefox. Therefore they are required to run the |wpt install| command. 08 March 2018, 15:25:02 UTC
7949111 Writable streams: test changes to abort() under error conditions (#9917) Follows https://github.com/whatwg/streams/pull/901. 08 March 2018, 14:49:56 UTC
23261ad Update the url IDL file (#9836) * Add url idl file * Use url.idl file from url test. 08 March 2018, 14:34:44 UTC
332d448 Moved XR getViewport, removed XRDevice.external Brings Chrome's implementation inline with the latest spec changes. Bug: 819744 Change-Id: I716bab14bdbcc1c452a4dd447adbe28ffef05f98 Reviewed-on: https://chromium-review.googlesource.com/953259 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by: Brian Sheedy <bsheedy@chromium.org> Reviewed-by: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#541739} 08 March 2018, 13:58:24 UTC
back to top