Commit Graph

594120 Commits

Author SHA1 Message Date
Robert Ma
a387613ba9 Bug 1458100 [wpt PR 10723] - Attempt to make Config.ports() thread-safe, a=testonly
Automatic update from web-platform-testsMake Config.ports() thread-safe

Avoid concurrent modifications of self._computed_ports. Fix #10667.

--

wpt-commits: 7f2b38f30a61b02545c289179be4676629727c5f
wpt-pr: 10723
2018-05-02 08:05:36 +01:00
Tarun Bansal
65b99cbeaa Bug 1458086 [wpt PR 10719] - Add web platform test for malformed client hints header, a=testonly
Automatic update from web-platform-testsAdd web platform test for malformed client hints header

Bug: 817049
Change-Id: I06eba99526dfd5b0a3f7fdc8fca60355abf93326
Reviewed-on: https://chromium-review.googlesource.com/1035914
Reviewed-by: Robert Ma <robertma@chromium.org>
Commit-Queue: Tarun Bansal <tbansal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554860}

--

wpt-commits: b112fb2a9f891d2391782786ad54058b794b7312
wpt-pr: 10719
2018-05-02 08:05:36 +01:00
Manuel Rego Casasnovas
755e9897ef Bug 1457956 [wpt PR 10714] - [css-tables] Scrollbar should be removed from OverrideLogicalHeight(), a=testonly
Automatic update from web-platform-tests[css-tables] Scrollbar should be removed from OverrideLogicalHeight()

When computing the percentage height of table cell replaced children,
if the table cell has horizontal scrollbar we have to subtract
its height from the OverrideLogicalHeight().

The patch is just following a suggestion from a TODO in
LayoutBox::AvailableLogicalHeightUsing().

BUG=838144
TEST=external/wpt/css/css-tables/height-distribution/percentage-sizing-of-table-cell-replaced-children-001.html

Change-Id: I21f33b82978ffaeb7a6f04eb49ef2e1a52c1e8c0
Reviewed-on: https://chromium-review.googlesource.com/1035125
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#554853}

--

wpt-commits: 621c98d70bc30cae3319aef809c98929420c0f06
wpt-pr: 10714
2018-05-02 08:05:36 +01:00
Fernando Serboncini
5ba76381fa Bug 1457225 [wpt PR 10662] - Makes OffscreenCanvas dispatch on MainThread and Workers, a=testonly
Automatic update from web-platform-testsMakes OffscreenCanvas dispatch on MainThread and Workers

- removes old commit() from OffscreenCanvasRenderingContexts.
- makes sure that DidDraw is correctly called and triggers a BeginFrame
that will trigger a Dispatch of the frame.

Bug: 833902
Change-Id: I08ceeba9e7e00da35977bcc4e96a189b366a856c
Reviewed-on: https://chromium-review.googlesource.com/1028559
Commit-Queue: Fernando Serboncini <fserb@chromium.org>
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Reviewed-by: Miguel Casas <mcasas@chromium.org>
Reviewed-by: Justin Novosad <junov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554825}

--

wpt-commits: 161d6c4fa0dd8c24b93db569c7e76f877443ad02
wpt-pr: 10662
2018-05-02 08:05:37 +01:00
moz-wptsync-bot
3f5bf713c3 Bug 1457940 [wpt PR 10712] - Update wpt metadata, a=testonly
wpt-pr: 10712
wpt-type: metadata
2018-05-02 07:49:30 +01:00
Anne van Kesteren
c630b4dc9c Bug 1457940 [wpt PR 10712] - Correct new Document() URL test, a=testonly
Automatic update from web-platform-testsCorrect new Document() URL test

--

wpt-commits: 9ec3a12008b91d8ad81ad4661e200b898b1ea542
wpt-pr: 10712
2018-05-02 07:49:28 +01:00
Anne van Kesteren
d1111955b1 Bug 1457447 [wpt PR 10680] - HTML: document.open() and mutation events, a=testonly
Automatic update from web-platform-testsHTML: document.open() and mutation events

See https://github.com/whatwg/html/pull/3598.

--

wpt-commits: e4b690a768b15c0b2aab558e97454385ec7164e1
wpt-pr: 10680
2018-05-02 07:49:26 +01:00
Anne van Kesteren
32f22f0240 Bug 1457932 [wpt PR 10711] - XMLHttpRequest: remove some unneeded boilerplate resources, a=testonly
Automatic update from web-platform-testsXMLHttpRequest: remove some unneeded boilerplate resources

--

wpt-commits: 19c73b06c7051a13cef00e6bd3801275ddfd5098
wpt-pr: 10711
2018-05-02 07:49:23 +01:00
Manuel Rego Casasnovas
ece605540c Bug 1457123 [wpt PR 10651] - [css-writing-modes] Fix percentages on orthogonal replaced children, a=testonly
Automatic update from web-platform-tests[css-writing-modes] Fix percentages on orthogonal replaced children

This patch modifies LayoutBox::ComputeReplacedLogicalWidth|HeightUsing()
so it's aware of the orthogonal flow cases.

For example to compute the relative widths of replaced elements,
if the element direction is perpendicular to its containing block
it should use the containing block height instead of the width.

BUG=837146
TEST=external/wpt/css/css-writing-modes/sizing-percentages-replaced-orthogonal-001.html

Change-Id: I655c984703e2073be9a3a649ac79a63f8c136cc0
Reviewed-on: https://chromium-review.googlesource.com/1029852
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#554731}

--

wpt-commits: 435b33acfe825349ac7c18262a8e0b11e2be38e5
wpt-pr: 10651
2018-05-02 07:49:21 +01:00
moz-wptsync-bot
b5654f9aef Bug 1453135 [wpt PR 10407] - Update wpt metadata, a=testonly
wpt-pr: 10407
wpt-type: metadata
2018-05-02 07:49:19 +01:00
James Graham
9f0a907e22 Bug 1453135 [wpt PR 10407] - Add reftest selftests to the infrastructure directory, a=testonly
Automatic update from web-platform-testsAdd reftest selftests to the infrastructure directory

--
Fix computing reftest_nodes_by_url.

We were accidentally not including anything in reftest_nodes_by_url
due to a combination of a typo and some bugs. This meant that reftest
chains only ever ran the first comparison and then passed. Fix this,
and add a test to ensure that it keeps working.

--

wpt-commits: 904b311d01f877c4fdd7daf7dc8dce323f8ea579, be39b58a90d40029baf928bbd78e450ffa8a26c3
wpt-pr: 10407


--HG--
rename : testing/web-platform/tests/tools/wptrunner/test/metadata/reftest/reftest_and_fail.html.ini => testing/web-platform/tests/infrastructure/metadata/infrastructure/reftest/reftest_and_fail.html.ini
rename : testing/web-platform/tests/tools/wptrunner/test/metadata/reftest/reftest_cycle_fail.html.ini => testing/web-platform/tests/infrastructure/metadata/infrastructure/reftest/reftest_cycle_fail.html.ini
rename : testing/web-platform/tests/tools/wptrunner/test/metadata/reftest/reftest_match_fail.html.ini => testing/web-platform/tests/infrastructure/metadata/infrastructure/reftest/reftest_match_fail.html.ini
rename : testing/web-platform/tests/tools/wptrunner/test/metadata/reftest/reftest_mismatch_fail.html.ini => testing/web-platform/tests/infrastructure/metadata/infrastructure/reftest/reftest_mismatch_fail.html.ini
rename : testing/web-platform/tests/tools/wptrunner/test/metadata/reftest/reftest_ref_timeout.html.ini => testing/web-platform/tests/infrastructure/metadata/infrastructure/reftest/reftest_ref_timeout.html.ini
rename : testing/web-platform/tests/tools/wptrunner/test/metadata/reftest/reftest_timeout.html.ini => testing/web-platform/tests/infrastructure/metadata/infrastructure/reftest/reftest_timeout.html.ini
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/green-ref.html => testing/web-platform/tests/infrastructure/reftest/green-ref.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/green.html => testing/web-platform/tests/infrastructure/reftest/green.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/red.html => testing/web-platform/tests/infrastructure/reftest/red.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest.https.html => testing/web-platform/tests/infrastructure/reftest/reftest.https.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_and_fail.html => testing/web-platform/tests/infrastructure/reftest/reftest_and_fail.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_and_fail_0-ref.html => testing/web-platform/tests/infrastructure/reftest/reftest_and_fail_0-ref.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_cycle.html => testing/web-platform/tests/infrastructure/reftest/reftest_cycle.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_cycle_0-ref.html => testing/web-platform/tests/infrastructure/reftest/reftest_cycle_0-ref.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_cycle_1-ref.html => testing/web-platform/tests/infrastructure/reftest/reftest_cycle_1-ref.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_cycle_fail.html => testing/web-platform/tests/infrastructure/reftest/reftest_cycle_fail.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_cycle_fail_0-ref.html => testing/web-platform/tests/infrastructure/reftest/reftest_cycle_fail_0-ref.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_match.html => testing/web-platform/tests/infrastructure/reftest/reftest_match.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_match_fail.html => testing/web-platform/tests/infrastructure/reftest/reftest_match_fail.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_mismatch.html => testing/web-platform/tests/infrastructure/reftest/reftest_mismatch.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_mismatch_fail.html => testing/web-platform/tests/infrastructure/reftest/reftest_mismatch_fail.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_or_0.html => testing/web-platform/tests/infrastructure/reftest/reftest_or_0.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_ref_timeout.html => testing/web-platform/tests/infrastructure/reftest/reftest_ref_timeout.html
rename : testing/web-platform/tests/tools/wptrunner/test/testdata/reftest/reftest_timeout.html => testing/web-platform/tests/infrastructure/reftest/reftest_timeout.html
2018-05-02 07:49:17 +01:00
Simon Pieters
fa13621366 Bug 1456619 [wpt PR 10612] - Add infrastructure/OWNERS, a=testonly
Automatic update from web-platform-testsAdd infrastructure/OWNERS

--

wpt-commits: d73401790fa2dd0be99727be89a31822929896c7
wpt-pr: 10612
2018-05-02 07:49:14 +01:00
moz-wptsync-bot
fd759c62fc Bug 1456516 [wpt PR 10606] - Reindent websocket *.any.js files, a=testonly
Automatic update from web-platform-testsEditorial: Reindent websocket *.any.js files

Command used:
find . -name "*.any.js" | xargs -I {} js-beautify -r -s 2 -n {}

--

wpt-commits: 78d32dd2ed106a59a34664ade2274426601365de
wpt-pr: 10606
2018-05-02 07:49:12 +01:00
BigBlueHat
1c8dfd30bf Bug 1455866 [wpt PR 10562] - Fix RequestHeaders to proper concat repeats, a=testonly
Automatic update from web-platform-testsFix RequestHeaders to proper concat repeats (#10562)

Previously RequestHeaders only provided the last instance
of a repeated header.
--

wpt-commits: 82530fb7c6c2145b1448faec668be99e6e9d3fd7
wpt-pr: 10562
2018-05-02 07:49:10 +01:00
moz-wptsync-bot
6f88ab5ac0 Bug 1457551 [wpt PR 10693] - Update wpt metadata, a=testonly
wpt-pr: 10693
wpt-type: metadata
2018-05-02 07:49:08 +01:00
Yoav Weiss
5e7f5e578c Bug 1457551 [wpt PR 10693] - Assert serverTiming lives on PerformanceNavigationTiming and PerformanceResourceTiming, a=testonly
Automatic update from web-platform-testsMerge pull request #10693 from cvazac/cvazac/idl-tests

Assert serverTiming lives on PerformanceNavigationTiming and PerformanceResourceTiming
--

wpt-commits: 06179b0154b0678d691c82adee9a9e97a702c73d
wpt-pr: 10693
2018-05-02 07:49:07 +01:00
Anne van Kesteren
02d9d3db37 Bug 1457402 [wpt PR 10674] - Remove [LegacyArrayClass], a=testonly
Automatic update from web-platform-testsRemove [LegacyArrayClass]

See https://github.com/w3c/fxtf-drafts/pull/281 and https://github.com/heycam/webidl/pull/551.

--

wpt-commits: 43dd25c888da9b903cedeb3bb5b8a832b2d51b97
wpt-pr: 10674
2018-05-02 07:49:04 +01:00
moz-wptsync-bot
ed8d767455 Bug 1455428 [wpt PR 10539] - Update wpt metadata, a=testonly
wpt-pr: 10539
wpt-type: metadata
2018-05-02 07:49:02 +01:00
Tab Atkins Jr
fdd0cf6a89 Bug 1455428 [wpt PR 10539] - Test for https://github.com/w3c/csswg-drafts/pull/1986, a=testonly
Automatic update from web-platform-testsMerge pull request #10539 from tabatkins/css-syntax-whitespace

Test for https://github.com/w3c/csswg-drafts/pull/1986
--

wpt-commits: cc364d6f98b111e488aa1d88064af21566ec4184
wpt-pr: 10539
2018-05-02 07:49:00 +01:00
Morten Stenshorne
27679e224f Bug 1457476 [wpt PR 10685] - Add tests for floats next to new formatting contexts., a=testonly
Automatic update from web-platform-testsAdd tests for floats next to new formatting contexts.

Whether an in-flow block-level box that establishes a new formatting
context fits beside a float or not determines whether the float is
adjoining with the new formatting context box or not.

This matters if the box that establishes a new formatting context has a
top margin. If the float turns out to be adjoining, it's affected by
that margin, but not otherwise, i.e. if the new formatting context box
needs to go below the float due to insufficient available width.

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: I66455845974cbcd5bef36927876512b05a15f435
Reviewed-on: https://chromium-review.googlesource.com/1032732
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554510}

--

wpt-commits: ea89515a92d0580fc85e9cff8aa6895c9aa509f5
wpt-pr: 10685
2018-05-02 07:48:57 +01:00
Ehsan Karamad
287a1b3fad Bug 1457530 [wpt PR 10690] - Rename a WPT, a=testonly
Automatic update from web-platform-testsRename a WPT

The test does not require nor use "server-side substitution" and the
flag ".sub" was left by mistake.

Bug: 611982
Change-Id: I5674911c22d1fb55e7aa41125d343966f4b8a84f
Reviewed-on: https://chromium-review.googlesource.com/1033352
Reviewed-by: Ian Clelland <iclelland@chromium.org>
Commit-Queue: Ehsan Karamad <ekaramad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554432}

--

wpt-commits: da2fb690481adb7fda393474459c066568b96029
wpt-pr: 10690


--HG--
rename : testing/web-platform/tests/feature-policy/experimental-features/vertical-scroll-scrollintoview.tentative.sub.html => testing/web-platform/tests/feature-policy/experimental-features/vertical-scroll-scrollintoview.tentative.html
2018-05-02 07:48:55 +01:00
Stephen McGruer
7c797649ee Bug 1456650 [wpt PR 10618] - Make KeyframeEffectReadOnly::setKeyframes take effect immediately, a=testonly
Automatic update from web-platform-testsMake KeyframeEffectReadOnly::setKeyframes take effect immediately

Previously we wouldn't notice that the keyframes had changed until the
next animation update. This CL fixes that by clearing any cached sampled
effects and notifying the owning Animation that it needs to invalidate
it's information.

This also fixes updating composited animations; invalidating the effect
on the animation causes us to properly restart the composited animation.

Bug: 799061, 835824
Change-Id: Ib307a5409c52c5dab1ee0f98c989d7dbaef42937
Reviewed-on: https://chromium-review.googlesource.com/1026700
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Majid Valipour <majidvp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554484}

--

wpt-commits: e7d3e5206b87ece7e9c80b46a21740d508f924da
wpt-pr: 10618
2018-05-02 07:48:52 +01:00
James Graham
78aeb562d9 Bug 1457544 [wpt PR 10692] - Fixes to improve taskcluster perfomance, a=testonly
Automatic update from web-platform-testsSet taskcluster log level to INFO

--
Explicitly set Firefox to use the fast reftest runner.

This should happen by default on Linux, but it doesn't hurt to be explicit.

--
Ensure we have enough commits that a manifest can be downloaded

--
Use less-verbose mach logs for stdout.

Save the tbpl log as an artifact since this can be useful for getting the screenshots for reftests.

--

wpt-commits: 83e53587e7400d7119681ec0810e562d401fcfe6, 1e51e1722a294830c85866462757d6924de7bac4, f259d821cfb915164a71759938a69c58e391f2c6, ee911cd691204506a63a651e2411db422a876be2
wpt-pr: 10692
2018-05-02 07:48:50 +01:00
James Graham
e35c7ecc2b Bug 1457570 [wpt PR 10694] - Bump the versions of some moz* dependencies, a=testonly
Automatic update from web-platform-testsBump the versions of some moz* dependencies

--

wpt-commits: 500811b1ae3a2fd90212258125cb979dcb0a0768
wpt-pr: 10694
2018-05-02 07:48:48 +01:00
moz-wptsync-bot
f002adce8b Bug 1453133 [wpt PR 10406] - Update wpt metadata, a=testonly
wpt-pr: 10406
wpt-type: metadata
2018-05-02 07:48:47 +01:00
James Graham
f4d012d176 Bug 1453133 [wpt PR 10406] - Add a infrastructure test to ensure that we can set Firefox prefs., a=testonly
Automatic update from web-platform-testsAdd a infrastructure test to ensure that we can set Firefox prefs.

--

wpt-commits: a12d3faef43491233345c225377546cbb09f4799
wpt-pr: 10406
2018-05-02 07:48:45 +01:00
Anne van Kesteren
54d6a500fc Bug 1447662 [wpt PR 10123] - Make MessagePort's close() detach, a=testonly
Automatic update from web-platform-testsMake MessagePort's close() detach

For https://github.com/whatwg/html/pull/3584.

--

wpt-commits: b51b155ffce7a030397dc173e20628ae2742e030
wpt-pr: 10123
2018-05-02 07:48:42 +01:00
Philip Jägenstedt
33bc4765b6 Bug 1457495 [wpt PR 10687] - Use sha:<SHA> in tag_master.py instead of just <SHA>, a=testonly
Automatic update from web-platform-testsUse sha:<SHA> in tag_master.py instead of just <SHA> (#10687)

This is to avoid finding PRs where commit SHAs have been mentioned,
for example reverts, or just in PR comments.

Example of search which had 2 results before and 1 after:
https://api.github.com/search/issues?q=type:pr+is:merged+repo:w3c/web-platform-tests+280005efe04503f14891d73c6ceab1077a59a735
https://api.github.com/search/issues?q=type:pr+is:merged+repo:w3c/web-platform-tests+sha:280005efe04503f14891d73c6ceab1077a59a735

Kudos to @lukebjerring for pointing out the problem/solution.
--

wpt-commits: b651151c05fb95e24f13b17864624676cfbccbac
wpt-pr: 10687
2018-05-02 07:48:40 +01:00
jgraham
1d26206704 Bug 1457419 [wpt PR 10677] - Set log level to INFO for PR tagging script, a=testonly
Automatic update from web-platform-testsSet log level to INFO for PR tagging script (#10677)

--

wpt-commits: 69ab442726d0f4e435aaddeb8e6fd5b5c5d4f983
wpt-pr: 10677
2018-05-02 07:48:38 +01:00
Philip Jägenstedt
a1db922620 Bug 1457461 [wpt PR 10683] - Ignore css/tools/_virtualenv in .gitignore, a=testonly
Automatic update from web-platform-testsIgnore css/tools/_virtualenv in .gitignore (#10683)

It is created by css/build-css-testsuites.sh
--

wpt-commits: e36d2be3dc7b90ecca42be620a7bac36158c06b1
wpt-pr: 10683
2018-05-02 07:48:37 +01:00
Philip Jägenstedt
2984fdfdee Bug 1457456 [wpt PR 10681] - Log the response body when something goes wrong in tag_master.py, a=testonly
Automatic update from web-platform-testsLog the response body when something goes wrong in tag_master.py (#10681)

Towards debugging https://github.com/w3c/web-platform-tests/issues/10572.
--

wpt-commits: ae34fb2b39f8b2cf9c3989a566ab938cde45dec0
wpt-pr: 10681
2018-05-02 07:48:34 +01:00
James Graham
603b47b7f6 Bug 1457298 [wpt PR 10665] - Increase taskcluster test chunks and timeouts., a=testonly
Automatic update from web-platform-testsIncrease taskcluster test chunks and timeouts.

Tests seem to be a little slower than in mozilla-central so increase the number of chunks
from 6->10 for reftests and 10->15 for testharness tests. Also make the task timeout 2 hours
rather than 1.5.

--

wpt-commits: 43f72f51dca8388bab131aa15cbb7528befd1b91
wpt-pr: 10665
2018-05-02 07:48:32 +01:00
Manuel Rego Casasnovas
854af701d2 Bug 1456906 [wpt PR 10641] - Subtract scrollbar in PerpendicularContainingBlockLogicalHeight, a=testonly
Automatic update from web-platform-testsSubtract scrollbar in PerpendicularContainingBlockLogicalHeight

This is an issue that happens in Flexbox and Grid Layout
and any other layout method that uses OverrideLogicalHeight.
In LayoutBox::PerpendicularContainingBlockLogicalHeight()
we were returning the OverrideContentLogicalHeight() plus
the scrollbar height.
That caused issue with orthogonal flows between flex/grid items
and their children.

The issue is fixed just following the suggestion in the TODO
and using OverrideContentLogicalHeight()
(which doesn't include the scrollbar height).

BUG=836827
TEST=external/wpt/css/css-flexbox/percentage-size-subitems-001.html
TEST=external/wpt/css/css-grid/grid-items/percentage-size-subitems-001.html

Change-Id: I0c7586449067aab78430defc831b2774136e2f0b
Reviewed-on: https://chromium-review.googlesource.com/1028012
Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Cr-Commit-Position: refs/heads/master@{#553790}

--
Silence the CSS-COLLIDING-REF-NAME lint for flexbox/grid collision

css/build-css-testsuites.sh succeeds, so this is probably a false positive.

--

wpt-commits: f08964871577e07b23d222fb04fe1935764fd0ae, 7630b394cb427850220c0f338cd5e771e965f992
wpt-pr: 10641
2018-05-02 07:48:30 +01:00
Kunihiko Sakamoto
748fdc14f3 Bug 1456711 [wpt PR 10624] - Make web font timeouts work for preloaded fonts, a=testonly
Automatic update from web-platform-testsMake web font timeouts work for preloaded fonts

This patch fixes a bug where font display timeouts (100ms and 3s)
didn't start if the font resource is already started loading by
<link rel=preload>.

Bug: 835583
Change-Id: Ie464179ebcc56f2d18c99d234eadd4fc26bc1fcd
Reviewed-on: https://chromium-review.googlesource.com/1027331
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org>
Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553896}

--
Fix the failing MISSING-LINK lints in css/css-fonts/font-display/

--

wpt-commits: 8f1bac8abd1395f35d6039165b6861e6ad111692, 40e55d85d9e7649d8b8e573b8d9b77e0e183fe63
wpt-pr: 10624
2018-05-02 07:48:27 +01:00
Philip Jägenstedt
47b10099fb Bug 1457397 [wpt PR 10673] - Use a non-zero exit code if tag_master.py fails, a=testonly
Automatic update from web-platform-testsUse a non-zero exit code if tag_master.py fails (#10673)

This way, the Travis job will fail, and ci_manifest.sh will not
continue to upload a manifest for an untagged-* tag.

Related to https://github.com/w3c/web-platform-tests/issues/10572 but
doesn't fix it, rather it'll make the Travis jobs fail when this
problem happens, making it easier to notice.

Drive-by: use the sha instead of "master" in log output

--

wpt-commits: 1e5d263997a3cd3f09471ab642774eb3bb150e84
wpt-pr: 10673
2018-05-02 07:48:24 +01:00
Yoav Weiss
62835eac87 Bug 1457139 [wpt PR 10657] - Align Request.destination to spec, a=testonly
Automatic update from web-platform-testsAlign Request.destination to spec

Currently `Request.destination` is set to "unknown" prefetch,
but that was recently changed:
Issue: https://github.com/whatwg/fetch/issues/658
PR: https://github.com/whatwg/fetch/pull/659

This CL aligns the destination values to the spec change.

Bug: 832105
Change-Id: Ib9f21dcc6cf0ace27b7a810d3670cddc45b3b74f
Reviewed-on: https://chromium-review.googlesource.com/1029858
Commit-Queue: Yoav Weiss <yoav@yoav.ws>
Reviewed-by: Charlie Harrison <csharrison@chromium.org>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554341}

--

wpt-commits: 3c940291e9e8c30e8c7c401426160e3531639403
wpt-pr: 10657
2018-05-02 07:48:23 +01:00
TAMURA, Kent
5fbbb65301 Bug 1456707 [wpt PR 10623] - html: Add a test for _charset_., a=testonly
Automatic update from web-platform-testsHTML: form's _charset_ handling

HTML change: https://github.com/whatwg/html/pull/3645.

URL change: https://github.com/whatwg/url/pull/382.
--

wpt-commits: c70b18e9e43e3a41f6988a2a1f88d84b01a3dfcc
wpt-pr: 10623
2018-05-02 07:48:20 +01:00
moz-wptsync-bot
4e08b003eb Bug 1449107 [wpt PR 10192] - Update wpt metadata, a=testonly
wpt-pr: 10192
wpt-type: metadata
2018-05-02 07:48:17 +01:00
Yutaka Hirano
acd8e361b2 Bug 1449107 [wpt PR 10192] - Add tests for Request.isReloadNavigation, a=testonly
Automatic update from web-platform-testsAdd tests for Request.isReloadNavigation

See https://github.com/whatwg/fetch/pull/685, https://github.com/whatwg/html/pull/3592, and discussion in https://github.com/w3c/ServiceWorker/issues/1167.
--

wpt-commits: 58ee169367245c6fe5edc01177eac68f76c12f4a
wpt-pr: 10192
2018-05-02 07:48:16 +01:00
moz-wptsync-bot
05dbbc90c0 Bug 1457327 [wpt PR 10669] - Update wpt metadata, a=testonly
wpt-pr: 10669
wpt-type: metadata
2018-05-02 07:48:13 +01:00
Manuel Rego Casasnovas
bc41484a8a Bug 1457327 [wpt PR 10669] - [css-tables] Scrollbar should be removed from OverrideLogicalHeight(), a=testonly
Automatic update from web-platform-tests[css-tables] Scrollbar should be removed from OverrideLogicalHeight()

When computing the percentage height of table cell children,
if the table cell has horizontal scrollbar we have to subtract
its height from the OverrideLogicalHeight().

The patch is just following a suggestion from a TODO in
LayoutBox::ComputePercentageLogicalHeight().

BUG=837408
TEST=external/wpt/css/css-tables/height-distribution/percentage-sizing-of-table-cell-children-002.html

Change-Id: I5fc818545ce5ffcbb14112616f602668f492cc6d
Reviewed-on: https://chromium-review.googlesource.com/1031590
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#554323}

--

wpt-commits: cb736aa3a24a0c5c8fa527c43d454bd1025aa322
wpt-pr: 10669
2018-05-02 07:48:11 +01:00
moz-wptsync-bot
504771df20 Bug 1457222 [wpt PR 10661] - Fix #10652: resources/test should not rely on Error.stack, a=testonly
Automatic update from web-platform-testsFix #10652: resources/test should not rely on Error.stack (#10661)

Error.stack is very much undefined and rather weird, and way too
fragile for these tests
--

wpt-commits: ee20163d5cb952fea1fd569178d3d26152e01ffd
wpt-pr: 10661
2018-05-02 07:48:09 +01:00
Eric Willigers
15b65f9ef4 Bug 1457767 [wpt PR 9339] - [css3-images] Parsing tests for images properties, a=testonly
Automatic update from web-platform-testsMerge pull request #9339 from ewilligers/images-parsing

[css3-images] Parsing tests for images properties
--

wpt-commits: 7790a59607f8fdc588e81576afd360d166d5ac29
wpt-pr: 9339
2018-05-02 07:48:07 +01:00
moz-wptsync-bot
1a5f5cca85 Bug 1457242 [wpt PR 10663] - Update wpt metadata, a=testonly
wpt-pr: 10663
wpt-type: metadata
2018-05-02 07:48:04 +01:00
Lukasz Anforowicz
76b62517e0 Bug 1457242 [wpt PR 10663] - Remove WPT failure expectations for (now enabled by default) CORB., a=testonly
Automatic update from web-platform-testsRemove WPT failure expectations for (now enabled by default) CORB.

The failure expectations for some wpt/fetch/corb/*tentative* tests were
only needed while CORB was still disabled by default.  These test
expectations can be removed now, because CORB is enabled by default
since r553830.

Bug: 802835
Change-Id: If09646e3cfec268e2a9ec72aa870d8fa2a4460e3
Reviewed-on: https://chromium-review.googlesource.com/1030612
Reviewed-by: Charlie Reis <creis@chromium.org>
Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554192}

--

wpt-commits: 4f397167b4ed552a02201c92d363cfaecfe2c7f0
wpt-pr: 10663
2018-05-02 07:48:03 +01:00
moz-wptsync-bot
77cf7b24f9 Bug 1457290 [wpt PR 10664] - Update wpt metadata, a=testonly
wpt-pr: 10664
wpt-type: metadata
2018-05-02 07:48:00 +01:00
Simon Pieters
73ff1fffd6 Bug 1457290 [wpt PR 10664] - Add web-platform-tests logos, a=testonly
Automatic update from web-platform-testsAdd web-platform-tests logos

Made by Isaac Durazo.

--

wpt-commits: ebce960168d79c41effa8088ef6610116751b3c3
wpt-pr: 10664
2018-05-02 07:47:59 +01:00
Geoffrey Sneddon
dcf19b246d Bug 1457047 [wpt PR 10645] - Update webidl2.js to v10.2.1, a=testonly
Automatic update from web-platform-testsMerge pull request #10645 from csnardi/update-webidl2

 Update webidl2.js to v10.2.1
--

wpt-commits: 9f5c74dc3a633802acaa93ac325b11fff8c739f1
wpt-pr: 10645


--HG--
rename : testing/web-platform/tests/resources/webidl2/test/syntax/idl/iterator.widl => testing/web-platform/tests/resources/webidl2/test/invalid/idl/iterator.widl
rename : testing/web-platform/tests/resources/webidl2/test/invalid/idl/stringconstants.idl => testing/web-platform/tests/resources/webidl2/test/invalid/idl/stringconstants.widl
rename : testing/web-platform/tests/resources/webidl2/test/syntax/idl/typedef-union.idl => testing/web-platform/tests/resources/webidl2/test/syntax/idl/typedef-union.widl
2018-05-02 07:47:56 +01:00
moz-wptsync-bot
6d88f63a42 Bug 1454205 [wpt PR 10477] - Update wpt metadata, a=testonly
wpt-pr: 10477
wpt-type: metadata
2018-05-02 07:47:54 +01:00
Chris Nardi
6b4dc521d7 Bug 1454205 [wpt PR 10477] - Accept two values in the overflow shorthand, a=testonly
Automatic update from web-platform-testsAccept two values in the overflow shorthand

https://github.com/w3c/csswg-drafts/issues/2484 details the resolution
by the CSSWG to accept two values in the overflow shorthand. Update our
implementation to match this, and also update two existing CSSOM
serialization tests. Additionally remove tests that are duplicates of
those currently found in WPT.

Intent to Implement and Ship:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/4qF8XPQ1z2s

Bug: 833105
Change-Id: Id8f61182a7d7369a2f575acfdbf608600d1218dd
Reviewed-on: https://chromium-review.googlesource.com/1013618
Commit-Queue: Chris Nardi <cnardi@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554078}

--

wpt-commits: e6756de059f68d445306ac35a6b8e80633d75925
wpt-pr: 10477
2018-05-02 07:47:53 +01:00