swh:1:snp:b37d435721bbd450624165f334724e3585346499

sort by:
Revision Author Date Message Commit Date
03a684d Relax event timing constraint in visual viewport resize WPT The test viewport-resize-event-on-load-overflowing-page.html assumes that a change in viewport size causes a resize event to be delivered before the next rAF callback, but this doesn't necessarily hold in other engines where event delivery has no guaranteed ordering with respect to rAF. This CL relaxes the assumption so that the test still passes if the event is delivered after the next rAF but before the following rAF. Change-Id: I54935f7f977e1cfcdf588b97f6d8dfc374717dc8 Reviewed-on: https://chromium-review.googlesource.com/865831 Reviewed-by: David Bokan <bokan@chromium.org> Commit-Queue: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#529301} 15 January 2018, 19:16:35 UTC
03bbca8 Removed incorrect folder 15 January 2018, 15:46:18 UTC
479957f Sync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/c4e4613dbe32bb218957a140e5d0bd4fe7d1e98c . (#9000) 15 January 2018, 15:13:14 UTC
df76a79 Remove myself from /interfaces OWNERS (#9034) 15 January 2018, 14:54:30 UTC
5711cfc Correct CSS2/syntax tests (#9027) Some css/CSS2/syntax tests were failing, either due to an incorrect reference or due to relying on .htaccess to provide encodings. This change fixes the incorrect references, and creates headers files so the tests can pass. This also removes ident-020.xht, as it tests for identifiers with two dashes which is now defined as the syntax for CSS variables. 15 January 2018, 14:54:04 UTC
79fe7fe webrtc: Fix RTCSctpTransport.maxMessageSize default value Follows https://github.com/w3c/webrtc-pc/pull/1713. 15 January 2018, 13:57:09 UTC
e77cd70 Merge pull request #6449 from w3c/pr6424-1 This PR adds extra testing functionality around CSP reports (see the 6424) as well as a lock to the stash to fix an issue where removing an item and then adding a new item with the same key would fail (6449). =====From 6449===== Add Lock to Stash class Lock the stash over take/put pairs in CSP reporting tests Don't try to use a file_is_test when we later call test() =====From 6424====== Enhancements and fixes to csp reporting mechanisms to allow other tests (manual chrome PR) This a manual PR of CL https://chromium-review.googlesource.com/c/552128/ because the CL did not get upstreamed CL description: These changes are done as part of supporting porting the chrome reporting tests to wpt Fixed the cookies part of report.py to save the cookies in the stash and retrieve them correctly when "op=cookies" Added support for checking cookie presence in checkReport.sub.js Added support for specifying reportID cookie name with fallback on the old method of using the test name Added support for specifying test name in checkReport.sub.js with fallback on the hardcoded test name "Violation report status OK." Adedd an extra image in support that will also be used for the reporting tests Added support for getting the number of reports sent to a reportID Renamed operations since now there are more of them Bug: 694525 Change-Id: Ic72b61425f11e9719b21711f20c34ce736f99d77 Reviewed-on: https://chromium-review.googlesource.com/552128 Commit-Queue: Andy Paicu andypaicu@chromium.org Reviewed-by: Mike West mkwst@chromium.org Cr-Commit-Position: refs/heads/master@{#483003} 15 January 2018, 11:42:47 UTC
5ccef6a Merge remote-tracking branch 'origin/master' into pr6424-1 15 January 2018, 10:49:26 UTC
3c478c0 Upstream track-cues-* tests Upstream the below tests from media/track/ to wpt 1. track-cues-cuechange.html 2. track-cues-enter-exit.html Bug: 782555 Change-Id: I0adb189122e9e579598ba32ed05f1e744bc87352 Reviewed-on: https://chromium-review.googlesource.com/866598 Reviewed-by: Fredrik Söderquist <fs@opera.com> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#529234} 15 January 2018, 10:06:46 UTC
11e6168 Adapt Proximity Sensor IDL tests to latest spec (#9029) * Adapt Proximity IDL tests to latest spec and move IDL to a standalone file 15 January 2018, 07:37:34 UTC
1dc4e23 [css-typed-om] Upstream CSSKeywordValue tests. This patch upstreams CSSKeywordValue tests to WPT. We split the original test into two seperate tests (one for valid and one for invalid inputs). Bug: 774887 Change-Id: Ic215178739e7a6d6399297b31e4ecf540a2b046b Reviewed-on: https://chromium-review.googlesource.com/866518 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#529205} 15 January 2018, 06:09:49 UTC
f86c744 Merge pull request #9021 from neerjapancholi/master Make css-multicol/multicol-nested-column-rule-001.xht narrower to prevent unnecessary H-Scrollbars. 15 January 2018, 00:53:37 UTC
ddb1258 Adapt gampad IDL tests to latest spec and move IDL to a standalone file 14 January 2018, 10:29:23 UTC
f2628be Add idl test for webxr - webxr.idl version is 11 January 2018 14 January 2018, 10:23:48 UTC
f5bdaf3 Add test for PerformanceObserver#takeRecords() Bug: 799929 Change-Id: Ibbd51642556f25aa8d0c1772923dc32d9de62d2c Reviewed-on: https://chromium-review.googlesource.com/865097 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by: Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#529166} 13 January 2018, 05:57:36 UTC
15f199c Make css-multicol/multicol-nested-column-rule-001.xht narrower to prevent unnecessary H-Scrollbars. Firefox runs layout tests with a width of 600px so we need this test to be narrower than that to prevent H-Scrollbars from appearing. See Bug 1374134 on Bugzilla. 13 January 2018, 02:16:02 UTC
2e55499 Improve browsing_context_name_cross_origin* slightly This doesn't make the tests pass, but gets rid of the `navigated` variables which look like copypasta and prevented the test from doing what appears to have been intended for. Now the tests progress to a cross-origin navigation error instead. Improve the debuggability a bit too. Part of https://github.com/w3c/web-platform-tests/issues/9018. 12 January 2018, 23:45:50 UTC
f17a824 Support negative timestamps of TextTrackCue Ensure proper behaviour for negative timestamps of TextTrackCue. 1. Cues with negative startTime should become active from 0s. 2. Cues with negative startTime and endTime should never be active. Bug: 314032 Change-Id: Ib53710e58be0be770c933ea8c3c4709a0e5dec0d Reviewed-on: https://chromium-review.googlesource.com/863270 Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#529012} 12 January 2018, 19:57:07 UTC
60c0faf Fix CSS font-variant-alternates tests * css/css-fonts/font-variant-alternates-{01,02}-ref.html are wrong references that cannot possibly match the tests. * css/css-fonts/font-variant-alternates-05{,-ref}.html have typos in the explanation text. * Also take the chance to re-format the other files for consistency. 12 January 2018, 19:30:37 UTC
eb2d647 Merge pull request #8987 from w3c/chrome-android wpt run for chome on android 12 January 2018, 18:47:33 UTC
aead36f Reject the promise if the video fails to load in imagebitmap/common.js. 12 January 2018, 13:20:36 UTC
85d5720 WPT tests added for getStats() in combination with replaceTrack(). Added tests making sure the expected stats are returned after RTCRtpSender.replaceTrack() is called: - Expecting outbound-rtp stats referencing track stats for the new track. - Expecting track stats for the original attachment, but it should no longer be referenced by any outbound-rtp stats. Bug: 801205 Change-Id: Ic8d2c1d3fe2668ae14405c592bab823e019fccae Reviewed-on: https://chromium-review.googlesource.com/860662 Reviewed-by: Harald Alvestrand <hta@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#528929} 12 January 2018, 12:39:38 UTC
8ca3b04 Add test to ensure UA conditionally blocks rendering on link's media attr See https://github.com/whatwg/html/issues/2886 for context. 12 January 2018, 08:03:57 UTC
ecada9d fix a minor bug (#9009) 12 January 2018, 06:22:39 UTC
e67d9cc test_valid_value is single test 12 January 2018, 05:39:10 UTC
2a5c9bf omit path() test 12 January 2018, 05:38:15 UTC
bb49991 Parsing tests for clip, clip-path, clip-rule Spec: https://drafts.fxtf.org/css-masking-1/ Blink, Edge, Firefox, WebKit don’t support clip rect containing auto. Blink fails to reject clip ellipse containing single radius. Blink fails to support clip-path containing <geometry-box> Edge, Firefox, WebKit fail to support clip-path containing <basic-shape> and/or <geometry-box> 12 January 2018, 05:38:15 UTC
5286f9b Fetch: redirects and credentials Add tests for redirect URLs containing credentials in "cors" mode for images and "no-cors" mode for fetch, image, and frame. 12 January 2018, 05:25:36 UTC
d233180 CSS Shapes: WPT for shape property parsing Web platform tests for parsing of - shape-image-threshold - shape-margin - shape-outside Blink and Safari fail to reject shape-outside "ellipse(3% at 100% 0%)" i.e. Blink and Safari support single-radius ellipse, contrary to spec. Requested CSS-WG discussion https://github.com/w3c/csswg-drafts/issues/2175 Blink and Safari fail to accept shape-outside "cross-fade(url(https://example.com/), green)" https://drafts.csswg.org/css-shapes/#shape-outside-property This is a known issue: we haven't unprefixed -webkit-cross-fade https://bugs.chromium.org/p/chromium/issues/detail?id=614906 Edge, Firefox don't support the CSS Shapes properties. Change-Id: I1f6fbd8161055edd448f6b22a0dfc8e1c5cf4102 Reviewed-on: https://chromium-review.googlesource.com/850492 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by: Bugs Nash <bugsnash@chromium.org> Cr-Commit-Position: refs/heads/master@{#528871} 12 January 2018, 04:25:40 UTC
73e7b61 Merge pull request #8886 from frivoal/lh-rlh-cycles [css-values-4] Tests for cyclic dependency resolution for the lh/rlh units 12 January 2018, 03:29:55 UTC
b4e3ff0 bluetooth: Ensure consistent test formatting This change ensure that each test is formatted consistently. This includes using a test_desc constant for describing the tests, removing unnecessary/extra braces, and ensuring that indendation correlates to the Google JavaScript style guide. BUG=509038 Change-Id: Ie0152eab3c4d15be9a7e1171f1fe195362cf4159 Reviewed-on: https://chromium-review.googlesource.com/861254 Reviewed-by: Conley Owens <cco3@chromium.org> Reviewed-by: Vincent Scheib <scheib@chromium.org> Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#528846} 12 January 2018, 02:43:59 UTC
0b22913 [css-values-4] Improve test of lh/rlh units on the root 12 January 2018, 02:25:29 UTC
a47135a bluetooth: Migrate characteristic tests This change migrates tests in characteristics/ to wpt/. BUG=50903 Change-Id: I51f68025bf8473b1f3c2eca025dd6dbca1598485 Reviewed-on: https://chromium-review.googlesource.com/839920 Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Reviewed-by: Conley Owens <cco3@chromium.org> Reviewed-by: Vincent Scheib <scheib@chromium.org> Cr-Commit-Position: refs/heads/master@{#528830} 12 January 2018, 02:08:26 UTC
89916db bluetooth: Migrate generated characteristic tests This change migrates the generated characteristics tests to wpt/. It also moves the generate script and its test into the wpt/ directory as well. BUG=509038 Change-Id: I0aeb2b71e9b3e8cd74461f468cc0994acba9b859 Reviewed-on: https://chromium-review.googlesource.com/843063 Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Reviewed-by: Vincent Scheib <scheib@chromium.org> Reviewed-by: Conley Owens <cco3@chromium.org> Cr-Commit-Position: refs/heads/master@{#528807} 12 January 2018, 00:54:44 UTC
1ed8437 Add Additional Beacon CORS Tests (#8757) Add tests to cover varying Content-Type's and preflight scenarios. 12 January 2018, 00:35:05 UTC
060741f Move http/tests/w3c/webperf/submission/Google/resource-timing to wpt II Bug: chromium:498037 Change-Id: I5dd6bacbb9083c6bb1942209492e6b505984d02d Reviewed-on: https://chromium-review.googlesource.com/861168 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by: Timothy Dresser <tdresser@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#528804} 12 January 2018, 00:29:50 UTC
f04303f Fix url-format.any.js test expectations. It never failed, so [ Pass Failure ] didn't make sense. It does however timeout regularly, so reduce the url_count it uses to check if blob URLs are more or less unique by half. And since sandboxed-iframe.html includes url-format.any.js, also turn that test back on, since I'm pretty sure its failures were the same timeout. Bug: 800898, 801078 Change-Id: I90ae00190282ee8915867535dbb39aa171950245 Reviewed-on: https://chromium-review.googlesource.com/861948 Reviewed-by: Joshua Bell <jsbell@chromium.org> Commit-Queue: Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#528802} 11 January 2018, 23:47:27 UTC
89f6457 [css-typed-om] Add IDL tests for CSSPositionValue. This patch uses idlharness.js to test the CSSPositionValue interface. Bug: 774887 Change-Id: I6298716200a662201e7d5dbb11a4fb7328d5cafb Reviewed-on: https://chromium-review.googlesource.com/860963 Reviewed-by: meade_UTC10 <meade@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#528750} 11 January 2018, 22:27:48 UTC
64e456c Add myself (AmeliaBR) to SVG reviewers list (#9004) 11 January 2018, 22:18:11 UTC
f9e38e4 getStats() WPT tests for inbound and outbound RTP stream stats. Verifies stats are collected for the corresponding tracks. Does not verify individual metrics. Bug: 801205 Change-Id: I3f0607582f7b05085863075663b4cb6031d4e2a7 Reviewed-on: https://chromium-review.googlesource.com/861466 Commit-Queue: Henrik Boström <hbos@chromium.org> Reviewed-by: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#528647} 11 January 2018, 18:18:58 UTC
b5b0297 Renaming KeyboardLock JS API to match spec This change replaces 'requestKeyboardLock' and 'cancelKeyboardLock' with two new names: keyboard{Lock|Unlock}. This reflects a change in the W3C specification to align the method names with existing methods on the navigator class. BUG=71513510 Change-Id: I2aa451c5d422bd5a38d734cab6da3484dd2b3158 Reviewed-on: https://chromium-review.googlesource.com/849649 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by: Gary Kacmarcik <garykac@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#528428} 11 January 2018, 16:09:27 UTC
c6daea4 Move http/tests/w3c/webperf/submission/Google/resource-timing to wpt I Bug: chromium:498037 Change-Id: I33655b3851e07390010b94ae1d2707967a0117ee Reviewed-on: https://chromium-review.googlesource.com/860262 Reviewed-by: Timothy Dresser <tdresser@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#528455} 11 January 2018, 15:59:23 UTC
8f45026 apply pipes to as_is 11 January 2018, 15:47:21 UTC
d84b2a7 apply pipes to python handlers 11 January 2018, 15:47:21 UTC
f298240 WebCryptoAPI: secure contexts cleanup This makes the following changes: * Remove the duplicate idlharness.html as we now require secure contexts (idlharness.https.html serves this purpose). * Includes ".https." in all worker IDL tests as that was partially overlooked in ea527511d7f742f5ad939339df3bad2619382a00. * Move WebCryptoAPI.idl to a central directory for easier management of IDL resources. 11 January 2018, 13:52:42 UTC
9699d12 Added test to verify [SameObject] works for relList attribute Added test to verify [SameObject] works for anchor and area element relList attribute. Bug: Change-Id: I656b60ad094829f3f3c708fd1662ae995c397f65 Reviewed-on: https://chromium-review.googlesource.com/861372 Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Bhagirathi Satpathy <bhagirathi.s@samsung.com> Cr-Commit-Position: refs/heads/master@{#528588} 11 January 2018, 10:00:23 UTC
66f8132 Split XHR's IDL into a standalone interfaces/xhr.idl This does not make any changes to the IDL, and the test results are not (should not be) affected. 11 January 2018, 09:23:38 UTC
6184223 SVG Test: Break apart foreignObject property test The test is now split into 4 parts so we receive more information in the event of failure. Change-Id: If979c95842de5a344d9ad1f5ca1bd769319cdc23 Reviewed-on: https://chromium-review.googlesource.com/861370 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#528570} 11 January 2018, 06:18:59 UTC
a37c91f [css-values-4] Improve comment 11 January 2018, 01:24:05 UTC
996017f Add port explination 10 January 2018, 23:29:37 UTC
a5ae068 Add all the ports required for wpt 10 January 2018, 23:24:48 UTC
d1481f4 fix blank line remove 10 January 2018, 23:20:37 UTC
267353a docs and req 10 January 2018, 23:12:30 UTC
d67425d working chrome_android 10 January 2018, 22:56:43 UTC
cd31783 Merge branch 'master' into chrome-android 10 January 2018, 20:19:39 UTC
a1de237 Fix virtualenv creation when Python 3 is the default (#8982) 10 January 2018, 20:11:55 UTC
8954c7e Merge pull request #1 from jcjones/webauthn-wd07-api-updates Updates per WD-07. 10 January 2018, 18:42:15 UTC
d44e053 webdriver: add timeouts test cases to create new session tests (#8975) It checks that correct timeout values are correctly parsed when processing capabilities. Also remove the case of empty object from invalid_capabilities.py, since it's valid according to the spec. 10 January 2018, 18:18:17 UTC
e7ec4e5 Added test for CSS3 content replacement 10 January 2018, 17:08:26 UTC
8e2b96b Add WPT test coverage for getStats() returning stats for tracks/streams. Scenarios: - addTrack() => track stats, with/without calling setLocalDescription() - addTrack() => stream, stats, with/without setLocalDescription() - addTrack() => streamStats.trackIds == [ trackStats.id ] - addStream() => streamStats.trackIds == [ trackStats.id ] Follow-up CLs should add test coverage for: - RTCRtpStreamStats (in/outbound, requiring setting up a connection) - replaceTrack (requiring connection) Bug: webrtc:8673, webrtc:8616, webrtc:8674 Change-Id: If4e21fe8474ee861965b739ea206f36931fdcb2c Reviewed-on: https://chromium-review.googlesource.com/859157 Reviewed-by: Harald Alvestrand <hta@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#528312} 10 January 2018, 16:12:53 UTC
4c88b63 Merge pull request #8963 from cvazac/server-timing-parsing-tests [Server-Timing] Header Parsing Tests 10 January 2018, 15:56:18 UTC
4d3753d Add references for CSS2/tables Many css/CSS2/tables tests were missing references. This change adds in references for caption-side-applies-to-*.xht and collapsing-border-model-*.xht tests, as well as a few other simple ones. 10 January 2018, 15:51:56 UTC
cba1629 only whitelist server-timing header files 10 January 2018, 15:11:00 UTC
0fe6d60 Do not propagate style from parent box to anonymous inline wrappers. Anonymous inline wrappers are used for display:contents. They should get their inherited computed style from the display:contents element, not the closest LayoutObject ancestor. This caused inconsistent white-space properties causing a broken line box tree and crashes. Bug: 799719 Change-Id: Ia2c4a3c037fa7f56b238de3a63797346bf5b3fff Reviewed-on: https://chromium-review.googlesource.com/859438 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#528300} 10 January 2018, 14:20:03 UTC
c26470d Merge pull request #8974 from w3c/sync_280005efe04503f14891d73c6ceab1077a59a735 Merge pull request #8974 from sync_280005efe04503f14891d73c6ceab1077a59a735 10 January 2018, 13:08:25 UTC
be78925 Merge pull request #8973 from w3c/sync_b11f8302b28b6d06def0bb5903c893fcc1f1a5b9 Merge pull request #8973 from sync_b11f8302b28b6d06def0bb5903c893fcc1f1a5b9 10 January 2018, 13:08:13 UTC
328dad5 Merge pull request #8972 from w3c/sync_bf416579c81e416ded29292fc00ac6356105b4cd Merge pull request #8972 from sync_bf416579c81e416ded29292fc00ac6356105b4cd 10 January 2018, 13:07:59 UTC
95f41f6 Merge pull request #8971 from w3c/sync_333ee070c00b1666dff2eb85825897a01cbd9392 Merge pull request #8971 from sync_333ee070c00b1666dff2eb85825897a01cbd9392 10 January 2018, 13:07:47 UTC
a64b026 Merge pull request #8970 from w3c/sync_9401e7a4d8bf964b4a931b20382408f7d2bf1679 Merge pull request #8970 from sync_9401e7a4d8bf964b4a931b20382408f7d2bf1679 10 January 2018, 13:07:25 UTC
280005e Avoid for(const ... of ...) usage in webidl parser. Servo's JS engine doesn't support this construct yet. Upstreamed from https://github.com/servo/servo/pull/19728 [ci skip] 10 January 2018, 13:07:12 UTC
333ee07 Correctly place images with background-position: center Add a regression ref test. See also #19680. Upstreamed from https://github.com/servo/servo/pull/19699 [ci skip] 10 January 2018, 13:07:12 UTC
b11f830 implement valid Date time Local input Upstreamed from https://github.com/servo/servo/pull/19602 [ci skip] 10 January 2018, 13:07:12 UTC
bf41657 replace DocumentSource::NotFromParser with DocumentSource::FromParser Upstreamed from https://github.com/servo/servo/pull/19647 [ci skip] 10 January 2018, 13:07:12 UTC
9401e7a Implement correct corner clipping for background color Add one regression ref test. See also #19649 Upstreamed from https://github.com/servo/servo/pull/19675 [ci skip] 10 January 2018, 13:07:11 UTC
35098b0 Upstream regions-webvtt tests Upstream the below tests from media/track/regions-webvtt to wpt 1. vtt-region-constructor.html 2. vtt-region-non-visible-crash.html 3. vtt-region-parser.html Bug: 782555 Change-Id: Idfb2b3471819aa997f3b041ba70d7dbabfae608c Reviewed-on: https://chromium-review.googlesource.com/859137 Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#528277} 10 January 2018, 11:09:28 UTC
ca5076d Implement relList attribute for HTMLAreaElement Adding relList attribute to area element. https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element Intent to Implement and Ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/T-TADMbtYYY Bug: 394770 Change-Id: I11a1a3ef866c5f7df7317f5b6e02f862ccca5fbe Reviewed-on: https://chromium-review.googlesource.com/858983 Reviewed-by: Yoav Weiss <yoav@yoav.ws> Commit-Queue: Bhagirathi Satpathy <bhagirathi.s@samsung.com> Cr-Commit-Position: refs/heads/master@{#528265} 10 January 2018, 09:27:16 UTC
c35c1d1 bluetooth: Migrate accept all devices tests This change migrates the requestDevice/acceptAllDevices tests to wpt/. BUG=509038 Change-Id: If9ba06716f1eefd9fd03899f48b637dcfa38cada Reviewed-on: https://chromium-review.googlesource.com/837965 Reviewed-by: Vincent Scheib <scheib@chromium.org> Reviewed-by: Conley Owens <cco3@chromium.org> Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#528221} 10 January 2018, 02:45:41 UTC
32856fd [css-typed-om] Add IDL tests for StylePropertyMap(ReadOnly). This patch uses idlharness.js to test the StylePropertyMap(ReadOnly) interface. There's an expected failure due to https://github.com/w3c/css-houdini-drafts/issues/268 Bug: 774887 Change-Id: Id3bfb55dad2b1a8dd3957b63904fb95b38f602a7 Reviewed-on: https://chromium-review.googlesource.com/848483 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#528167} 10 January 2018, 00:40:21 UTC
293354d Null check GetNode() for SVG layout object children. With display:contents, we may now insert anonymous inline wrappers around text layout objects in SVG. That means GetNode() may return nullptr. That caused crashes in IsChildAllowed() methods which did not check GetNode() before using it. Bug: 799663 Change-Id: Ic3f5ef391585c849b4acd920f1e1a925031e78e7 Reviewed-on: https://chromium-review.googlesource.com/857056 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#528151} 10 January 2018, 00:21:39 UTC
b6807f1 Updates per WD-07. Note in Firefox Nightly these changes cause both getcredential-passing.https.html and getcredential-passing.https.html to pass, and most of interfaces.https.html to pass as well. createcredential-badargs-rp.https.html has some other issues which should be addressed in a different commit. 09 January 2018, 22:49:10 UTC
c573ea2 add test to verify case of name and description 09 January 2018, 22:42:09 UTC
1203f93 web-platform-tests port of all server-timing parsing tests 09 January 2018, 20:08:57 UTC
17c7fc2 RTCRtpSender.replaceTrack added behind flag. Wires up replaceTrack[1] from the content layer implementation[2], exposing it in JavaScript behind RuntimeEnabled experimental feature "RTCRtpSenderReplaceTrack". The meat of this CL are the tests. This includes making sure the track is set asynchronously (tested with WPT) and that replacing a video track causes different video to be sent (tested with browser_tests instead of WPT due to bug https://crbug.com/793808). Design doc: https://docs.google.com/document/d/1bpsYLC35cHAJnlnmiBJ3bhUQXfUBgKbTv7A6nkEs6OA/edit?usp=sharing [1] https://w3c.github.io/webrtc-pc/#dom-rtcrtpsender-replacetrack [2] https://chromium-review.googlesource.com/c/chromium/src/+/833870/ Bug: 790007 Change-Id: If8c3499c78fe664a496c5d90cfbfa7b48c1c036f Reviewed-on: https://chromium-review.googlesource.com/810765 Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Reviewed-by: Harald Alvestrand <hta@chromium.org> Reviewed-by: Taylor Brandstetter <deadbeef@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#528071} 09 January 2018, 20:01:55 UTC
9d0c1b4 playing around got it to launch 09 January 2018, 19:58:32 UTC
9d8a185 Refactor and improve Blob URL tests. (#8612) * Refactor and improve Blob URL tests. This moves around some tests, makes some manual tests automated, de-duplicates some tests and just generally expands the test coverage of Blob URLs. Also updates fetch_tests_from_window to work with cross-origin (in this case unique origin) iframes. These test changes go together with the spec changes in w3c/FileAPI#92 09 January 2018, 19:12:32 UTC
ec972dc bluetooth: Migrate server connection tests This change migrates the server/(dis)connect tests and the same object test. This change also modifies bluetooth-helpers.js to use the correct path for health-thermometer-iframe.html for migrated tests and tests that have not yet been migrated. BUG=509038 Change-Id: I0485dd173898983841cea25a8ff3bdde198f9206 Reviewed-on: https://chromium-review.googlesource.com/836689 Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Reviewed-by: Conley Owens <cco3@chromium.org> Reviewed-by: Vincent Scheib <scheib@chromium.org> Cr-Commit-Position: refs/heads/master@{#528054} 09 January 2018, 19:01:44 UTC
657ac6f AmbientLightSensor FP test needs title Fixes "Untitled": ![](https://i.gyazo.com/45696b004ae3709d5c8334e1ada6a357.png) 09 January 2018, 15:57:40 UTC
34b8d05 Implement relList attribute for HTMLAnchorElement Adding relList attribute to anchor element. https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element Intent to Implement and Ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/lgA_loKD_XU Bug: 394770 Change-Id: I7725dfb6efe3a6db6bda1eb0b92a27894d54af5d Reviewed-on: https://chromium-review.googlesource.com/848694 Commit-Queue: Bhagirathi Satpathy <bhagirathi.s@samsung.com> Reviewed-by: Yoav Weiss <yoav@yoav.ws> Cr-Commit-Position: refs/heads/master@{#527951} 09 January 2018, 10:35:37 UTC
f20260a Add one more test and use async/await 09 January 2018, 07:41:53 UTC
e47f2db Generic Sensor: import tests from Chromium Layout test suite - Import tests about losing focus and frequency hint - Did some optimization to suit WPT 09 January 2018, 07:35:53 UTC
3a16693 Replace DOMString type with USVStrin for URL properties in Document.idl Latest spec has used USVString instead of DOMString for url argument. - spec: https://dom.spec.whatwg.org/#interface-document Bug: 790860 Change-Id: Ia8744c4dc97047afe11a5d328673412bdfcefeb7 Reviewed-on: https://chromium-review.googlesource.com/853535 Reviewed-by: Hayato Ito <hayato@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung.kim@lge.com> Cr-Commit-Position: refs/heads/master@{#527870} 09 January 2018, 02:38:29 UTC
3be4dc3 Add first-letter test for combining characters (#8939) In the process of creating https://chromium-review.googlesource.com/c/chromium/src/+/847293, I noticed that there was no first-letter test for combining characters with punctuation and letters. This change adds in such a test. 09 January 2018, 00:02:38 UTC
5bf5dd0 [LayoutNG] Calculate space shortage differently, avoid saturated arithmetic. This matters if the fragmentainer block size is close to infinity, when block offset + child fragment block size becomes >= LayoutUnit::Max(). Of course, there isn't much we can do with shortage if fragmentainer block size is already at LayoutUnit::Max(), but this change will prevent a DCHECK failure that would otherwise occur in incorrectly got reported as 0. NGFragmentBuilder: :PropagateSpaceShortage(), because shortage Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ic2caedf0b57972bc2e682a4c6ba2e8c55f9542c3 Reviewed-on: https://chromium-review.googlesource.com/852832 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#527804} 08 January 2018, 23:33:38 UTC
0258308 Merge pull request #8898 from youennf/wpt-export-for-webkit-181286 WebKit export of https://bugs.webkit.org/show_bug.cgi?id=181286 08 January 2018, 21:57:40 UTC
cdd1eda bluetooth: Migrate getCharacteristics tests This tests migrates the service/getCharacteristics tests to wpt/. BUG=509038 Change-Id: Ie5bb49d36b690d8f0d2b8131613baebb3823bdfd Reviewed-on: https://chromium-review.googlesource.com/843050 Reviewed-by: Vincent Scheib <scheib@chromium.org> Reviewed-by: Conley Owens <cco3@chromium.org> Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#527752} 08 January 2018, 21:18:13 UTC
2610869 [LayoutNG] Detect forced breaks even when out of space. Forced breaks need to be reported even if we're out of space, so check for forced breaks before we check whether we're out of space. Currently, being recognized as forced or not only makes a difference for column balancing, but it will also make a difference for margins at fragmentainer breaks, once we have implemented that correctly. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I7db3820124b25e91b3997e43fae17e7718047f80 Reviewed-on: https://chromium-review.googlesource.com/853509 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#527686} 08 January 2018, 19:16:22 UTC
355e346 [deviceMemory] Implement navigator.deviceMemory for workers The original spec specified that this would also work for workers, this CL add the deviceMemory functionality to the workers by moving the deviceMemory getter it its own IDL. In this CL, the tests are also upstreamed. Bug: chromium:758302,chromium:741921 Change-Id: I9852d08e5a96172bcacf62a353b81a48e902fa95 Reviewed-on: https://chromium-review.googlesource.com/849512 Reviewed-by: Yoav Weiss <yoav@yoav.ws> Reviewed-by: Quinten Yearsley <qyearsley@chromium.org> Reviewed-by: Shubhie Panicker <panicker@chromium.org> Commit-Queue: Fadi Meawad <fmeawad@chromium.org> Cr-Commit-Position: refs/heads/master@{#527681} 08 January 2018, 19:07:33 UTC
01d6846 Add pointerevent fractional coordinates wpt this test contains a manual test and its automation. In the test, use a scaled iframe to make pointer event client coordinates get scale. The test need to click on three black squares, and will verify if any coordinate in the pointerevent has fraction. Test pointer type: mouse, touch and pen Test event type: pointerdown, pointerup, pointermove, pointerover, pointerenter, pointerout, pointerleave. Bug: 773813 Change-Id: I30b799081e85218a4df40bc224c364752554ef53 Reviewed-on: https://chromium-review.googlesource.com/833073 Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#527645} 08 January 2018, 17:02:33 UTC
ccd3580 DOM: unclosed attribute value selector in querySelectorAll() Closes https://github.com/whatwg/dom/issues/549. 08 January 2018, 16:05:11 UTC
31d34f8 Sync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/ed0571d18d1f713a445b7982e85f456d0d265417 . 08 January 2018, 15:54:10 UTC
back to top