Commit Graph

606482 Commits

Author SHA1 Message Date
Nicolas Pena
c90f300a8b Bug 1476134 [wpt PR 12006] - Make longtask WPT layouttests less flaky, a=testonly
Automatic update from web-platform-testsMake longtask WPT layouttests less flaky

This CL improves tests in external/wpt/longtask-timing by:
* Increasing the length of a longtask from ~51 to ~60 to prevent a
coarse performance.now() granularity from affecting the tests.
* Wrapping the long tasks or iframes containing longtasks inside onload
handlers to ensure that the PerformanceObserver is registered by the
time the longtask is executed.

Test: third_party/blink/tools/run_web_tests external/wpt/longtask-timing
--iterations=1000 did not produce flakes.

Bug: 796668
Change-Id: Ic2ce59f7d221566f5443da9e9c7d36c7bd7bbe6f
Reviewed-on: https://chromium-review.googlesource.com/1138725
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Reviewed-by: Timothy Dresser <tdresser@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575396}

--

wpt-commits: 930d2ef0ad1f16147953a4804abd808c89e244c9
wpt-pr: 12006
2018-07-29 18:48:59 +01:00
moz-wptsync-bot
df7c617ccb Bug 1478401 [wpt PR 9845] - Update wpt metadata, a=testonly
wpt-pr: 9845
wpt-type: metadata
2018-07-29 18:48:56 +01:00
Luke Bjerring
c7aa3c62f9 Bug 1478401 [wpt PR 9845] - Update the webappsec-csp IDL file, a=testonly
Automatic update from web-platform-testsUpdate CSP idl file + test (#9845)

--

wpt-commits: bf8388ccec9bef00e8a6b86b67812e28c1302347
wpt-pr: 9845
2018-07-29 18:48:53 +01:00
moz-wptsync-bot
28298ab2a9 Bug 1476283 [wpt PR 9846] - Update wpt metadata, a=testonly
wpt-pr: 9846
wpt-type: metadata
2018-07-29 18:48:48 +01:00
Luke Bjerring
0ee72e12c5 Bug 1476283 [wpt PR 9846] - Update the webappsec-csp-embedded IDL file, a=testonly
Automatic update from web-platform-testsUpdate the webappsec-csp-embedded IDL file (#9846)

--

wpt-commits: 8fca2b564332ebf9771729a3abeb95d1ba1b6c7a
wpt-pr: 9846
2018-07-29 18:48:45 +01:00
Luke Bjerring
b60b699ec8 Bug 1474864 [wpt PR 11911] - Update the performance-timeline IDL file + test, a=testonly
Automatic update from web-platform-testsUpdate the performance-timeline IDL file + test (#11911)

--

wpt-commits: 7cd84ed72cc6a04c752b25ea6e91bcc024c27214
wpt-pr: 11911
2018-07-29 18:48:42 +01:00
moz-wptsync-bot
8f702d6a8d Bug 1476048 [wpt PR 12000] - [LayoutNG] Support rewinding unpositioned floats, a=testonly
Automatic update from web-platform-tests[LayoutNG] Support rewinding unpositioned floats

This patch supports NGLineBreaker to rewind unpositioned
floats.

When rewinding floats occurs, LayoutNG either position them
incorrectly, or hit DCHECK in paint due to duplicated ID.
This patch fixes it for unpositioned foats by matching to
Edge and Gecko.

Blink considers such floats as if it were committed
(positioned in LayoutNG terminologies) and thus the position
is incorrect.

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

--

wpt-commits: 53702f14ec8b654a9c1beb9a013cdc652703cb40
wpt-pr: 12000
MozReview-Commit-ID: 9ea37E6Spi2
2018-07-29 18:48:24 +01:00
moz-wptsync-bot
3454085340 Bug 1469106 [wpt PR 11541] - Update wpt metadata, a=testonly
wpt-pr: 11541
wpt-type: metadata
2018-07-29 18:48:20 +01:00
codeimpl
e4ea47022c Bug 1469106 [wpt PR 11541] - [WebXR] Use 'immersive' instead of 'exclusive', a=testonly
Automatic update from web-platform-tests[WebXR] Use 'immersive' instead of 'exclusive'

The 'immersive' is more intuitive term than 'exclusive'[1].

[1] https://github.com/immersive-web/webxr/pull/371

Bug: 852524
Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;luci.chromium.try :linux_optional_gpu_tests_rel;luci.chromium.try :linux_vr;luci.chromium.try :mac_optional_gpu_tests_rel;luci.chromium.try :win_optional_gpu_tests_rel
Change-Id: If5c5ab6563df40a783f9d346d319dceed1f7cc58
Reviewed-on: https://chromium-review.googlesource.com/1101601
Commit-Queue: Michael Thiessen <mthiesse@chromium.org>
Reviewed-by: Michael Thiessen <mthiesse@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Brandon Jones <bajones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575344}

--

wpt-commits: 8da1b538cfd84d599d16f43be5a53007295e7a40
wpt-pr: 11541
MozReview-Commit-ID: L7fO5G7eHdv
2018-07-29 18:47:56 +01:00
moz-wptsync-bot
89cb5280e6 Bug 1476131 [wpt PR 12004] - Update wpt metadata, a=testonly
wpt-pr: 12004
wpt-type: metadata
2018-07-29 18:47:50 +01:00
jimevans
af2827a8d1 Bug 1476131 [wpt PR 12004] - Adding explicit call to session.end for WebDriver delete session tests, a=testonly
Automatic update from web-platform-testswebdriver: add explicit call to session.end for delete session tests (#12004)

For the "delete session" command tests, the recent changes to the fixture
to create and delete sessions are bypassed. This means that at the end of
each delete session test, the harness thinks a valid session still exists.
Making an explicit call to `session.end()` at the end of each test will
put the tracking variables in the correct state for the harness to start a
new session with the next test.
--

wpt-commits: e385fa4925f71b4ac37de4c3ce235914748881f6
wpt-pr: 12004
2018-07-29 18:47:47 +01:00
moz-wptsync-bot
e1c63f27a8 Bug 1476125 [wpt PR 12003] - Update wpt metadata, a=testonly
wpt-pr: 12003
wpt-type: metadata
2018-07-29 18:47:44 +01:00
jimevans
d858759192 Bug 1476125 [wpt PR 12003] - Removing expected focus event from file upload WebDriver test, a=testonly
Automatic update from web-platform-testswebdriver: remove expected focus event from file upload test (#12003)

The WebDriver specification states that only the "change" and "input"
events. We should not also be expecting the "focus" event.
--

wpt-commits: 2437f6f7405ddd2e7a76e666dc8a8dff9c83d17b
wpt-pr: 12003
2018-07-29 18:47:40 +01:00
jimevans
5047d125ef Bug 1475862 [wpt PR 11994] - Updating Safari executor to be able to execute wdspec tests, a=testonly
Automatic update from web-platform-testsUpdating Safari executor to be able to execute wdspec tests (#11994)

Safaridriver also chokes on the selenium capabilities object, but replacing this with an empty capabilities object works.
--

wpt-commits: 1ef74288f808484bc12d1abbd49ac27d945296d1
wpt-pr: 11994
2018-07-29 18:47:37 +01:00
Marcos Cáceres
28aafca6e9 Bug 1476083 [wpt PR 12001] - Rename AddressErrorFields -> AddressErrors, a=testonly
Automatic update from web-platform-testsRename AddressErrorFields -> AddressErrors (#12001)

--

wpt-commits: 41dfb946b06a725c333314484d51da1003c901d9
wpt-pr: 12001
2018-07-29 18:47:34 +01:00
Luke Bjerring
bb2b8f2f6e Bug 1476276 [wpt PR 9786] - Update the geolocation-API IDL file, a=testonly
Automatic update from web-platform-testsUpdate the geolocation-API IDL file/test (#9786)

--

wpt-commits: d857ce193744b34af6650426cd56e2ad73c3c787
wpt-pr: 9786
2018-07-29 18:47:30 +01:00
moz-wptsync-bot
a1363970d8 Bug 1475338 [wpt PR 11946] - Update wpt metadata, a=testonly
wpt-pr: 11946
wpt-type: metadata
2018-07-29 18:47:25 +01:00
Orsi Batiz
48a22a0f5b Bug 1475338 [wpt PR 11946] - Changing srcdoc from DOMString to HTMLString, a=testonly
Automatic update from web-platform-testsChanging srcdoc from DOMString to HTMLString

A setter and a getter have been added to element.cc to support StringOrTrustedHTML

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

--

wpt-commits: 4b0008b5230f13161ecf5a4ab01905af857bacdd
wpt-pr: 11946
2018-07-29 18:47:22 +01:00
moz-wptsync-bot
87a4991511 Bug 1478401 [wpt PR 9825] - Update wpt metadata, a=testonly
wpt-pr: 9825
wpt-type: metadata
2018-07-29 18:47:18 +01:00
Luke Bjerring
6d38b00f52 Bug 1478401 [wpt PR 9825] - Update the requestidlecallback IDL file, a=testonly
Automatic update from web-platform-testsUpdate the requestidlecallback IDL test (#9825)

--

wpt-commits: b1681c1d32cf1ca384b094dc9a7f2f7691a87f1c
wpt-pr: 9825
2018-07-29 18:47:15 +01:00
moz-wptsync-bot
1365554b45 Bug 1475724 [wpt PR 11967] - Update wpt metadata, a=testonly
wpt-pr: 11967
wpt-type: metadata
2018-07-29 18:47:10 +01:00
Maja Kabus
1f018c96ec Bug 1475724 [wpt PR 11967] - HTMLBaseElement::href changed to accept TrustedTypes, a=testonly
Automatic update from web-platform-testsHTMLBaseElement::href changed to accept TrustedTypes

Changed implementation of setHref(), older version is abandoned.
Added href() getter that accepts URLString as an argument.

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

--

wpt-commits: bd2709244a313ed5ea8e08d83c22173955c1ed80
wpt-pr: 11967
2018-07-29 18:47:06 +01:00
Luke Bjerring
2efff44340 Bug 1476275 [wpt PR 9856] - Update the worklets IDL file, a=testonly
Automatic update from web-platform-testsAdd the worklets IDL file and test (#9856)

--

wpt-commits: f582e7ad3b06d37fa65957aa93dc62bf7429e803
wpt-pr: 9856
2018-07-29 18:47:03 +01:00
Philip Jägenstedt
cae7459157 Bug 1475030 [wpt PR 11918] - Move web-platform-tests/html-imports/ into Blink's LayoutTests, a=testonly
Automatic update from web-platform-testsMove web-platform-tests/html-imports/ into Blink's LayoutTests

As discussed on dom-dev:
https://groups.google.com/a/chromium.org/d/msg/dom-dev/qfHM4fKckwk/nELu4mvaAwAJ

There was already a hello.html + hello-parent.html in LayoutTests, so
these are kept and already-in-import-map.html was tweaked slightly to
use those instead.

There was also an existing hello.css, which was different, but the
test (import-attribute.html) doesn't depend on it.

Change-Id: Ib97451ff33bae16a75a2c7c703a8bac270910e38
Reviewed-on: https://chromium-review.googlesource.com/1133161
Reviewed-by: Hayato Ito <hayato@chromium.org>
Reviewed-by: Takayoshi Kochi <kochi@chromium.org>
Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575207}

--

wpt-commits: a270ae8074cbb78f568af90f511ff143cd7b3eec
wpt-pr: 11918
2018-07-29 18:46:59 +01:00
Morgan Rae Reschenberg
77a6e8564f Bug 1475880 [wpt PR 11995] - Update script to rename min-/max-content keywords, a=testonly
Automatic update from web-platform-testsUpdate script to rename min-/max-content keywords (#11995)

Changes needed to land changes at bugzilla [bug 1475645](https://bugzilla.mozilla.org/show_bug.cgi?id=1475645)
--

wpt-commits: 673c2821353d4ab96662bfb8cc4d5a53e75b0fb2
wpt-pr: 11995
2018-07-29 18:46:55 +01:00
jimevans
24f512c2af Bug 1475859 [wpt PR 11993] - Create multiple files in single temp directory for upload tests, a=testonly
Automatic update from web-platform-testswebdriver: create multiple files in single temp directory for upload tests (#11993)

Some user agents do not support multiple files in input elements in the
file upload state if the files selected are in different directories.
This commit adds the ability to create multiple temporary files in a
single temp directory instead of creating each file in its own
directory. Additionally, it adds a test uploading multiple files in
different directories for coverage of that case.
--

wpt-commits: 2161258356b82724eb2a18b1267d2450884ac052
wpt-pr: 11993
2018-07-29 18:46:50 +01:00
Anders Hartvoll Ruud
aab95deee0 Bug 1475611 [wpt PR 11964] - [css-properties-values-api] Support repeated values in Typed OM., a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Support repeated values in Typed OM.

This patch fixes two similar problems:

 1. Computed list-valued properties show up as a CSSStyleValue when calling
    computedStyleMap().get(name).
 2. Computed list-valued properties show up as a CSSStyleValue when calling
    computedStyleMap().getAll(name).

The fixes are also similar:

 1. StylePropertyMapReadOnly::get only checked property.IsRepeated() when
    determining whether it should look inside a possible list. However,
    CSSPropertyVariable is never repeated. This is because
    CSSPropertyVariable does not represent a single, specific custom
    property, but rather _all_ custom properties.

    For CSSPropertyVariable, if we have a CSSValueList, it means that
    it is registered with either '<foo>+', or '<foo>#', and that makes it
    a "list valued property" [1].

2. Similar to (1), the value would be treated as unsupported if property.
   IsRepeated() was false. Again, a situation of CSSPropertyVariable+
   CSSValueList means that the property is registered as a list.

Note1: The value for a custom property can only be a CSSValueList if the
       runtime enabled feature CSSVariables2 is enabled. In all other
       cases, it's a CSSCustomPropertyDeclaration. See
       ComputedStyleCSSValueMapping::Get ('registry' is nullptr without
       the feature).

Note2: It might make more sense to ignore the repeatability of the
       property, and instead just look at whether we actually have a
       CSSValueList, but such a change would require a change of the
       css-typed-om spec.

[1] https://drafts.css-houdini.org/css-typed-om-1/#list-valued-properties
    https://drafts.css-houdini.org/css-typed-om-1/#reify-stylevalue

R=chrishtr@chromium.org

Bug: 862152
Change-Id: Ic854f54f14313b6b683601d0677dcc1dd4205ccd
Reviewed-on: https://chromium-review.googlesource.com/1136295
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Commit-Queue: Anders Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575166}

--

wpt-commits: 59fa23d519b9d6ef0892170ba86ef0b9aee6ad24
wpt-pr: 11964
2018-07-29 18:46:45 +01:00
L. David Baron
0d92e60214 Bug 1475800 [wpt PR 11991] - Sync Mozilla tests as of 2018-07-14, a=testonly
Automatic update from web-platform-testsSync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/04dd259d71db60341016eccf53ced43742319631 . (#11991)

--

wpt-commits: 6a1268ae760f933780c14f29f11c78f629707810
wpt-pr: 11991
2018-07-29 18:46:42 +01:00
moz-wptsync-bot
c51363f11a Bug 1475159 [wpt PR 11936] - Update wpt metadata, a=testonly
wpt-pr: 11936
wpt-type: metadata
2018-07-29 18:46:38 +01:00
Luke Bjerring
45a7e89eb8 Bug 1475159 [wpt PR 11936] - Update page-visibility IDL file + test, a=testonly
Automatic update from web-platform-testsUpdate page-visibility IDL file + test (#11936)

* Add page-visibility idl file

* Updated page-visibility IDL file

* Updated page-visibility IDL file

* Updated page-visibility IDL file

* Updated page-visibility IDL file

* Update tests

--

wpt-commits: 514fda2424234060beca900a3f3a48962b627481
wpt-pr: 11936
2018-07-29 18:46:34 +01:00
jimevans
76651e5cd6 Bug 1478401 [wpt PR 11990] - Adding custom pytest marker registration to WebDriver tests, a=testonly
Automatic update from web-platform-testsAdding custom pytest marker registration to WebDriver tests (#11990)

The WebDriver tests can now use a custom pytest marker to specify the
capabilities for a session in a specific test. The marker must be
registered with the system to be valid, however.
--

wpt-commits: af3df7d99f7f77daa69dd11f19969b48c2c34e46
wpt-pr: 11990
2018-07-29 18:46:30 +01:00
moz-wptsync-bot
c45c03c430 Bug 1475688 [wpt PR 11965] - Update wpt metadata, a=testonly
wpt-pr: 11965
wpt-type: metadata
2018-07-29 18:46:27 +01:00
Anders Hartvoll Ruud
3cf6d41e6b Bug 1475688 [wpt PR 11965] - [css-properties-values-api] Add test for cascading behavior., a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Add test for cascading behavior.

Registered custom properties should behave as if they weren't registered
for parsing and cascading purposes. Only at computed-value time does the
syntax from the registration come into play.

R=chrishtr@chromium.org

Bug: 641877
Change-Id: I5ed5b334318e653da660b88b2dd912cc0b59f36d
Reviewed-on: https://chromium-review.googlesource.com/1136448
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Commit-Queue: Anders Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575161}

--

wpt-commits: 255adeaa04cd95bb3ccb2ff8922885151f2dc882
wpt-pr: 11965
2018-07-29 18:46:24 +01:00
Luke Bjerring
77b395a3fb Bug 1475795 [wpt PR 11986] - Update trivial whitespace changes, a=testonly
Automatic update from web-platform-testsUpdate trivial whitespace changes (#11986)

--

wpt-commits: 61cfbea7b435fc082c3c925d9203863e97b3d105
wpt-pr: 11986
2018-07-29 18:46:20 +01:00
Luke Bjerring
0cd0b43a6b Bug 1475779 [wpt PR 11982] - Update trivial IDL changes, a=testonly
Automatic update from web-platform-testsUpdate trivial IDL changes (#11982)

--

wpt-commits: 548797a187c026858edfa2105ecb00e98fab0acd
wpt-pr: 11982
2018-07-29 18:46:17 +01:00
Sandra Sun
5cbd571607 Bug 1475733 [wpt PR 11970] - Reland "Correctly initialize and test SnapContainerData in cc.", a=testonly
Automatic update from web-platform-testsReland "Correctly initialize and test SnapContainerData in cc."

This reverts commit 0fc70abb02f52598f0f98eafd7001490545bc0c9.

This patch increases the no-animation wait time to reduce
flakiness.

Reason for revert: <INSERT REASONING HERE>

Original change's description:
> Revert "Correctly initialize and test SnapContainerData in cc."
>
> This reverts commit 37061f875b167ab82f1a0ddca84b510b7c6802dc.
>
> Reason for revert:
> The layout tests added by this CL is failing on the CL:
> https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win10/37804
>
> Original change's description:
> > Correctly initialize and test SnapContainerData in cc.
> >
> > This patch initializes the rect_ field in SnapContainerData in copy
> > constructor and move constructor. Fixing a snapping issue in the
> > composited pages.
> >
> > We also adds external/wpt/css/css-scroll-snap/ to the virtual/threaded
> > test suite so that they are tested with the composited cases.
> >
> > snap-at-user-scroll-end-manual-automation.js calls
> > mouseClickInTarget() of pointerevent_common_input.js. That method
> > invokes programmatic scrolls. The test was written before programmatic
> > scroll snapping was implemented so it worked at that time. However,
> > with programmatic scroll snapping implemented, it will always snap
> > in mouseClickIntarget() and cannot test whether the user scroll snaps.
> > This patch adds a parameter shouldScrollToTarget to mouseClickInTarget
> > to avoid invoking programmatic scrolls in the test.
> >
> > This patch also checks nullptr for layout_box in
> > ScrollManager::SnapAtGestureScrollEnd() to fix a crash.
> >
> > Bug: 862406, 862571
> > Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
> > Change-Id: I6a53818cf74421a4100ad6f908158abf302a5b8e
> > Reviewed-on: https://chromium-review.googlesource.com/1132386
> > Commit-Queue: Sandra Sun <sunyunjia@chromium.org>
> > Reviewed-by: Majid Valipour <majidvp@chromium.org>
> > Reviewed-by: Robert Flack <flackr@chromium.org>
> > Cr-Commit-Position: refs/heads/master@{#574781}
>
> TBR=flackr@chromium.org,majidvp@chromium.org,sunyunjia@chromium.org
>
> Change-Id: I55c77c05c0381c8ac638bd106d2d18b1b4332745
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try : true
> Bug: 862406, 862571
> Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
> Reviewed-on: https://chromium-review.googlesource.com/1136171
> Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
> Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#574825}

TBR=flackr@chromium.org,majidvp@chromium.org,sunyunjia@chromium.org,tzik@chromium.org

Change-Id: I85550f6f01b2466d8ceb03e44c15253079a5059c
No-Presubmit: true
No-Tree-Checks: true
No-Try : true
Bug: 862406, 862571
Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
Reviewed-on: https://chromium-review.googlesource.com/1136613
Commit-Queue: Sandra Sun <sunyunjia@chromium.org>
Reviewed-by: Sandra Sun <sunyunjia@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574983}

--

wpt-commits: 8c497bd26ebfbd719dfcc580bc945e4e4cf6bce0
wpt-pr: 11970
MozReview-Commit-ID: XsdftlySZA
2018-07-29 18:45:57 +01:00
Sandra Sun
24ffb6fef3 Bug 1475737 [wpt PR 11972] - Revert "Reland "Correctly initialize and test SnapContainerData in cc."", a=testonly
Automatic update from web-platform-testsRevert "Reland "Correctly initialize and test SnapContainerData in cc.""

This reverts commit 043b97cee41154a32d6c1cd8965075813a9ba672.

Reason for revert: <INSERT REASONING HERE>

Original change's description:
> Reland "Correctly initialize and test SnapContainerData in cc."
>
> This reverts commit 0fc70abb02f52598f0f98eafd7001490545bc0c9.
>
> Reason for revert: <INSERT REASONING HERE>
>
> Original change's description:
> > Revert "Correctly initialize and test SnapContainerData in cc."
> >
> > This reverts commit 37061f875b167ab82f1a0ddca84b510b7c6802dc.
> >
> > Reason for revert:
> > The layout tests added by this CL is failing on the CL:
> > https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win10/37804
> >
> > Original change's description:
> > > Correctly initialize and test SnapContainerData in cc.
> > >
> > > This patch initializes the rect_ field in SnapContainerData in copy
> > > constructor and move constructor. Fixing a snapping issue in the
> > > composited pages.
> > >
> > > We also adds external/wpt/css/css-scroll-snap/ to the virtual/threaded
> > > test suite so that they are tested with the composited cases.
> > >
> > > snap-at-user-scroll-end-manual-automation.js calls
> > > mouseClickInTarget() of pointerevent_common_input.js. That method
> > > invokes programmatic scrolls. The test was written before programmatic
> > > scroll snapping was implemented so it worked at that time. However,
> > > with programmatic scroll snapping implemented, it will always snap
> > > in mouseClickIntarget() and cannot test whether the user scroll snaps.
> > > This patch adds a parameter shouldScrollToTarget to mouseClickInTarget
> > > to avoid invoking programmatic scrolls in the test.
> > >
> > > This patch also checks nullptr for layout_box in
> > > ScrollManager::SnapAtGestureScrollEnd() to fix a crash.
> > >
> > > Bug: 862406, 862571
> > > Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
> > > Change-Id: I6a53818cf74421a4100ad6f908158abf302a5b8e
> > > Reviewed-on: https://chromium-review.googlesource.com/1132386
> > > Commit-Queue: Sandra Sun <sunyunjia@chromium.org>
> > > Reviewed-by: Majid Valipour <majidvp@chromium.org>
> > > Reviewed-by: Robert Flack <flackr@chromium.org>
> > > Cr-Commit-Position: refs/heads/master@{#574781}
> >
> > TBR=flackr@chromium.org,majidvp@chromium.org,sunyunjia@chromium.org
> >
> > Change-Id: I55c77c05c0381c8ac638bd106d2d18b1b4332745
> > No-Presubmit: true
> > No-Tree-Checks: true
> > No-Try : true
> > Bug: 862406, 862571
> > Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
> > Reviewed-on: https://chromium-review.googlesource.com/1136171
> > Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
> > Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
> > Cr-Commit-Position: refs/heads/master@{#574825}
>
> TBR=flackr@chromium.org,majidvp@chromium.org,sunyunjia@chromium.org,tzik@chromium.org
>
> Change-Id: I4a9480b68c15e0dfcfd13df6ed6c0e6b8ab5a8e3
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try : true
> Bug: 862406, 862571
> Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
> Reviewed-on: https://chromium-review.googlesource.com/1136671
> Reviewed-by: Sandra Sun <sunyunjia@chromium.org>
> Commit-Queue: Sandra Sun <sunyunjia@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#574926}

TBR=flackr@chromium.org,majidvp@chromium.org,sunyunjia@chromium.org,tzik@chromium.org

Change-Id: If9d1e6f73393a7dddc9f8f418606946f070b45be
No-Presubmit: true
No-Tree-Checks: true
No-Try : true
Bug: 862406, 862571
Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
Reviewed-on: https://chromium-review.googlesource.com/1136612
Reviewed-by: Sandra Sun <sunyunjia@chromium.org>
Commit-Queue: Sandra Sun <sunyunjia@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574931}

--

wpt-commits: f4f52bf558ed539b50ed3d40187683b58fd00a38
wpt-pr: 11972
MozReview-Commit-ID: 83cQslJyTIG
2018-07-29 18:45:32 +01:00
moz-wptsync-bot
bf31891ad4 Bug 1475109 [wpt PR 11926] - Update wpt metadata, a=testonly
wpt-pr: 11926
wpt-type: metadata
2018-07-29 18:45:28 +01:00
Florian Rivoal
54a6908b3e Bug 1475109 [wpt PR 11926] - Rename 'white-space' tests about the 'break-spaces' value instead of 'pre-wrap', a=testonly
Automatic update from web-platform-testsMerge pull request #11926 from javifernandez/rename-break-spaces-tests

Rename 'white-space' tests about the 'break-spaces' value instead of 'pre-wrap'
--

wpt-commits: e5dee45d6b94e52b4445d2b3a26f3ef775b740d4
wpt-pr: 11926


--HG--
rename : testing/web-platform/tests/css/css-text/white-space/pre-wrap-010.html => testing/web-platform/tests/css/css-text/white-space/break-spaces-003.html
rename : testing/web-platform/tests/css/css-text/white-space/textarea-pre-wrap-008.html => testing/web-platform/tests/css/css-text/white-space/textarea-break-spaces-001.html
rename : testing/web-platform/tests/css/css-text/white-space/textarea-pre-wrap-009.html => testing/web-platform/tests/css/css-text/white-space/textarea-break-spaces-002.html
rename : testing/web-platform/tests/css/css-text/white-space/textarea-pre-wrap-010.html => testing/web-platform/tests/css/css-text/white-space/textarea-break-spaces-003.html
2018-07-29 18:45:24 +01:00
Sandra Sun
f7e77e6afe Bug 1475729 [wpt PR 11969] - Reland "Correctly initialize and test SnapContainerData in cc.", a=testonly
Automatic update from web-platform-testsReland "Correctly initialize and test SnapContainerData in cc."

This reverts commit 0fc70abb02f52598f0f98eafd7001490545bc0c9.

Reason for revert: <INSERT REASONING HERE>

Original change's description:
> Revert "Correctly initialize and test SnapContainerData in cc."
>
> This reverts commit 37061f875b167ab82f1a0ddca84b510b7c6802dc.
>
> Reason for revert:
> The layout tests added by this CL is failing on the CL:
> https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win10/37804
>
> Original change's description:
> > Correctly initialize and test SnapContainerData in cc.
> >
> > This patch initializes the rect_ field in SnapContainerData in copy
> > constructor and move constructor. Fixing a snapping issue in the
> > composited pages.
> >
> > We also adds external/wpt/css/css-scroll-snap/ to the virtual/threaded
> > test suite so that they are tested with the composited cases.
> >
> > snap-at-user-scroll-end-manual-automation.js calls
> > mouseClickInTarget() of pointerevent_common_input.js. That method
> > invokes programmatic scrolls. The test was written before programmatic
> > scroll snapping was implemented so it worked at that time. However,
> > with programmatic scroll snapping implemented, it will always snap
> > in mouseClickIntarget() and cannot test whether the user scroll snaps.
> > This patch adds a parameter shouldScrollToTarget to mouseClickInTarget
> > to avoid invoking programmatic scrolls in the test.
> >
> > This patch also checks nullptr for layout_box in
> > ScrollManager::SnapAtGestureScrollEnd() to fix a crash.
> >
> > Bug: 862406, 862571
> > Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
> > Change-Id: I6a53818cf74421a4100ad6f908158abf302a5b8e
> > Reviewed-on: https://chromium-review.googlesource.com/1132386
> > Commit-Queue: Sandra Sun <sunyunjia@chromium.org>
> > Reviewed-by: Majid Valipour <majidvp@chromium.org>
> > Reviewed-by: Robert Flack <flackr@chromium.org>
> > Cr-Commit-Position: refs/heads/master@{#574781}
>
> TBR=flackr@chromium.org,majidvp@chromium.org,sunyunjia@chromium.org
>
> Change-Id: I55c77c05c0381c8ac638bd106d2d18b1b4332745
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try : true
> Bug: 862406, 862571
> Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
> Reviewed-on: https://chromium-review.googlesource.com/1136171
> Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
> Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#574825}

TBR=flackr@chromium.org,majidvp@chromium.org,sunyunjia@chromium.org,tzik@chromium.org

Change-Id: I4a9480b68c15e0dfcfd13df6ed6c0e6b8ab5a8e3
No-Presubmit: true
No-Tree-Checks: true
No-Try : true
Bug: 862406, 862571
Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
Reviewed-on: https://chromium-review.googlesource.com/1136671
Reviewed-by: Sandra Sun <sunyunjia@chromium.org>
Commit-Queue: Sandra Sun <sunyunjia@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574926}

--

wpt-commits: 7b9c0db081fc56c7d3b1ab5cd729172a04ace21c
wpt-pr: 11969
MozReview-Commit-ID: IcOob62I6xz
2018-07-29 18:44:58 +01:00
L. David Baron
28dad2e83f Bug 1475719 [wpt PR 11966] - Sync Mozilla tests as of 2018-07-13, a=testonly
Automatic update from web-platform-testsSync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/e951f4ad123aa87d1d392c286db14cabb41a8560 . (#11966)

--

wpt-commits: 09b1e552b10c3d0614148b24e40de6c007848bfa
wpt-pr: 11966
2018-07-29 18:44:54 +01:00
moz-wptsync-bot
663f61d933 Bug 1475307 [wpt PR 11943] - Update wpt metadata, a=testonly
wpt-pr: 11943
wpt-type: metadata
2018-07-29 18:44:51 +01:00
Maja Kabus
c7d1f926bf Bug 1475307 [wpt PR 11943] - location.assign() and location.replace() changed to accept TrustedTypes, a=testonly
Automatic update from web-platform-testslocation.assign() and location.replace() changed to accept TrustedTypes

Previous versions of functions made private and named
assignFromString and replaceFromString,respectively.
assign wraps assignFromString.
replace wraps replaceFromString.

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

--

wpt-commits: d886715e456fb9a2e23e310ceaf8f9edc38f24b2
wpt-pr: 11943
2018-07-29 18:44:48 +01:00
moz-wptsync-bot
4d128474f5 Bug 1474715 [wpt PR 11891] - Update wpt metadata, a=testonly
wpt-pr: 11891
wpt-type: metadata
2018-07-29 18:44:45 +01:00
Maja Kabus
e6e633a302 Bug 1474715 [wpt PR 11891] - createContextualFragment changed to accept TrustedTypes, a=testonly
Automatic update from web-platform-testscreateContextualFragment changed to accept TrustedTypes

Previous version of function made private and named
createContextualFragmentFromString.
createContextualFragment wraps createContextualFragmentFromString.

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

--

wpt-commits: 9e4a93afa661c4a6ecb39ce810fcc77d73cd6405
wpt-pr: 11891
2018-07-29 18:44:42 +01:00
moz-wptsync-bot
77b315b040 Bug 1475300 [wpt PR 11942] - Update wpt metadata, a=testonly
wpt-pr: 11942
wpt-type: metadata
2018-07-29 18:44:38 +01:00
Anders Hartvoll Ruud
63948a5ef9 Bug 1475300 [wpt PR 11942] - [css-properties-values-api] Add tests for Typed OM reification., a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Add tests for Typed OM reification.

How registered custom properties are reified is currently not specified
[1]. For computed values, it should hopefully be pretty obvious how it
should work. (For declared/inline style it is less clear).

This patch adds tests for the computed style only.

Note:

 * <transform-function> is not tested, because it appears that this
   syntax was re-added to the spec by mistake, so I expect support for
   <transform-function> will be reverted.
 * <transform-list> and list syntaxes in general are not tested, because
   it's currently broken in Blink. Tests for list syntaxes will be added
   along with the fix for that.

[1] https://drafts.css-houdini.org/css-typed-om-1/#reify-stylevalue

R=chrishtr@chromium.org

Bug: 641877
Change-Id: Ic177bfe2b90897ec44ef4405c745171d8b226e82
Reviewed-on: https://chromium-review.googlesource.com/1134778
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Commit-Queue: Anders Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574858}

--

wpt-commits: 5c9c5d9154fa3d32a83d5ff08205e85dc0bd597f
wpt-pr: 11942
2018-07-29 18:44:35 +01:00
Geoff Brown
0ff2524d56 Bug 1478801 - Enable structured output parser for most Windows tests; r=ahal
Uses the same mozharness structured output parser configuration on Windows as
on Linux and osx, for consistency.
Removes the ineffective "structured_suites" configuration for Windows unit
tests, since that key is ignored in desktop_unittest.py.
Also changes desktop_unittest.py to use structured output by default in
the absence of the expected unstructured_flavors configuration.
2018-07-29 11:18:58 -06:00
shindli
774474fe26 Backed out 11 changesets (bug 1478892, bug 1478587) for build bustages in ../../../dist/bin/gdb-tests on a CLOSED TREE
Backed out changeset 185a4564afa5 (bug 1478892)
Backed out changeset c4b339472f4b (bug 1478587)
Backed out changeset 1a4669e53b46 (bug 1478587)
Backed out changeset aa8a0735f303 (bug 1478587)
Backed out changeset d1cd66e6d3c3 (bug 1478587)
Backed out changeset 63ccd68e1da3 (bug 1478587)
Backed out changeset 3a111fdc418d (bug 1478587)
Backed out changeset 756cbd89533a (bug 1478587)
Backed out changeset 9546bfc93c7a (bug 1478587)
Backed out changeset b335930f96b4 (bug 1478587)
Backed out changeset a47cd872a700 (bug 1478587)
2018-07-29 13:33:00 +03:00
Csoregi Natalia
aa9e00e0d6 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-07-29 12:48:15 +03:00