b2faa06cd912b3d9fdeae3e0ce1d4f03d8f88124: Bug 1620964 [wpt PR 22139] - Fix manifest writing in python3, a=testonly
Sergio <svillar@igalia.com> - Sat, 14 Mar 2020 11:29:57 +0000 - rev 518858
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1620964 [wpt PR 22139] - Fix manifest writing in python3, a=testonly
Automatic update from web-platform-tests
Fix manifest writing in python3 (#22139)
Store more properties as text and convert to str for output.
--
wpt-commits: d4cdf4021ab48c66b052fb62d91da1a06c8cbcf7
wpt-pr: 22139
3eb5aa166665294edba623b9ec502587b04f3763: Bug 1622072 [wpt PR 22226] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Fri, 13 Mar 2020 19:59:26 +0000 - rev 518857
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1622072 [wpt PR 22226] - Update wpt metadata, a=testonly
wpt-pr: 22226
wpt-type: metadata
88b6c5710ce466879d3991f983b9d5397d60a222: Bug 1622072 [wpt PR 22226] - correct default expectation for existing mrow test, a=testonly
Brian Kardell <bkardell@gmail.com> - Sat, 14 Mar 2020 11:29:49 +0000 - rev 518856
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1622072 [wpt PR 22226] - correct default expectation for existing mrow test, a=testonly
Automatic update from web-platform-tests
correct default expectation for existing mrow test (#22226)
* Update tabindex-001.html
Attempting to match defaults defined in https://github.com/whatwg/html/pull/5248
definitely needs scrutiny..
* Update tabindex-001.html
The default `.tabIndex` of an mrow should be 0 regardless of when it has an href or not, as a linkable element and matching historical (oddity) of other linkable things in HTML/SVG
--
wpt-commits: 6b2fee71a825487369f34f82e7daa732920d186e
wpt-pr: 22226
1109fcdb0f36a03cfe6d1b650f6bc244f9493dc0: Bug 1622229 [wpt PR 22236] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Fri, 13 Mar 2020 20:02:28 +0000 - rev 518855
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1622229 [wpt PR 22236] - Update wpt metadata, a=testonly
wpt-pr: 22236
wpt-type: metadata
65eedd9b56ee16dc1b0f23ad5835cb7805dd2d94: Bug 1622229 [wpt PR 22236] - Correctly test document.all quirks, a=testonly
Aryeh Gregor <ayg@aryeh.name> - Sat, 14 Mar 2020 11:29:41 +0000 - rev 518854
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1622229 [wpt PR 22236] - Correctly test document.all quirks, a=testonly
Automatic update from web-platform-tests
Correctly test document.all quirks
For legacy compatibility, this property is specified with some willful
violations of JS: <https://html.spec.whatwg.org/#dom-document-all>.
Prior to this commit, idlharness wasn't accounting for these, so
html/dom/interfaces.html was wrong for document.all/HTMLAllCollection
tests.
It's a bit ugly to include this directly in idlharness.js and
testharness.js, but it's the cleanest solution I can think of.
Fixes #4207.
--
wpt-commits: 687b92d025e32df7f5217bc06b0e510a39953ef9
wpt-pr: 22236
42881b0536f855b7d1c08017dbbc37f120502315: Bug 1622138 [wpt PR 22230] - Make computedStyleMap return the computed value for lineHeight, a=testonly
George Steel <gtsteel@google.com> - Sat, 14 Mar 2020 11:29:36 +0000 - rev 518853
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1622138 [wpt PR 22230] - Make computedStyleMap return the computed value for lineHeight, a=testonly
Automatic update from web-platform-tests
Make computedStyleMap return the computed value for lineHeight
It previously returned the resolved value as produced by
ValueForLineHeight (this property is unique in that the computed and
resolved values differ even without a layout object).
Introduce another serializer ComputedValueForLineHeight which produces
the actual computed value.
Change-Id: Ic27d9a4fe7c67cbbb577ec4e4efed14a88a846c9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101858
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: George Steel <gtsteel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#750170}
--
wpt-commits: 550ffc84d3c79e80ea4b8b90a2489a0b8426aa1b
wpt-pr: 22230
e633baee860b092ffb258770fba74e89bd68e9ae: Bug 1622146 [wpt PR 22231] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Fri, 13 Mar 2020 15:17:53 +0000 - rev 518852
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1622146 [wpt PR 22231] - Update wpt metadata, a=testonly
wpt-pr: 22231
wpt-type: metadata
8cc014388f091df3c67eb93d3cb2667dfd274f9f: Bug 1622146 [wpt PR 22231] - Origin policy: rearrange a couple tests, a=testonly
Domenic Denicola <domenic@chromium.org> - Sat, 14 Mar 2020 11:29:28 +0000 - rev 518851
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1622146 [wpt PR 22231] - Origin policy: rearrange a couple tests, a=testonly
Automatic update from web-platform-tests
Origin policy: rearrange a couple tests
Although these tests use content security policy to test that the policy is not applied, they're really about testing what happens when the server does something wrong. Since we'll be adding more tests of that sort for https://crbug.com/1051170 and https://crbug.com/1042036, it makes sense to have a top-level directory for them.
This also extends the test to use the new expectedIds test runner feature as an extra check that no policy was applied.
Bug: 751996
Change-Id: I5a91eb7f97ed81b65b94fd67b44586e7c8f70e52
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101351
Reviewed-by: James MacLean <wjmaclean@chromium.org>
Commit-Queue: Domenic Denicola <domenic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#750163}
--
wpt-commits: c7e667518c4c835a79124be8a8511a6b6121b01f
wpt-pr: 22231
1b70759d18fe97229e31ca657cbd198225a38533: Bug 1622018 [wpt PR 22219] - Test Access-Control-Allow-Credentials header and xhr, a=testonly
Rob Buis <rbuis@igalia.com> - Sat, 14 Mar 2020 11:29:21 +0000 - rev 518850
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1622018 [wpt PR 22219] - Test Access-Control-Allow-Credentials header and xhr, a=testonly
Automatic update from web-platform-tests
Test Access-Control-Allow-Credentials header and xhr (#22219)
Test based on fetch/api/cors/cors-expose-star.sub.any.js.
--
wpt-commits: be8ae0e79486c890fe060055c4b7240184b06182
wpt-pr: 22219
66de3172be9b8cee6e27fa8f4c47085d6925c630: Bug 1622011 [wpt PR 22218] - [Trusted Types] Fix script handling for XML Documents., a=testonly
Daniel Vogelheim <vogelheim@chromium.org> - Sat, 14 Mar 2020 11:29:16 +0000 - rev 518849
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1622011 [wpt PR 22218] - [Trusted Types] Fix script handling for XML Documents., a=testonly
Automatic update from web-platform-tests
[Trusted Types] Fix script handling for XML Documents.
XMLDocumentParser::UpdateLeafTextNode calls CharacterData::appendData (rather
than CharacterData::ParserAppendData), which means this change is incorrectly
attributed to a user script. Additionally, CharacterData::DidModifyData now
passes UpdateSource correctly to the ChildrenChange event.
Bug: 1060949
Change-Id: Ida8c93bc68f66da45221a8490b84b669898b084f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100928
Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#750113}
--
wpt-commits: db71bad14a2d147e4557ec3a8694e3b9ce43fa53
wpt-pr: 22218
f9d2a1f7125bd8f6b16a4e83d5aa14d504813284: Bug 1622174 [wpt PR 22233] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Fri, 13 Mar 2020 10:47:52 +0000 - rev 518848
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1622174 [wpt PR 22233] - Update wpt metadata, a=testonly
wpt-pr: 22233
wpt-type: metadata
983fded10d593b792e433f95b6c778e742608daa: Bug 1622174 [wpt PR 22233] - MathML: Add a test for italic correction when largeop uses a glyph as…, a=testonly
Frédéric Wang <fwang@igalia.com> - Sat, 14 Mar 2020 11:29:09 +0000 - rev 518847
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1622174 [wpt PR 22233] - MathML: Add a test for italic correction when largeop uses a glyph as…, a=testonly
Automatic update from web-platform-tests
MathML: Add a test for italic correction when largeop uses a glyph assembly (#22233)
Currently there is a test for italic correction taken from
MathItalicsCorrectionInfo (when using MathGlyphVariantRecord.variantGlyph)
but italic correction taken from GlyphAssembly.italicsCorrection (when
using GlyphAssembly).
Spec issue: https://github.com/mathml-refresh/mathml/issues/197
--
wpt-commits: 85b98f08529f3598df863e0253666fb4db6aa31f
wpt-pr: 22233
e85e41f692f34655ac8eb51ce5ad6e35374aacab: Bug 1621878 [wpt PR 22210] - [Import Maps] Remove jest-test-helper.js from lint.whitelist, a=testonly
Hiroshige Hayashizaki <hiroshige@chromium.org> - Sat, 14 Mar 2020 11:29:04 +0000 - rev 518846
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1621878 [wpt PR 22210] - [Import Maps] Remove jest-test-helper.js from lint.whitelist, a=testonly
Automatic update from web-platform-tests
[Import Maps] Remove jest-test-helper.js from lint.whitelist
Follow-up of
https://chromium-review.googlesource.com/c/chromium/src/+/2094383/
that removes jest-test-helper.js.
Bug: 848607
Change-Id: I5bfd5329046c796b7e47c822340a3235f6e29eed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100247
Reviewed-by: Domenic Denicola <domenic@chromium.org>
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Cr-Commit-Position: refs/heads/master@{#750075}
--
wpt-commits: eea4d73bfb8a2094839faad178b528107e455785
wpt-pr: 22210
c3cbc7e54ed417161a92817330b940e266fc4aaf: Bug 1621425 [wpt PR 22167] - Update a tentative fullscreen test following UAv2 spec change., a=testonly
Mustaq Ahmed <mustaq@google.com> - Sat, 14 Mar 2020 11:28:59 +0000 - rev 518845
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1621425 [wpt PR 22167] - Update a tentative fullscreen test following UAv2 spec change., a=testonly
Automatic update from web-platform-tests
Update a tentative fullscreen test following UAv2 spec change.
The HTML spec was changed here:
https://github.com/whatwg/html/commit/8f8c1f50158736b3cf16188377a0974a20367c8b
Change-Id: I316217072fccffb4419c3eef477f641fc3aafa75
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097120
Commit-Queue: Mustaq Ahmed <mustaq@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749940}
--
wpt-commits: 274c2f51712475b8a977fac73383c75bc9438e5c
wpt-pr: 22167
c70afeda1b03d7c4642afb4fbdbb717426ff753b: Bug 1622101 [wpt PR 22227] - Restore 'timeout: long' for measure memory tests in WPT, a=testonly
Ulan Degenbaev <ulan@chromium.org> - Sat, 14 Mar 2020 11:28:49 +0000 - rev 518844
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1622101 [wpt PR 22227] - Restore 'timeout: long' for measure memory tests in WPT, a=testonly
Automatic update from web-platform-tests
Restore 'timeout: long' for measure memory tests in WPT
The annotation is required because the tests run close to 10s timeout
in upstream.
Bug: 1049093
Change-Id: Ie84bbb389e444c399c13cd9f5983ac1517ed3cee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101010
Auto-Submit: Ulan Degenbaev <ulan@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Commit-Queue: Robert Ma <robertma@chromium.org>
Reviewed-by: Robert Ma <robertma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749902}
--
wpt-commits: 17511ee9281cdd3d7034e60506d1ea7a47b07946
wpt-pr: 22227
849a61e2a088e37fb5b84e8f641bfca5389ab02e: Bug 1621393 [wpt PR 22163] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Thu, 12 Mar 2020 23:34:37 +0000 - rev 518843
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1621393 [wpt PR 22163] - Update wpt metadata, a=testonly
wpt-pr: 22163
wpt-type: metadata
f6aa28232ba79de5cf47bb1f4803f58b0c79a002: Bug 1621393 [wpt PR 22163] - Add support for path absolute url to reporting endpoint, a=testonly
Rodney Ding <rodneyding@google.com> - Sat, 14 Mar 2020 11:28:41 +0000 - rev 518842
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1621393 [wpt PR 22163] - Add support for path absolute url to reporting endpoint, a=testonly
Automatic update from web-platform-tests
Add support for path absolute url to reporting endpoint
Add wpt tests to cover reports sent out-of-band to
path-absolute-url endpoints.
Copying some report infra code from wpt/content-security-policy
Github discussions here https://github.com/w3c/reporting/issues/147
Bug: 1060306
Change-Id: I293cb686fd60edd15b28b7ccf7a5a9904b7ea588
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096846
Commit-Queue: Rodney Ding <rodneyding@google.com>
Reviewed-by: Lily Chen <chlily@chromium.org>
Reviewed-by: Ian Clelland <iclelland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749897}
--
wpt-commits: 122127794de6f4f2fa635b48f34c59e8c23b30a1
wpt-pr: 22163
1d669ca911c7f09b386ede254594b7b9bf9e3447: Bug 1621734 [wpt PR 22196] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Thu, 12 Mar 2020 22:38:47 +0000 - rev 518841
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1621734 [wpt PR 22196] - Update wpt metadata, a=testonly
wpt-pr: 22196
wpt-type: metadata
b125b93d3bb2927328ca06551dd7d2dec038113e: Bug 1621734 [wpt PR 22196] - Reveal only the initial frame URL in performance.measureMemory, a=testonly
Ulan Degenbaev <ulan@chromium.org> - Sat, 14 Mar 2020 11:28:33 +0000 - rev 518840
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1621734 [wpt PR 22196] - Reveal only the initial frame URL in performance.measureMemory, a=testonly
Automatic update from web-platform-tests
Reveal only the initial frame URL in performance.measureMemory
This changes the reporting in performance.measureMemory to reveal only
the URL at the frame creation time for cross-origin iframes and
thus prevents URL information leak if the iframe navigates after loading.
This is done by saving the first cross-origin URL loaded in LocalFrame
in LocalFrame::DidAttachDocument and using that URL for reporting.
The patch also adds a new test for redirecting iframe and fixes
the existing tests to wait until child iframes are loaded.
Bug: 1049093
Change-Id: I0162efb82061f036450586dea0b191cacdce23f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098722
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749663}
--
wpt-commits: 9e8ef92c126116b4fb73361bbe60d7e1dad9a52e
wpt-pr: 22196
5508fdda7dd9399556c7f503b25e34d9bdc121fc: Bug 1621802 [wpt PR 22200] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Thu, 12 Mar 2020 22:25:24 +0000 - rev 518839
Push
37217 by ccoroiu@mozilla.com at Sun, 15 Mar 2020 21:37:59 +0000
Bug 1621802 [wpt PR 22200] - Update wpt metadata, a=testonly
wpt-pr: 22200
wpt-type: metadata