Commit Graph

25578 Commits

Author SHA1 Message Date
Luke Bjerring
d5c65abe96 Bug 1477445 [wpt PR 12112] - Simplify the webaudio IDL test, a=testonly
Automatic update from web-platform-testsSimplify webaudio IDL test (#12112)

--

wpt-commits: bd310f4314e5bf809239da2f5ae82787cdd93697
wpt-pr: 12112
2018-07-29 18:56:29 +01:00
Luke Bjerring
292d540929 Bug 1477440 [wpt PR 12111] - Simplify web-share IDL test, a=testonly
Automatic update from web-platform-testsSimplify web-share IDL test (#12111)

--

wpt-commits: 60ecf63de67f6f2d1154c5f77a5507850bb9e717
wpt-pr: 12111
2018-07-29 18:56:25 +01:00
Michael[tm] Smith
dee41b2022 Bug 1477491 [wpt PR 12121] - cc Update messages.json, a=testonly
Automatic update from web-platform-testscc Update messages.json

--

wpt-commits: 20f298166ae152660df1f3ac17b3239f93dcb113
wpt-pr: 12121
2018-07-29 18:56:21 +01:00
Luke Bjerring
24dddadb29 Bug 1471390 [wpt PR 11675] - Fix presentation-api IDL test in non-chrome browsers, a=testonly
Automatic update from web-platform-testsFix presentation-api IDL test in non-chrome browsers (#11675)

--

wpt-commits: e08ff5766090a7c4b6373d33b55a0efe8ad576d7
wpt-pr: 11675
2018-07-29 18:56:18 +01:00
Luke Bjerring
6834694c6f Bug 1474790 [wpt PR 11900] - Udpate the touch-events IDL file + test, a=testonly
Automatic update from web-platform-testsUdpate the touch-events IDL file + test (#11900)

--

wpt-commits: a8753a214b8cd73e0d80252967de099dfd799b15
wpt-pr: 11900
2018-07-29 18:56:14 +01:00
Luke Bjerring
9a0e4712c0 Bug 1474802 [wpt PR 11903] - Update the selection-api IDL file, a=testonly
Automatic update from web-platform-testsUpdate the selection-api IDL file + test (#11903)

--

wpt-commits: 13a85a4d1988b9b7b5998ae6b09cad60f2b63b21
wpt-pr: 11903
2018-07-29 18:56:11 +01:00
Luke Bjerring
9fd0f25074 Bug 1474855 [wpt PR 11909] - Update the resource-timing IDL + test, a=testonly
Automatic update from web-platform-testsUpdate the resource-timing IDL + test (#11909)

--

wpt-commits: 53dbcecf1e4b5ff40f1d0ee67037e32a4249f9ce
wpt-pr: 11909
2018-07-29 18:56:06 +01:00
Vladimir Levin
4c82cf6218 Bug 1476483 [wpt PR 12044] - ImageLoading: Don't reschedule a microtask on attach if one is pending., a=testonly
Automatic update from web-platform-testsImageLoading: Don't reschedule a microtask on attach if one is pending.

This patch ensures that we don't reschedule an image loading microtask
if there is one pending already. This is important to ensure that image
decode microtasks see the image data (ie the image loading microtask
runs first) if there are no other changes only insertion into a
document.

The existing tests that were added for this still pass (from crrev.com/cdd156337ada7)
  http/tests/misc/image-blocked-src-change.html
  http/tests/misc/image-blocked-src-no-change.html
  http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg.svg
  http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded.html

The new test fails without the change and passes with.

R=chrishtr@chromium.org

Bug: 864306
Change-Id: I1d3d2ed4c12b53fab931e55a85c4f5cd18fe1cc4
Reviewed-on: https://chromium-review.googlesource.com/1141121
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Commit-Queue: vmpstr <vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577006}

--

wpt-commits: 6aabe74f9e6a4b9471f112e15b56b9e1a39004e5
wpt-pr: 12044
2018-07-29 18:56:03 +01:00
Geoffrey Sneddon
25917c5ff9 Bug 1477459 [wpt PR 8822] - Add tests for where list-style-position: inside is odd today, a=testonly
Automatic update from web-platform-testsAdd tests for where list-style-position: inside is odd today (#8822)

--

wpt-commits: 8090a0a0032ee4f2c08dc90f6b7838eab1f6dfe2
wpt-pr: 8822
2018-07-29 18:56:00 +01:00
Luke Bjerring
c616129cda Bug 1477455 [wpt PR 12115] - Clean up picture-in-picture tests, a=testonly
Automatic update from web-platform-testsClean up picture-in-picture tests (#12115)

--

wpt-commits: 887ea84fdfe8ccf82311416963296104151e3914
wpt-pr: 12115
2018-07-29 18:55:56 +01:00
Luke Bjerring
c7c74aefc5 Bug 1477451 [wpt PR 12113] - Simplify the webstorage IDL test, a=testonly
Automatic update from web-platform-testsSimplify the webstorage IDL test (#12113)

--

wpt-commits: 21d0b1d7cce836cbc7067cc92be6e3e9526b2631
wpt-pr: 12113
2018-07-29 18:55:53 +01:00
Tom McKee
64494e3bd3 Bug 1477146 [wpt PR 12081] - Fixing Server-Timing header parsing tests, a=testonly
Automatic update from web-platform-testsFixing Server-Timing header parsing tests

The Server-Timing response header is allowed to have a comma-separated
list of timing metrics. We have test code that checks that the right
number of components get parsed. When there are more components than
expected, though, the test code ends up trying to lookup a field from an
undefined value. This caused the test runner to bail out and skip
subsequent tests.

This patch changes the test code to check for an undefined value and
skip ahead as needed.

Change-Id: I2304424978e3d4634c3508b1fefbba809374950e
Reviewed-on: https://chromium-review.googlesource.com/1144200
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Commit-Queue: Tom McKee <tommckee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576911}

--

wpt-commits: 36dd72261c766fe6e32d2db9b2b53d37918a945c
wpt-pr: 12081
2018-07-29 18:55:49 +01:00
Luke Bjerring
d8bc5ca11d Bug 1475164 [wpt PR 11937] - Update the background-fetch IDL file + test, a=testonly
Automatic update from web-platform-testsUpdate the background-fetch IDL file + test (#11937)

--

wpt-commits: d5d2026ac024594c0ad1c356a07bb8a05b039f92
wpt-pr: 11937
2018-07-29 18:55:45 +01:00
moz-wptsync-bot
a91122bd89 Bug 1475777 [wpt PR 11981] - Update wpt metadata, a=testonly
wpt-pr: 11981
wpt-type: metadata
2018-07-29 18:55:41 +01:00
Luke Bjerring
bc7d8f9de3 Bug 1475777 [wpt PR 11981] - Update the css-counter-styles IDL file, a=testonly
Automatic update from web-platform-testsAdd the css-counter-styles IDL file + test (#11981)

--

wpt-commits: b8a4fffad311305a9219ec7ae983f526ca978f78
wpt-pr: 11981
2018-07-29 18:55:38 +01:00
Eric Willigers
79ee9866ea Bug 1477215 [wpt PR 12088] - CSS: scroll properties do not accept unitless lengths, a=testonly
Automatic update from web-platform-testsCSS: scroll properties do not accept unitless lengths

The following properties no longer accept unitless lengths in quirks mode:
scroll-margin-block-end
scroll-margin-block-start
scroll-margin-bottom
scroll-margin-inline-end
scroll-margin-inline-start
scroll-margin-left
scroll-margin-right
scroll-margin-top
scroll-padding-block-end
scroll-padding-block-start
scroll-padding-bottom
scroll-padding-inline-end
scroll-padding-inline-start
scroll-padding-left
scroll-padding-right
scroll-padding-top

The only properties that should accept unitless lengths in quirks mode
are listed in
https://quirks.spec.whatwg.org/#the-unitless-length-quirk

BUG=865889

Change-Id: Id700932eda312dc0292b2c4a25ddbb57f2f99aa9
Reviewed-on: https://chromium-review.googlesource.com/1144991
Commit-Queue: Emil A Eklund <eae@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576880}

--

wpt-commits: 668862980b36800c64ff927f79193f96efe9b086
wpt-pr: 12088
2018-07-29 18:55:35 +01:00
Luke Bjerring
267828fd55 Bug 1477418 [wpt PR 12107] - Simplify the proximity IDL test, a=testonly
Automatic update from web-platform-testsSimplify the proximity IDL test (#12107)

--

wpt-commits: f349306d1227ed23348f93ad780646f8cfa20e04
wpt-pr: 12107
2018-07-29 18:55:31 +01:00
Anna Offenwanger
c0a8e3243f Bug 1472368 [wpt PR 11737] - First Web Platform test using the WebXR Test API., a=testonly
Automatic update from web-platform-testsFirst Web Platform test using the WebXR Test API.

https://github.com/immersive-web/webxr-test-api

Change-Id: Ic741d23bf0607726d9a938f08f7964a5f9c957d9
Reviewed-on: https://chromium-review.googlesource.com/1070778
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: David Dorwin <ddorwin@chromium.org>
Reviewed-by: Brandon Jones <bajones@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Commit-Queue: Anna Offenwanger <offenwanger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576869}

--

wpt-commits: db532d16883ceb1909285b263948ffffc968f1fd
wpt-pr: 11737
2018-07-29 18:55:27 +01:00
Luke Bjerring
82f6466bec Bug 1477410 [wpt PR 12106] - Simplify the orientation-sensor IDL test, a=testonly
Automatic update from web-platform-testsSimplify the orientation-sensor IDL test (#12106)

--

wpt-commits: 9d8a0d0446fae393623d6ec32019fc60d94655c4
wpt-pr: 12106
2018-07-29 18:55:24 +01:00
Luke Bjerring
69ad07503b Bug 1477240 [wpt PR 12091] - Clean up the battery-status IDL test, a=testonly
Automatic update from web-platform-testsClean up the battery-status IDL test (#12091)

--

wpt-commits: 5fd123f7c4427320d01d5de0196043bb9dd9295d
wpt-pr: 12091
2018-07-29 18:55:19 +01:00
Luke Bjerring
87becaf286 Bug 1474767 [wpt PR 11896] - Update the webaudio IDL file, a=testonly
Automatic update from web-platform-testsUpdate the webaudio IDL file (#11896)

--

wpt-commits: 3530fea9124260f8fe99582365c15d6b7810605a
wpt-pr: 11896
2018-07-29 18:55:15 +01:00
Luke Bjerring
de0b6bb0f2 Bug 1477388 [wpt PR 12031] - Updated pointerevents-extension IDL file, a=testonly
Automatic update from web-platform-testsUpdate pointerevents-extension IDL file (#12031)

--

wpt-commits: 4b20acd8e8d537088db93212424d32859794b6d7
wpt-pr: 12031
2018-07-29 18:55:12 +01:00
Luke Bjerring
18744fe171 Bug 1475379 [wpt PR 11950] - Update the netinfo IDL file, a=testonly
Automatic update from web-platform-testsUpdate the netinfo IDL file (#11950)

--

wpt-commits: 01417027bee7aa14de94cf7a63fbe82c706c29ad
wpt-pr: 11950
2018-07-29 18:55:08 +01:00
Luke Bjerring
29aab7d45c Bug 1474854 [wpt PR 11908] - Update user-timing IDL + test, a=testonly
Automatic update from web-platform-testsUpdate user-timing IDL + test (#11908)

--

wpt-commits: 072ed09628fd75a7daaee2d6722748ff5633ddf8
wpt-pr: 11908
2018-07-29 18:55:04 +01:00
Luke Bjerring
2c1605b8f7 Bug 1475792 [wpt PR 11985] - Update the css-font-loading IDL file, a=testonly
Automatic update from web-platform-testsClean up the css-font-loading IDL test (#11985)

--

wpt-commits: bf6f17c25d454b68a85f048fdecfe9f6eca3febb
wpt-pr: 11985
2018-07-29 18:55:01 +01:00
Luke Bjerring
9cd7335e5e Bug 1476157 [wpt PR 12009] - Update the picture-in-picture IDL file, a=testonly
Automatic update from web-platform-testsUpdate the picture-in-picture IDL file (#12009)

--

wpt-commits: 295593022ee2caef552fb02d1e49c3c3d28c0b23
wpt-pr: 12009
2018-07-29 18:54:58 +01:00
Luke Bjerring
0ae96ce13f Bug 1477394 [wpt PR 12034] - Update the requestidlecallback IDL file, a=testonly
Automatic update from web-platform-testsUpdate the requestidlecallback IDL file (#12034)

--

wpt-commits: 28aa13a20c740e79e4f2c122a4dc8eed80bf5660
wpt-pr: 12034
2018-07-29 18:54:54 +01:00
Luke Bjerring
bd5fd28cc7 Bug 1476377 [wpt PR 12035] - Update the geolocation-API IDL file, a=testonly
Automatic update from web-platform-testsUpdate the geolocation-API IDL file (#12035)

--

wpt-commits: 31a360373c89969ba4539ba78725c4f1df618b83
wpt-pr: 12035
2018-07-29 18:54:51 +01:00
Luke Bjerring
ae2dc52efa Bug 1477135 [wpt PR 12078] - Updated payment-request IDL file, a=testonly
Automatic update from web-platform-testsUpdated payment-request IDL file (#12078)

--

wpt-commits: 861741d77b23ccc408cd7f519c3ed6b5a68756c3
wpt-pr: 12078
2018-07-29 18:54:47 +01:00
Luke Bjerring
b7f74efe02 Bug 1477363 [wpt PR 12105] - Simplify the mediasession IDL test, a=testonly
Automatic update from web-platform-testsSimplify the mediasession IDL test (#12105)

--

wpt-commits: 60cfb547827cd6953dd7e5641b79ceb27895c5fd
wpt-pr: 12105
2018-07-29 18:54:44 +01:00
Luke Bjerring
c10d097b31 Bug 1477262 [wpt PR 12093] - Simplify the ambient-light IDL test, a=testonly
Automatic update from web-platform-testsSimplify the ambient-light IDL test (#12093)

--

wpt-commits: 149b01dd3c58baa247d137de6217c68b535b062a
wpt-pr: 12093
2018-07-29 18:54:40 +01:00
Luke Bjerring
c4bbb0da4f Bug 1477360 [wpt PR 12104] - Simplify the image-capture IDL test, a=testonly
Automatic update from web-platform-testsSimplify the image-capture IDL test (#12104)

--

wpt-commits: 9ce296bbd84a2b11c4d98b2bcbedc4dd4fbbc5bb
wpt-pr: 12104
2018-07-29 18:54:35 +01:00
Luke Bjerring
0085bfc6fb Bug 1477279 [wpt PR 12096] - Simplify the encoding IDL test, a=testonly
Automatic update from web-platform-testsClean up the encoding IDL test (#12096)

--

wpt-commits: abbcf7dc4c62390f6c5dac5347385ef93dae978e
wpt-pr: 12096
2018-07-29 18:54:31 +01:00
Luke Bjerring
964d3410f1 Bug 1477302 [wpt PR 12098] - Simplify the gamepad IDL tests, a=testonly
Automatic update from web-platform-testsSimplify the gamepad IDL tests (#12098)

--

wpt-commits: d6ffdd39a342b4a159d5c39db6c40e092cb7b501
wpt-pr: 12098
2018-07-29 18:54:27 +01:00
Luke Bjerring
1063d3e9b3 Bug 1477307 [wpt PR 12099] - Simplify geolocation-sensor IDL test, a=testonly
Automatic update from web-platform-testsSimplify geolocation-sensor IDL test (#12099)

--

wpt-commits: 3602ebe8824019642ab0f8d72ba805b00df65560
wpt-pr: 12099
2018-07-29 18:54:23 +01:00
Luke Bjerring
5070b8fdf8 Bug 1477315 [wpt PR 12100] - Simplify the gyroscope IDL test, a=testonly
Automatic update from web-platform-testsSimplify the gyroscope IDL test (#12100)

--

wpt-commits: 4250b2681ad721494918ce99ea5d5d7119edb79e
wpt-pr: 12100
2018-07-29 18:54:19 +01:00
Luke Bjerring
c96f3e866c Bug 1477325 [wpt PR 12101] - Simplify the keyboard-lock IDL test, a=testonly
Automatic update from web-platform-testsSimplify the keyboard-lock IDL test (#12101)

--

wpt-commits: 5c643d6b40e8282aa196eebb7efa5c3a413ec8be
wpt-pr: 12101
2018-07-29 18:54:13 +01:00
Raymond Toy
eab9b3f0d6 Bug 1477131 [wpt PR 12076] - Fix typo in panner-distance-clampling.html test, a=testonly
Automatic update from web-platform-testsFix typo in panner-distance-clampling.html test

The should.throw() method now expects an actual error object instead
of a string and I think someone just forgot to change the
'RangeError' strings in this test to be just the RangeError object.

Bug: 865371
Test: test passes again
Change-Id: I07cc057ff4f608a01ed3f35a0268b6e267078d13
Reviewed-on: https://chromium-review.googlesource.com/1144128
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576856}

--

wpt-commits: 0a5194d5b94f64d36cf0fd399b650fc53f1d7bd0
wpt-pr: 12076
2018-07-29 18:54:07 +01:00
Luke Bjerring
0e328704d5 Bug 1477326 [wpt PR 12102] - Simplify the keyboard-map IDL test, a=testonly
Automatic update from web-platform-testsSimplify the keyboard-map IDL test (#12102)

--

wpt-commits: 24e8ae1a5621ad4dc6821ed9143927686ba5db40
wpt-pr: 12102
2018-07-29 18:54:02 +01:00
Luke Bjerring
6ccda861c3 Bug 1477336 [wpt PR 12103] - Simplify the magnetometer IDL test, a=testonly
Automatic update from web-platform-testsSimplify the magnetometer IDL test (#12103)

--

wpt-commits: 66cd026a6d24acd9780b14b25a21563bdd4dbb71
wpt-pr: 12103
2018-07-29 18:53:57 +01:00
Henrik Boström
962c125662 Bug 1477043 [wpt PR 12069] - Implement & ship: RTCPeerConnection.addTransceiver(), a=testonly
Automatic update from web-platform-testsImplement & ship: RTCPeerConnection.addTransceiver()

Intent: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/yC_UowCRnaY
Spec: https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-addtransceiver

This method is only supported if sdpSemantics:'unified-plan' is used,
for more information see intent to ship which explains the background.

In "Unified Plan", this creates a transceiver. Otherwise, this throws an
kInvalidStateError.

external/wpt/webrtc/ runs in default "Plan B" mode,
virtual/webrtc-wpt-unified-plan/external/wpt/webrtc/ runs in "Unified
Plan" mode. -expected.txt files are updated accordingly. If there is
no -expected.txt file in "virtual" then it uses the same
-expected.txt as the non-"virtual" if there is one; PASS-only files
are needed in "virtual" if the non-"virtual" one contained any FAIL
(as opposed to ommiting the -expected.txt file because everything
passed).

Most WPT uses addTransceiver(), so adding it made *A LOT* of tests that
weren't running before either pass or run further and fail differently,
hence the vast amount of -expected.txt files being changed.

Bug: 777617
Change-Id: Icb37e4f0934592f0e334a8f07f1dc1f55e2ca8f2
Reviewed-on: https://chromium-review.googlesource.com/1143478
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: Guido Urdaneta <guidou@chromium.org>
Reviewed-by: Florent Castelli <orphis@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576854}

--

wpt-commits: 64689609bd77dfdfad8aa69a9477509e42c8613f
wpt-pr: 12069
2018-07-29 18:53:51 +01:00
moz-wptsync-bot
c10d0d4aa9 Bug 1471130 [wpt PR 11667] - Update wpt metadata, a=testonly
wpt-pr: 11667
wpt-type: metadata
2018-07-29 18:53:47 +01:00
Florian Rivoal
2f74d3c8b2 Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly
Automatic update from web-platform-testsMerge pull request #11667 from mrego/css-contain-common-references

[css-contain] Use generic references for tests
--

wpt-commits: c005f70ec1e4716d1163051c36e5e7a473509d82
wpt-pr: 11667
2018-07-29 18:53:44 +01:00
moz-wptsync-bot
233965c257 Bug 1470936 [wpt PR 11659] - Update wpt metadata, a=testonly
wpt-pr: 11659
wpt-type: metadata
2018-07-29 18:53:40 +01:00
Luke Bjerring
f5f7918376 Bug 1470936 [wpt PR 11659] - Auto-update the battery-status IDL file, a=testonly
Automatic update from web-platform-testsUpdate and rename the battery-status IDL file (#11659)

--

wpt-commits: 9251c72947e2b48da90c9aa51a8b320fe742d4fa
wpt-pr: 11659
2018-07-29 18:53:37 +01:00
Matt Falkenhagen
a0630095e6 Bug 1477195 [wpt PR 12087] - WPT: service worker: Add more tests for update after navigation., a=testonly
Automatic update from web-platform-testsWPT: service worker: Add more tests for update after navigation.

Change-Id: I4bc155df317046676d14782394da8b0c749d49fb
Reviewed-on: https://chromium-review.googlesource.com/1144818
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Makoto Shimazu <shimazu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576826}

--

wpt-commits: 43efe82bb5e4cfd1cf92e1183b636167eda9d648
wpt-pr: 12087
2018-07-29 18:53:31 +01:00
Robert Ma
d474ffa75d Bug 1469846 [wpt PR 11589] - [Picture-in-Picture] Fix web platform tests that time out., a=testonly
Automatic update from web-platform-tests[Picture-in-Picture] Fix web platform tests that time out.

This makes sure web platform tests for Picture-in-Picture do not time
out when Picture-in-Picture API is not available.

Besides, wpt/picture-in-picture/request-picture-in-picture is split
to work around a flaky timeout in WPT upstream that's related to
https://github.com/web-platform-tests/wpt/issues/10398

Note: based on https://github.com/web-platform-tests/wpt/pull/11329

Bug: 806249
Change-Id: I6185253dfa4aae5111e87553581b8464032558d1
Reviewed-on: https://chromium-review.googlesource.com/1107626
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: Mounir Lamouri <mlamouri@chromium.org>
Commit-Queue: François Beaufort <beaufort.francois@gmail.com>
Cr-Commit-Position: refs/heads/master@{#576804}

--

wpt-commits: 38ef6aad13a38e3dec8ca2c3783f9ab0575ad356
wpt-pr: 11589
2018-07-29 18:53:27 +01:00
Matt Falkenhagen
81defe87da Bug 1477167 [wpt PR 12085] - WPT: service worker: Add test for updating due to redirects in navigations., a=testonly
Automatic update from web-platform-testsWPT: service worker: Add test for updating due to redirects in navigations.

Handle Fetch algorithm:
  If request is a non-subresource request...invoke Soft Update algorithm
  with registration.
https://w3c.github.io/ServiceWorker/#on-fetch-request-algorithm

Bug: 865839
Change-Id: I56eb447313171eebd2da4b4eb79771e8b89e212b
Reviewed-on: https://chromium-review.googlesource.com/1144584
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Makoto Shimazu <shimazu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576805}

--

wpt-commits: c62043432c0f585e16931a4edc6aa8e61c0b236a
wpt-pr: 12085
2018-07-29 18:53:22 +01:00
moz-wptsync-bot
551fa62b22 Bug 1459006 [wpt PR 10827] - Update wpt metadata, a=testonly
wpt-pr: 10827
wpt-type: metadata
2018-07-29 18:53:18 +01:00
Nate Chapin
4e2376c21d Bug 1459006 [wpt PR 10827] - Implement FeaturePolicy sync-script (as an experimental feature policy), a=testonly
Automatic update from web-platform-testsImplement FeaturePolicy sync-script (as an experimental feature policy)

Spec discussion: https://github.com/WICG/feature-policy/issues/135
Intent to implement: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/b7f_K30MBYo

Bug: 862422
Change-Id: Icd8a5d747373a819c7073ac459b5e8823d7986a8
Reviewed-on: https://chromium-review.googlesource.com/894137
Reviewed-by: Ojan Vafai <ojan@chromium.org>
Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org>
Reviewed-by: Ian Clelland <iclelland@chromium.org>
Commit-Queue: Nate Chapin <japhet@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576652}

--

wpt-commits: 0cc3831f4c19152ec28b4a1fa600baace321c775
wpt-pr: 10827
2018-07-29 18:53:15 +01:00
Jinho Bang
289ef2c725 Bug 1476694 [wpt PR 12052] - PaymentRequest: Fix a typo in wpt test, a=testonly
Automatic update from web-platform-testsPaymentRequest: Fix a typo in wpt test

The test variable `t` is not defined.

Bug: none
Change-Id: I2678e09405913327c550a46df66aaa04c3bef940
Reviewed-on: https://chromium-review.googlesource.com/1141753
Reviewed-by: Jinho Bang <jinho.bang@samsung.com>
Reviewed-by: Ganggui Tang <gogerald@chromium.org>
Commit-Queue: Jinho Bang <jinho.bang@samsung.com>
Cr-Commit-Position: refs/heads/master@{#576661}

--

wpt-commits: abd18b3e018d25ed668d179c905b7869dca5e239
wpt-pr: 12052
2018-07-29 18:53:11 +01:00
moz-wptsync-bot
ca0ce85841 Bug 1476143 [wpt PR 12007] - Update wpt metadata, a=testonly
wpt-pr: 12007
wpt-type: metadata
2018-07-29 18:53:07 +01:00
Marcos Cáceres
93690f1dff Bug 1476143 [wpt PR 12007] - refactor: automate payrequest.show() tests, a=testonly
Automatic update from web-platform-testsrefactor: automate payrequest.show() tests (#12007)

--

wpt-commits: b74eba8819ad3374ce2f8dd1b0a1e9bf5f1d2126
wpt-pr: 12007
2018-07-29 18:53:03 +01:00
Raymond Toy
a39ffc3759 Bug 1477144 [wpt PR 12080] - Use RangeError object instead of 'RangeError', a=testonly
Automatic update from web-platform-testsUse RangeError object instead of 'RangeError'

Remove expected results too.

Bug: 865578
Test: affected tests pass
Change-Id: I897f7d01d7dbcd7d7316457db1ce2e307cee88ed
Reviewed-on: https://chromium-review.googlesource.com/1144139
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Reviewed-by: Robert Ma <robertma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576635}

--

wpt-commits: 09b2b27f20fda7edf8f3c8bf2a200de5aed2bb61
wpt-pr: 12080
2018-07-29 18:52:59 +01:00
Luke Bjerring
dd15c6363c Bug 1477138 [wpt PR 12079] - Change webauthn test to window test only, a=testonly
Automatic update from web-platform-testsChange to window test only (#12079)

--

wpt-commits: e27ad868834b26458ce6687804571ea65c4022a7
wpt-pr: 12079


--HG--
rename : testing/web-platform/tests/webauthn/idlharness.https.any.js => testing/web-platform/tests/webauthn/idlharness.https.window.js
2018-07-29 18:52:54 +01:00
Florent Castelli
80caa35396 Bug 1475092 [wpt PR 11924] - Implement RTCRtpSender/Receiver.getCapabilities(), a=testonly
Automatic update from web-platform-testsImplement RTCRtpSender/Receiver.getCapabilities()

Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/_ktwAuFRUAg/mh_ECO41AQAJ

Bug: 857451
Change-Id: I8c1973e0346a9db71c4dc1fbfc82e3396c48c5ad
Reviewed-on: https://chromium-review.googlesource.com/1133386
Commit-Queue: Florent Castelli <orphis@chromium.org>
Reviewed-by: Jochen Eisinger <jochen@chromium.org>
Reviewed-by: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576562}

--

wpt-commits: 408b82af9267126a33d65e5b4c34dc26145df936
wpt-pr: 11924
2018-07-29 18:52:49 +01:00
joanmarie
1fa7ec55d2 Bug 1477123 [wpt PR 12075] - ARIA: Add team contact to suggested reviewers for wai-aria and core-aam, a=testonly
Automatic update from web-platform-testsARIA: Add team contact to suggested reviewers for wai-aria and core-aam (#12075)

--

wpt-commits: a94a3ed3ac8ba0f6cb38d247e75640704c444429
wpt-pr: 12075
2018-07-29 18:52:46 +01:00
Majid Valipour
ed77dfa1fe Bug 1476847 [wpt PR 12063] - [animationworklet] Move global from window to CSS namespace, a=testonly
Automatic update from web-platform-tests[animationworklet] Move global from window to CSS namespace

The interesting changes are in css_animation_worklet.idl
 - change AW to be static attribute on partial CSS interface.
 - explicitly asking binding to pass in ScriptState since
   window is no longer available. This means changing few function
   that used to take ExecutionContext to take ScriptState.

There rest are automated renames from
Window.animationWorklet => CSS.animationWorklet
WindowAnimationWorklet => CSSAnimationWorklet

Bug: 865017
Change-Id: Ic89dc50a027ca225f5e19d9d9dc6b38a8aef7a7d
Reviewed-on: https://chromium-review.googlesource.com/1142372
Commit-Queue: Majid Valipour <majidvp@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576555}

--

wpt-commits: dee866498441512a1ea1ff4c3a7d869c811fac3e
wpt-pr: 12063
2018-07-29 18:52:42 +01:00
moz-wptsync-bot
d249b15c82 Bug 1476989 [wpt PR 12067] - Update wpt metadata, a=testonly
wpt-pr: 12067
wpt-type: metadata
2018-07-29 18:52:39 +01:00
Maja Kabus
3e52879af8 Bug 1476989 [wpt PR 12067] - HTMLAnchorElement::href and HTMLAreaElement::href changed to accept Trusted Types, a=testonly
Automatic update from web-platform-testsHTMLAnchorElement::href and HTMLAreaElement::href changed
to accept Trusted Types

Existing implementation of setHref moved from DOMURLUtils
to DOMURL
New implementation of setHref added to DOMURLUtils
New implementations of href() added to DOMURLUtilsReadOnly
to accept URLString as an argument

Bug: 739170
Change-Id: I047d6a564e65a3be78436faef8780f60b85e8f7c
Reviewed-on: https://chromium-review.googlesource.com/1143391
Commit-Queue: Maja Kabus <kabusm@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576525}

--

wpt-commits: b6e409a39fade53cefcf47c5c6e42195f8e65504
wpt-pr: 12067
2018-07-29 18:52:35 +01:00
moz-wptsync-bot
7e5cbaa4fe Bug 1478401 [wpt PR 9758] - Update wpt metadata, a=testonly
wpt-pr: 9758
wpt-type: metadata
2018-07-29 18:52:32 +01:00
Luke Bjerring
110b1d470c Bug 1478401 [wpt PR 9758] - Update the animation-worklet IDL file, a=testonly
Automatic update from web-platform-testsUpdate the animation-worklet IDL file (#9758)

--

wpt-commits: c483fe4ed3e69bf1f9faf8e06ef39b8405dd7625
wpt-pr: 9758
2018-07-29 18:52:28 +01:00
joanmarie
c3fc4b47cd Bug 1476974 [wpt PR 12066] - wai-aria: add tests for aria-expanded on menuitem and its subclasses, a=testonly
Automatic update from web-platform-testswai-aria: add tests for aria-expanded on menuitem and its subclasses (#12066)

--

wpt-commits: 421bfb1f17dcc51f6df04c75364c1995723b7ea8
wpt-pr: 12066
2018-07-29 18:52:24 +01:00
moz-wptsync-bot
52d3492aef Bug 1475742 [wpt PR 11973] - Update wpt metadata, a=testonly
wpt-pr: 11973
wpt-type: metadata
2018-07-29 18:52:20 +01:00
Maja Kabus
9586caaef0 Bug 1475742 [wpt PR 11973] - HTMLLinkElement::href modified to accept TrustedTypes, a=testonly
Automatic update from web-platform-testsHTMLLinkElement::href modified to accept TrustedTypes

Existing implementation of setHref() changed,
older version is abandoned.
Added new function href() to accept URLString
as an argument.

Bug: 739170
Change-Id: Id57e361574c50b13df1876fe83e8693429b66fc8
Reviewed-on: https://chromium-review.googlesource.com/1136635
Commit-Queue: Maja Kabus <kabusm@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576466}

--

wpt-commits: 9482421dd85d75ade577fe08afae662e66d20771
wpt-pr: 11973
2018-07-29 18:52:16 +01:00
moz-wptsync-bot
67ada41330 Bug 1475944 [wpt PR 11998] - Update wpt metadata, a=testonly
wpt-pr: 11998
wpt-type: metadata
2018-07-29 18:52:11 +01:00
Maja Kabus
14f9da4737 Bug 1475944 [wpt PR 11998] - HTMLObjectElement changed to accept Trusted Types, a=testonly
Automatic update from web-platform-testsHTMLObjectElement changed to accept Trusted Types

Modified data and codeBase attributes definition in *.idl file.

Bug: 739170
Change-Id: Ia332493450d0e780e4e6eb332708216da02060d1
Reviewed-on: https://chromium-review.googlesource.com/1137824
Commit-Queue: Maja Kabus <kabusm@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Daniel Vogelheim <vogelheim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576465}

--

wpt-commits: dbd32c32d6fece0a9bbf004d09b9853b5052cdc2
wpt-pr: 11998
2018-07-29 18:52:07 +01:00
moz-wptsync-bot
24eca84acb Bug 1476257 [wpt PR 12019] - Update wpt metadata, a=testonly
wpt-pr: 12019
wpt-type: metadata
2018-07-29 18:52:03 +01:00
Orsi Batiz
b7400bd13f Bug 1476257 [wpt PR 12019] - Changing src attribute of HTMLXXXElement from USVString to URLString, a=testonly
Automatic update from web-platform-testsChanging src attribute of HTMLXXXElement from USVString to URLString

Attribute src of HTMLIFrameElement changed from USVString to URLString
Attribute src of HTMLTrackElement changed from USVString to URLString
Attribute src of HTMLInputElement changed from USVString to URLString
Attribute src of HTMLFrameElement changed from USVString to URLString
Tests created for assignment to src

Bug: 739170
Change-Id: I52254462ab7325264420aac989f08a30adfe4933
Reviewed-on: https://chromium-review.googlesource.com/1139062
Commit-Queue: Orsolya Bernadett Batiz <orsibatiz@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576452}

--

wpt-commits: 82b28665ca63fc91afec62b270ad2f618de99a5d
wpt-pr: 12019
2018-07-29 18:51:59 +01:00
Ms2ger
9bc0e9c2c2 Bug 1472664 [wpt PR 11752] - Fix up test_stash for python 3., a=testonly
Automatic update from web-platform-testsFix up test_stash for python 3.

--

wpt-commits: ac40724f7deb9a9dee9a28f093ec6f97032bc126
wpt-pr: 11752
2018-07-29 18:51:55 +01:00
moz-wptsync-bot
0eb5a9cbb6 Bug 1476542 [wpt PR 12049] - Update wpt metadata, a=testonly
wpt-pr: 12049
wpt-type: metadata
2018-07-29 18:51:50 +01:00
Maja Kabus
cbfcaddf1c Bug 1476542 [wpt PR 12049] - Window, LocalDomWindow and Document open() functions modified to accept TrustedTypes, a=testonly
Automatic update from web-platform-testsWindow, LocalDomWindow and Document open() functions modified to accept
TrustedTypes

Changed open() definitions in .idl files.
Introduced new implementations of LocalDomWindow::open(), old versions
renamed openFromString and moved to private section.
Changed definition of 3-argument version of Document::open.

Bug: 739170
Change-Id: I64931c5e95eaa9dd2d2aab19ccb0bf8896621e7d
Reviewed-on: https://chromium-review.googlesource.com/1141581
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Maja Kabus <kabusm@google.com>
Cr-Commit-Position: refs/heads/master@{#576398}

--

wpt-commits: a6e4d3fc416ef91ed9aa856522a2255608da2c30
wpt-pr: 12049
2018-07-29 18:51:47 +01:00
moz-wptsync-bot
d0daa5ea9c Bug 1476721 [wpt PR 11768] - Update wpt metadata, a=testonly
wpt-pr: 11768
wpt-type: metadata
2018-07-29 18:51:44 +01:00
Luke Bjerring
b1fbee0dfd Bug 1476721 [wpt PR 11768] - Auto-update the console IDL file, a=testonly
Automatic update from web-platform-testsAuto-update the console IDL file

--

wpt-commits: 85ecb68667d3d5185409ea741609ed0986b3507e
wpt-pr: 11768
2018-07-29 18:51:40 +01:00
Reilly Grant
f2de09c6aa Bug 1478401 [wpt PR 11988] - Add [SecureContext] to additional WebUSB interfaces, a=testonly
Automatic update from web-platform-testsAdd [SecureContext] to additional WebUSB interfaces

This change updates the WebUSB WebIDL files to match the recently merged
spec pull request #142 by hiding interfaces which aren't useful in
insecure contexts.

Change-Id: I98625b2634e452c775601525300672d9440ddbcc
Reviewed-on: https://chromium-review.googlesource.com/1137435
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576316}

--

wpt-commits: d3a6ac23e6c270e910748fb402b5ad2ff1d3feef
wpt-pr: 11988
2018-07-29 18:51:37 +01:00
Koji Ishii
d1f7607b80 Bug 1476426 [wpt PR 12038] - [LayoutNG] Fix first-line baseline when 'overflow' is not 'visible', a=testonly
Automatic update from web-platform-tests[LayoutNG] Fix first-line baseline when 'overflow' is not 'visible'

This patch fixes first-line baseline when the 'overflow'
property is other than 'visible'.

CSS2 states that:
  The baseline of an 'inline-block' is the baseline of its
  last line box in the normal flow, unless it has either no
  in-flow line boxes or if its 'overflow' property has a
  computed value other than 'visible', in which case the
  baseline is the bottom margin edge.
https://drafts.csswg.org/css2/visudet.html#propdef-vertical-align

This rule should apply only to 'inline-block', but it was
incorrectly applied to first-line baseline as well.

This patch fixes incorrect alignment in the comment lines of
Gerrit code review site.

Bug: 636993
Cq-Include-Trybots: luci.chromium.try​:linux_layout_tests_layout_ng
Change-Id: I49ffd8c050f384765c61c5678a431fa74492356d
Reviewed-on: https://chromium-review.googlesource.com/1140336
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576294}

--

wpt-commits: 2b76cf7ab641d9ae6c0d00f0c32865b4285b3ce1
wpt-pr: 12038
2018-07-29 18:51:34 +01:00
L. David Baron
854a3f14c0 Bug 1476858 [wpt PR 12064] - Sync Mozilla tests as of 2018-07-18, a=testonly
Automatic update from web-platform-testsSync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/8dab948a10f073a46f13f55f94d1f6514c7360ac . (#12064)

This contains two changes:
* [bug 1297774](https://bugzilla.mozilla.org/show_bug.cgi?id=1297774) by @iyermihir, already reviewed by @dholbert
* a trivial change to sync-tests.sh by me so that it prompts to edit the commit message
--

wpt-commits: e26d876c1d00674a9f6b8f29f6fb32a794cd536e
wpt-pr: 12064
2018-07-29 18:51:30 +01:00
Ian Clelland
26dbb6f70a Bug 1476825 [wpt PR 12061] - Reland "Adjusted references in tests to match new helper.sub.js file", a=testonly
Automatic update from web-platform-testsReland "Adjusted references in tests to match new helper.sub.js file"

This is a reland of ac436aaa9d361c99dcf4df11bd11ad201a2bccd8

Original change's description:
> Adjusted references in tests to match new helper.sub.js file
>
> helper.js changed to helper.sub.js.
> URLS.safe modified to work with wpt.
>
> Bug: 739170
> Change-Id: I89e0efdb07c94e78be826c8807d0577ede8a97ec
> Reviewed-on: https://chromium-review.googlesource.com/1141725
> Reviewed-by: Mike West <mkwst@chromium.org>
> Commit-Queue: Maja Kabus <kabusm@google.com>
> Cr-Commit-Position: refs/heads/master@{#576037}

Bug: 739170
Tbr: alexmos@chromium.org
Change-Id: Idc1e5d5cc4b1dbbc4de4145af38b894c5f4a65b5
Reviewed-on: https://chromium-review.googlesource.com/1142169
Commit-Queue: Ian Clelland <iclelland@chromium.org>
Reviewed-by: Ian Clelland <iclelland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576229}

--

wpt-commits: 81d058b07f1dacf0445eb4bd20a7df14f8961185
wpt-pr: 12061
2018-07-29 18:51:27 +01:00
Koji Ishii
d0dc02e646 Bug 1476821 [wpt PR 12060] - Disable kerning for css/css-pseudo/first-letter-opacity-float-001.html, a=testonly
Automatic update from web-platform-testsDisable kerning for css/css-pseudo/first-letter-opacity-float-001.html

This test has "P" in a float with "ASS" in an inline
formatting context, while its ref has "P" and "ASS" in the
same inline formatting context.

This patch disables kerning to ensure the same rendering.

TBR=eae@chromium.org

Bug: 636993
Cq-Include-Trybots: luci.chromium.try​:linux_layout_tests_layout_ng
Change-Id: Ie36c9bc8885467e1272f4a7ccb936791362cdaea
Reviewed-on: https://chromium-review.googlesource.com/1142049
Reviewed-by: Koji Ishii <kojii@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576211}

--

wpt-commits: 73160366b3f95a16226623ad26285cad8c1718ae
wpt-pr: 12060
2018-07-29 18:51:23 +01:00
Alex Moshchuk
35c6876309 Bug 1476808 [wpt PR 12058] - Revert "Adjusted references in tests to match new helper.sub.js file", a=testonly
Automatic update from web-platform-testsRevert "Adjusted references in tests to match new helper.sub.js file"

This reverts commit ac436aaa9d361c99dcf4df11bd11ad201a2bccd8.

Reason for revert:
Sorry for the revert, but this might be breaking some layout tests on
https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Tests/71090 (see also a few subsequent builds)

Failing tests include:
 external/wpt/trusted-types/HTMLImageElement-src.tentative.html
 external/wpt/trusted-types/HTMLMediaElement-src.tentative.html
 external/wpt/trusted-types/HTMLSourceElement-src.tentative.html
 external/wpt/trusted-types/block-string-assignment-to-HTMLImageElement-src.tentative.html
 external/wpt/trusted-types/block-string-assignment-to-HTMLMediaElement-src.tentative.html
 external/wpt/trusted-types/block-string-assignment-to-HTMLSourceElement-src.tentative.html

Sample failure output (from external/wpt/trusted-types/HTMLImageElement-src.tentative.html, others are similar):

This is a testharness.js-based test.
FAIL src = TrustedURL.create(). URLS is not defined
FAIL src = TrustedURL.unsafelyCreate(). URLS is not defined
Harness: the test ran to completion.

Original change's description:
> Adjusted references in tests to match new helper.sub.js file
>
> helper.js changed to helper.sub.js.
> URLS.safe modified to work with wpt.
>
> Bug: 739170
> Change-Id: I89e0efdb07c94e78be826c8807d0577ede8a97ec
> Reviewed-on: https://chromium-review.googlesource.com/1141725
> Reviewed-by: Mike West <mkwst@chromium.org>
> Commit-Queue: Maja Kabus <kabusm@google.com>
> Cr-Commit-Position: refs/heads/master@{#576037}

TBR=vogelheim@chromium.org,mkwst@chromium.org,kabusm@google.com

Change-Id: Ieaa3bba36a970c7aa7547939c8f97a57a1b32544
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 739170
Reviewed-on: https://chromium-review.googlesource.com/1142165
Reviewed-by: Alex Moshchuk <alexmos@chromium.org>
Commit-Queue: Alex Moshchuk <alexmos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576103}

--

wpt-commits: 70afecf33059eab74cd92d97822386955e905a10
wpt-pr: 12058
2018-07-29 18:51:20 +01:00
moz-wptsync-bot
0da70a2bd4 Bug 1474057 [wpt PR 11836] - Update wpt metadata, a=testonly
wpt-pr: 11836
wpt-type: metadata
2018-07-29 18:51:16 +01:00
Luke Bjerring
e249e2e0ed Bug 1474057 [wpt PR 11836] - Update the paint-timing IDL file, a=testonly
Automatic update from web-platform-testsUpdate the paint-timing IDL file (#11836)

--

wpt-commits: cfeecd444046fc4e423f425ad87eba86a04c42f0
wpt-pr: 11836
2018-07-29 18:51:13 +01:00
moz-wptsync-bot
28bad47b1d Bug 1476774 [wpt PR 12029] - Update wpt metadata, a=testonly
wpt-pr: 12029
wpt-type: metadata
2018-07-29 18:51:09 +01:00
Orsi Batiz
b175f00112 Bug 1476774 [wpt PR 12029] - src attribute of HTMLEmbedElement changed from DOMString to ScriptURLString, a=testonly
Automatic update from web-platform-testssrc attribute of HTMLEmbedElement changed from DOMString to ScriptURLString

attribute src of HTMLEmbedElement changed from DOMString to ScriptURLString
Tests added

Bug: 739170
Change-Id: I6ded15b826d1da0d95f31885577db61f5adc7375
Reviewed-on: https://chromium-review.googlesource.com/1140305
Commit-Queue: Orsolya Bernadett Batiz <orsibatiz@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576060}

--

wpt-commits: 60220357131c65146444da1f54624d5b54d0975d
wpt-pr: 12029
2018-07-29 18:51:06 +01:00
Maja Kabus
ccfdb41360 Bug 1476538 [wpt PR 12048] - Adjusted references in tests to match new helper.sub.js file, a=testonly
Automatic update from web-platform-testsAdjusted references in tests to match new helper.sub.js file

helper.js changed to helper.sub.js.
URLS.safe modified to work with wpt.

Bug: 739170
Change-Id: I89e0efdb07c94e78be826c8807d0577ede8a97ec
Reviewed-on: https://chromium-review.googlesource.com/1141725
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Maja Kabus <kabusm@google.com>
Cr-Commit-Position: refs/heads/master@{#576037}

--

wpt-commits: 0fd696381d8c02f0b635c415752dafe2ce0ba7e6
wpt-pr: 12048
2018-07-29 18:51:03 +01:00
moz-wptsync-bot
34b16bbf32 Bug 1476566 [wpt PR 12051] - Update wpt metadata, a=testonly
wpt-pr: 12051
wpt-type: metadata
2018-07-29 18:50:59 +01:00
Orsi Batiz
d255ca1980 Bug 1476566 [wpt PR 12051] - Changes to HTMLMediaElement, a=testonly
Automatic update from web-platform-testsChanges to HTMLMediaElement

Changing src attribute of HTMLMediaElement from DOMString to URLString
Adding SetSrc to html_media_element.cc which takes USVStringOrTrustedURL
as argument
Added tests

Bug: 739170
Change-Id: Ifde2c90add06cb7ba55596e3cbc06fb160ee2378
Reviewed-on: https://chromium-review.googlesource.com/1141737
Commit-Queue: Orsolya Bernadett Batiz <orsibatiz@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576045}

--

wpt-commits: 5508b8d3acfd3980fcef034b87e90294669539d8
wpt-pr: 12051
2018-07-29 18:50:56 +01:00
moz-wptsync-bot
a114f6d7cc Bug 1476433 [wpt PR 12039] - Update wpt metadata, a=testonly
wpt-pr: 12039
wpt-type: metadata
2018-07-29 18:50:52 +01:00
Luke Bjerring
ba1380ed5f Bug 1476433 [wpt PR 12039] - Update the webauthn IDL file + test, a=testonly
Automatic update from web-platform-testsUpdate the webauthn IDL file + test (#12039)

--

wpt-commits: bd7542715b595c1f59bcf4b9294803827f60e667
wpt-pr: 12039
2018-07-29 18:50:49 +01:00
Luke Bjerring
f39b6d2525 Bug 1476711 [wpt PR 12054] - Updated wasm-js-api IDL file, a=testonly
Automatic update from web-platform-testsUpdated wasm-js-api IDL file (#12054)

Uncommenting the namespace methods, now that #7583 is resolved.
--

wpt-commits: ea36df492e5d05bd0b7630d259868b1c302dd1ea
wpt-pr: 12054
2018-07-29 18:50:45 +01:00
Frédéric Wang
96121d9ccd Bug 1476696 [wpt PR 12053] - Fix typo in Document-createElement.html, a=testonly
Automatic update from web-platform-testsFix typo in Document-createElement.html

--

wpt-commits: 89e57b7a803dd9853c839e1b6dc830e9b6392597
wpt-pr: 12053
2018-07-29 18:50:42 +01:00
moz-wptsync-bot
400dda9e95 Bug 1473360 [wpt PR 11776] - Update wpt metadata, a=testonly
wpt-pr: 11776
wpt-type: metadata
2018-07-29 18:50:38 +01:00
Luke Bjerring
84c6bf5ad5 Bug 1473360 [wpt PR 11776] - Handle (+ test) 'namespace' in idlharness, a=testonly
Automatic update from web-platform-testsHandle (+ test) 'namespace' in idlharness (#11776)

--

wpt-commits: 4bb0586b21c65abfcf78afad408d7e2a04ab6bd0
wpt-pr: 11776
2018-07-29 18:50:35 +01:00
moz-wptsync-bot
7df0d370e8 Bug 1475931 [wpt PR 11997] - Update wpt metadata, a=testonly
wpt-pr: 11997
wpt-type: metadata
2018-07-29 18:50:32 +01:00
Orsi Batiz
9e8fb3c756 Bug 1475931 [wpt PR 11997] - Creating setAttribute in element.cc with arguments: USVStringOrTrustedURL and ExceptionState, a=testonly
Automatic update from web-platform-testsCreating setAttribute in element.cc with arguments: USVStringOrTrustedURL
and ExceptionState

Changing attribute src of HTMLSourceElement and HTMLImageElement to URLString
Change of SetSrc of HTMLSourceElement and HTMLImageElement to hava arguments
USVStringOrTrustedURL; calling setAttribute mentioned above from it
Changing calls of SetSrc in other files so that the arguments match; wrapping
arguments and using ASSERT_NO_EXCEPTION
Adding tests for SetSrc

Bug: 739170
Cq-Include-Trybots: luci.chromium.try​:linux_layout_tests_layout_ng
Change-Id: Ic99a338783bfcbfc5c2dca5061352367c2daeaec
Reviewed-on: https://chromium-review.googlesource.com/1137821
Commit-Queue: Orsolya Bernadett Batiz <orsibatiz@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575992}

--

wpt-commits: 085d47ef10ac636e73fe04e5c232046b329aa382
wpt-pr: 11997
2018-07-29 18:50:29 +01:00
Philip Jägenstedt
2889621d12 Bug 1476525 [wpt PR 12045] - Add more spec links to META.yml, a=testonly
Automatic update from web-platform-testsAdd more spec links to META.yml (#12045)

--

wpt-commits: f25bfad1f26616baa02da8d5f711e299194c5c98
wpt-pr: 12045
2018-07-29 18:50:26 +01:00
Douglas Creager
6bfe0f6dd7 Bug 1476488 [wpt PR 12030] - Reporting: Payload field should be body, not report, a=testonly
Automatic update from web-platform-testsReporting: Payload field should be `body`, not `report`

Per https://w3c.github.io/reporting/#try-delivery, the field in a
JavaScript report object that contains the body is called `body`, not
`report`.

Bug: 704259
Change-Id: Iba3186a0104c2192ced5e4233d55e042e05908f3
Reviewed-on: https://chromium-review.googlesource.com/1140193
Reviewed-by: Misha Efimov <mef@chromium.org>
Commit-Queue: Douglas Creager <dcreager@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575894}

--

wpt-commits: eecf62171b50238462d3046818e108a2b98b655c
wpt-pr: 12030
2018-07-29 18:50:22 +01:00
Amos Lim
43c7396196 Bug 1475757 [wpt PR 11975] - Include subset-tests.js correctly in encoding tests, a=testonly
Automatic update from web-platform-testsInclude subset-tests.js correctly in encoding tests (#11975)

Add missing subset-tests.js to fix
"Uncaught ReferenceError: subsetTest is not defined."

Fixed #11531
--

wpt-commits: b4d63df6ca2a2d0200ac4aa52aa30a27bac020b6
wpt-pr: 11975
2018-07-29 18:50:19 +01:00
moz-wptsync-bot
e830fe0f51 Bug 1476481 [wpt PR 12043] - Update wpt metadata, a=testonly
wpt-pr: 12043
wpt-type: metadata
2018-07-29 18:50:16 +01:00
Peter Beverloo
cc3502244c Bug 1476481 [wpt PR 12043] - [Background Fetch] Support layout tests for the feature, a=testonly
Automatic update from web-platform-tests[Background Fetch] Support layout tests for the feature

An implementation of BackgroundFetchDelegate has been provided to
content shell which enables Background Fetches, without UI, to finish.
It uses the Download Service through a new dependency. This dependency
will be removed once the Download Service has been servicified, as
//content can depend on it directly from that point forward.

In context of the WPT tests, additional machinery has been added to
enable communication with the Service Worker, required for it to tell
the test about the result of the various Background Fetch events. The
"fetch.https.window.js" file now verifies the behaviour and results
of a single fetched file.

Bug: 864561

Change-Id: If53e6755ae8ea924712f5bdace4df4f658bc53d7
Reviewed-on: https://chromium-review.googlesource.com/1135536
Commit-Queue: Peter Beverloo <peter@chromium.org>
Reviewed-by: Xing Liu <xingliu@chromium.org>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575919}

--

wpt-commits: bf11d1a166660d75383135e9d1610aa987857309
wpt-pr: 12043
2018-07-29 18:50:13 +01:00