381ad8c9826edd2f72cbd052d3c8f05b35b0e11d: Bug 1438515 [wpt PR 9538] - [LayoutNG] Don't add zero-width floats to the exclusion space., a=testonly
Morten Stenshorne <mstensho@chromium.org> - Mon, 26 Mar 2018 12:22:16 +0000 - rev 775575
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1438515 [wpt PR 9538] - [LayoutNG] Don't add zero-width floats to the exclusion space., a=testonly
Automatic update from web-platform-tests[LayoutNG] Don't add zero-width floats to the exclusion space.
The only thing such floats should affect is the block position of
subsequent floats (float rule §5 [1] and clearance). They should not
affect the inline position or inline size of subsequent floats or new
formatting contexts.
The spec isn't actually clear here, although the browsers agree on the
above. Submitted https://github.com/w3c/csswg-drafts/issues/2312
[1] https://www.w3.org/TR/CSS22/visuren.html#float-position
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: Ia9e724c8a58fcb017f86f26bdf90394f09414f4e
Reviewed-on: https://chromium-review.googlesource.com/919065
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537274}
wpt-commits: ae06fa4ce5d170f7f34e979b014315e318344ec4
wpt-pr: 9538
wpt-commits: ae06fa4ce5d170f7f34e979b014315e318344ec4
wpt-pr: 9538
0ea36f91553928c3b8fcd2794d76f19dafd12c78: Bug 1438757 [wpt PR 9555] - service worker: Disallow interception for EMBED and OBJECT requests., a=testonly
Matt Falkenhagen <falken@chromium.org> - Mon, 26 Mar 2018 12:21:49 +0000 - rev 775574
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1438757 [wpt PR 9555] - service worker: Disallow interception for EMBED and OBJECT requests., a=testonly
Automatic update from web-platform-testsservice worker: Disallow interception for EMBED and OBJECT requests.
This matches the service worker specification and Firefox.
This change itself is probably not enough to skip all EMBED/OBJECT
requests, as some requests get initiated by PepperURLLoaderHost or
MimeHandlerViewContainer.
In implementor concerns:
https://w3c.github.io/ServiceWorker/#implementer-concerns
"Plug-ins should not load via service workers. As plug-ins may get their
security origins from their own urls, the embedding service worker cannot
handle it. For this reason, the Handle Fetch algorithm makes the
potential-navigation-or-subresource request (whose context is either <embed> or
<object>) immediately fallback to the network without dispatching fetch event."
In Handle Fetch:
https://w3c.github.io/ServiceWorker/#handle-fetch
"If request is a potential-navigation-or-subresource request, then:
Return null."
R=kinuko, yhirano
Bug: 771933
Change-Id: Ia04ae8dec8c968de6a73dca088aa88a67b21718a
Reviewed-on: https://chromium-review.googlesource.com/923445
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537245}
wpt-commits: e7607dad61b547e88d1f06a67b1514a3242600ec
wpt-pr: 9555
wpt-commits: e7607dad61b547e88d1f06a67b1514a3242600ec
wpt-pr: 9555
44e5006d2987f38d7f0974147ac495f44f0380f8: Bug 1438416 [wpt PR 9535] - [css-typed-om] Make StylePropertyMap.set work with calcs., a=testonly
Darren Shen <shend@chromium.org> - Mon, 26 Mar 2018 12:21:22 +0000 - rev 775573
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1438416 [wpt PR 9535] - [css-typed-om] Make StylePropertyMap.set work with calcs., a=testonly
Automatic update from web-platform-tests[css-typed-om] Make StylePropertyMap.set work with calcs.
Currently StylePropertyMap.set doesn't actually work with calcs.
The current way to check if something is, say, a <length> is to
check its CSSStyleValue::Type. However, this doesn't return
the right value for CSSMathValues, whose types may be quite
complicated.
The correct way is to use the CSSNumericValue matching algorthms:
CSSNumericValue::MatchesLength, which also takes into account
CSSMathValues and percent hints.
This patch changes the following to make this work:
- Removed base types from CSSStyleValue::StyleValueType. A base type
like "length" is not really a CSSStyleValue type.
- Removed unused StyleValueTypeToString.
- Changed "Percent" to "Percentage" in CSSProperties.json5 as that's
the correct term.
- Changed make_cssom_types to use the matching algorithms from
CSSNumericValue.
Bug: 545318
Change-Id: I16aa71a4873e9992749f0f52ba641671d109170e
Reviewed-on: https://chromium-review.googlesource.com/901002
Commit-Queue: Darren Shen <shend@chromium.org>
Reviewed-by: nainar <nainar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537206}
wpt-commits: b52a7a29208647f209f06ac2e6321987023c196c
wpt-pr: 9535
wpt-commits: b52a7a29208647f209f06ac2e6321987023c196c
wpt-pr: 9535
2b24b05fc9b72c450ead94d51a744d533d0b55bc: Bug 1438563 [wpt PR 9540] - Add initial test set for Accessible Name and Description Computation 1.1, a=testonly
joanmarie <jdiggs@igalia.com> - Mon, 26 Mar 2018 12:20:43 +0000 - rev 775572
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1438563 [wpt PR 9540] - Add initial test set for Accessible Name and Description Computation 1.1, a=testonly
Automatic update from web-platform-testsAdd initial test set for Accessible Name and Description Computation 1.1 (#9540)
Note that many of the tests are currently named with a number. Those
tests were taken from the original (1.0) test suite created by the
PFWG, and the file names are being preserved to facilitate comparison
of results.
wpt-commits: 2b4cdad36bd267e39565ebaab5982b9b4c482e53
wpt-pr: 9540
wpt-commits: 2b4cdad36bd267e39565ebaab5982b9b4c482e53
wpt-pr: 9540
7f88aec98b1e9f36b07f152568c4550b10544f52: Bug 1438361 [wpt PR 9527]- Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Wed, 14 Feb 2018 23:40:00 +0000 - rev 775571
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1438361 [wpt PR 9527]- Update wpt metadata, a=testonly
wpt-pr: 9527
wpt-type: metadata
e0349141a1e5dfe1a0302da516aa912e11903a32: Bug 1438361 [wpt PR 9527] - Add tests for the breaking of a multicolumn across columns, including backgrounds and column rules, a=testonly
L. David Baron <dbaron@dbaron.org> - Mon, 26 Mar 2018 12:20:09 +0000 - rev 775570
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1438361 [wpt PR 9527] - Add tests for the breaking of a multicolumn across columns, including backgrounds and column rules, a=testonly
Automatic update from web-platform-testsAdd tests for the breaking of a multicolumn across columns, including backgrounds and column rules. (#9527)
The *-nobackground-* tests pass in Firefox and Chrome, and the others
pass in Chrome and fail in Firefox due to what I (as a Gecko
implementor) consider to be a Firefox bug. I haven't yet tested other
engines. (Though -nobackground-003 fails in Firefox due to a different
bug, and multicol-breaking-002 doesn't trigger the background-related
Firefox bug.)
Given the level of ambiguity in the multicol spec, I suspect these tests
probably test some things that aren't formally specified. However, I
think that's probably OK for now. One issue that I know of that they
depend on the spec for is w3c/csswg-drafts#2309.
wpt-commits: d04c0d50dbbf7752c27957005a5a659701b781ad
wpt-pr: 9527
wpt-commits: d04c0d50dbbf7752c27957005a5a659701b781ad
wpt-pr: 9527
750503b37ca96290b4b1b1c72f8983f738ccd36b: Bug 1437573 [wpt PR 8689] - Reftest for handling important when there is an animation., a=testonly
AutomatedTester <david.burns@theautomatedtester.co.uk> - Mon, 26 Mar 2018 12:19:40 +0000 - rev 775569
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1437573 [wpt PR 8689] - Reftest for handling important when there is an animation., a=testonly
Automatic update from web-platform-testsReftest for handling important when there is an animation.
This tests https://drafts.csswg.org/css-cascade/#importance
wpt-commits: 5ee47da05ffc366a887788ccdc3f7a0673c35953
wpt-pr: 8689
wpt-commits: 5ee47da05ffc366a887788ccdc3f7a0673c35953
wpt-pr: 8689
75d377afe08fa87a453f0361c1691b0d94afd523: Bug 1438372 [wpt PR 9530] - [USVString] Apply USVString into RTCDataChannel.send, a=testonly
Gyuyoung Kim <gyuyoung.kim@lge.com> - Mon, 26 Mar 2018 12:19:12 +0000 - rev 775568
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1438372 [wpt PR 9530] - [USVString] Apply USVString into RTCDataChannel.send, a=testonly
Automatic update from web-platform-tests[USVString] Apply USVString into RTCDataChannel.send
Latest spec changed DOMString type of send with USVString.
- https://w3c.github.io/webrtc-pc/#dom-rtcdatachannel
This CL applies USVString type into the RTCDataCchannel.send according to the spec.
Bug: 790860
Change-Id: I3d2e3fef8e6a8cc8ca94a8ae18c2ccb7dcc48016
Reviewed-on: https://chromium-review.googlesource.com/917741
Reviewed-by: Takeshi Yoshino <tyoshino@chromium.org>
Reviewed-by: Tommi <tommi@chromium.org>
Commit-Queue: Tommi <tommi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537015}
wpt-commits: 1a3951e267e61077ca566e9872c9abeb229d5751
wpt-pr: 9530
wpt-commits: 1a3951e267e61077ca566e9872c9abeb229d5751
wpt-pr: 9530
1319edf252193b55c852984426e1601108dfda81: Bug 1438047 [wpt PR 9503] - [LayoutNG] Allow zero-width layout opportunities., a=testonly
Morten Stenshorne <mstensho@chromium.org> - Mon, 26 Mar 2018 12:18:45 +0000 - rev 775567
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1438047 [wpt PR 9503] - [LayoutNG] Allow zero-width layout opportunities., a=testonly
Automatic update from web-platform-tests[LayoutNG] Allow zero-width layout opportunities.
Zero-width floats or in-flow block-level objects that establish a new formatting
context may fit beside preceding floats even if there's zero inline space left.
With this change, a couple of tests start passing, but coverage seems a
bit low, so I added a few new ones.
Had to rebaseline fast/text/word-break.html because a zero-width line
may now fit beside a float that takes up all available inline
space. There was a <br clear=all> in the test that used to insert the
line below such a float. We're now compatible with the others (and our
old selves).
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: Iaf394b7039545eea235b2841457f1662e5890ba9
Reviewed-on: https://chromium-review.googlesource.com/916262
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537000}
wpt-commits: e2b2513a9ab764bcec7ccf616a35835d13020e32
wpt-pr: 9503
wpt-commits: e2b2513a9ab764bcec7ccf616a35835d13020e32
wpt-pr: 9503
041e8c5f9fee973773839287e1a9740d9f38286a: Bug 1441397 [wpt PR 9202] - Updating Server creation for localhost, a=testonly
John Jansen <johnjansen@live.com> - Mon, 26 Mar 2018 12:18:10 +0000 - rev 775566
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1441397 [wpt PR 9202] - Updating Server creation for localhost, a=testonly
Automatic update from web-platform-testsUpdating Server creation for localhost (#9202)
In my last change, I missed this line of code. Adding the host parameter and removing the base_path param.
wpt-commits: 09ca41d71aab5d5640804b34e5165f291259f112
wpt-pr: 9202
wpt-commits: 09ca41d71aab5d5640804b34e5165f291259f112
wpt-pr: 9202
d8754038d645fe880ae43fda1acab54be6baae98: Bug 1436412 [wpt PR 9421]- Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Wed, 14 Feb 2018 21:42:53 +0000 - rev 775565
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1436412 [wpt PR 9421]- Update wpt metadata, a=testonly
wpt-pr: 9421
wpt-type: metadata
187364de4325c1ea61239ed91d3edc9d1ff7e670: Bug 1436412 [wpt PR 9421] - Fix #8806: Allow about:blank as reference URL, a=testonly
Vedant Chakravadhanula <vedantc98@gmail.com> - Mon, 26 Mar 2018 12:17:36 +0000 - rev 775564
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1436412 [wpt PR 9421] - Fix #8806: Allow about:blank as reference URL, a=testonly
Automatic update from web-platform-testsFix #8806: Allow about:blank as reference URL (#9421)
wpt-commits: c23fdbd54d77d54d7a0a51813caa91897f4d6b0d
wpt-pr: 9421
wpt-commits: c23fdbd54d77d54d7a0a51813caa91897f4d6b0d
wpt-pr: 9421
02a25e6563fce8cc1fa1e8a77c2d9be8df9051f2: Bug 1438350 [wpt PR 9525]- Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Thu, 15 Feb 2018 00:02:13 +0000 - rev 775563
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1438350 [wpt PR 9525]- Update wpt metadata, a=testonly
wpt-pr: 9525
wpt-type: metadata
154dac2af338a1463d1d6f5de77a8314d0f9e091: Bug 1438350 [wpt PR 9525] - Add @drott, a=testonly
Chris Lilley <chris@w3.org> - Mon, 26 Mar 2018 12:17:04 +0000 - rev 775562
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1438350 [wpt PR 9525] - Add @drott, a=testonly
Automatic update from web-platform-testsAdd @drott (#9525)
wpt-commits: cf12c2761f77d01223b94bc2ddc7eae49ccac59d
wpt-pr: 9525
wpt-commits: cf12c2761f77d01223b94bc2ddc7eae49ccac59d
wpt-pr: 9525
5186f2005eb6124a878139fbd601cc3d8f8d062b: Bug 1438459 [wpt PR 9516] - Make WPT webrtc/simplecall.html pass, a=testonly
Harald Alvestrand <hta@chromium.org> - Mon, 26 Mar 2018 12:16:29 +0000 - rev 775561
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1438459 [wpt PR 9516] - Make WPT webrtc/simplecall.html pass, a=testonly
Automatic update from web-platform-testsMake WPT webrtc/simplecall.html pass
The test was failing because passing a null ("end of candidates")
candidate to addIceCandidate is not permitted.
Spec link:
https://www.w3.org/TR/webrtc/#dom-rtcpeerconnection-addicecandidate
https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-addicecandidate
Bug: none
Change-Id: I1f22d27393a482a882ebe9735488d8cb723b6e75
Reviewed-on: https://chromium-review.googlesource.com/918662
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#536977}
wpt-commits: 49d8cd27466bcd293f86a5758f21fcd23a97f196
wpt-pr: 9516
wpt-commits: 49d8cd27466bcd293f86a5758f21fcd23a97f196
wpt-pr: 9516
d021e13f96b2eaf593595d9e5e8dbe262e6d1c47: Bug 1438101 [wpt PR 9514] - [css-typed-om] Move inline style map layout tests to WPT., a=testonly
Naina Raisinghani <nainar@chromium.org> - Mon, 26 Mar 2018 12:16:02 +0000 - rev 775560
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1438101 [wpt PR 9514] - [css-typed-om] Move inline style map layout tests to WPT., a=testonly
Automatic update from web-platform-tests[css-typed-om] Move inline style map layout tests to WPT.
We used to have some inline style map layout tests for a subset of
properties. This patch moves them to WPT using the new test harness.
Properties added:
- white-space
- vertical-align
- visibility
- z-index
Bug: 774887
Change-Id: Icce056c4d7f56eed3da05834b1c561fddec53a15
Reviewed-on: https://chromium-review.googlesource.com/918203
Commit-Queue: nainar <nainar@chromium.org>
Reviewed-by: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#536966}
wpt-commits: e4730a5e002aadca9605485aec9ccb4c122f15de
wpt-pr: 9514
wpt-commits: e4730a5e002aadca9605485aec9ccb4c122f15de
wpt-pr: 9514
c95456d8bf13692a33c04dba6f3a27f41cf72b1d: Bug 1437072 [wpt PR 9448] - Adapt Accelerometer IDL tests to latest spec, a=testonly
Wanming Lin <wanming.lin@intel.com> - Mon, 26 Mar 2018 12:15:34 +0000 - rev 775559
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1437072 [wpt PR 9448] - Adapt Accelerometer IDL tests to latest spec, a=testonly
Automatic update from web-platform-testsMerge pull request #9448 from kaixinjxq/Sensor_accelerometer
Adapt Accelerometer IDL tests to latest spec
wpt-commits: 7f24ed86c4a4d35090f9a12c80656f16b2932a3a
wpt-pr: 9448
wpt-commits: 7f24ed86c4a4d35090f9a12c80656f16b2932a3a
wpt-pr: 9448
58f7cd2a11df640cdc925894fb46e414e4386be8: Bug 1437074 [wpt PR 9449] - Adapt Gyroscope IDL tests to latest spec, a=testonly
Wanming Lin <wanming.lin@intel.com> - Mon, 26 Mar 2018 12:14:59 +0000 - rev 775558
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1437074 [wpt PR 9449] - Adapt Gyroscope IDL tests to latest spec, a=testonly
Automatic update from web-platform-testsMerge pull request #9449 from kaixinjxq/Sensor_gyroscope
Adapt Gyroscope IDL tests to latest spec
wpt-commits: b16e8405a1e2985836e987f1080d77f558ae1d27
wpt-pr: 9449
wpt-commits: b16e8405a1e2985836e987f1080d77f558ae1d27
wpt-pr: 9449
7036d4e4e74ff50e0ed179f4930d815b3d74bb58: Bug 1437076 [wpt PR 9450] - Adapt Magnetometer IDL tests to latest spec, a=testonly
Wanming Lin <wanming.lin@intel.com> - Mon, 26 Mar 2018 12:14:24 +0000 - rev 775557
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1437076 [wpt PR 9450] - Adapt Magnetometer IDL tests to latest spec, a=testonly
Automatic update from web-platform-testsMerge pull request #9450 from kaixinjxq/Sensor_magnetometer
Adapt Magnetometer IDL tests to latest spec
wpt-commits: 38fe6c697693583f269b01be67df6f83523362ff
wpt-pr: 9450
wpt-commits: 38fe6c697693583f269b01be67df6f83523362ff
wpt-pr: 9450
9dc72ecfef6d537ece00c42da4b3e4b00bc052bd: Bug 1437077 [wpt PR 9451] - Adapt Orientation IDL tests to latest spec, a=testonly
Wanming Lin <wanming.lin@intel.com> - Mon, 26 Mar 2018 12:13:50 +0000 - rev 775556
Push
104740 by bmo:ntim.bugs@gmail.com at Sun, 01 Apr 2018 11:54:49 +0000
Bug 1437077 [wpt PR 9451] - Adapt Orientation IDL tests to latest spec, a=testonly
Automatic update from web-platform-testsMerge pull request #9451 from kaixinjxq/Sensor_orientation
Adapt Orientation IDL tests to latest spec
wpt-commits: 5c67a16ad3319699f8a297284939ed37269f41d2
wpt-pr: 9451
wpt-commits: 5c67a16ad3319699f8a297284939ed37269f41d2
wpt-pr: 9451