Commit 63013f52 authored by Chromium WPT Sync's avatar Chromium WPT Sync Committed by Commit Bot

Import wpt@542fc6eb516aec73186299b24244b2f66e79ca12

Using wpt-import in Chromium 88d5f8c4.
With Chromium commits locally applied on WPT:
29a89cda "Import all remaining cookie tests into WPT"
02a673df "Fix the error catching logic of should().throw() in audit.js"
7086e61d "Add "intrinsicSize" attribute to HTMLVideoElement behind a flag"
20848114 "Add RTCQuicStream IDL + binding skeleton"


Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/23712

Note to sheriffs: This CL imports external tests and adds
expectations for those tests; if this CL is large and causes
a few new failures, please fix the failures by adding new
lines to TestExpectations rather than reverting. See:
https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md

Directory owners for changes in this CL:
mstensho@chromium.org:
  external/wpt/css/css-multicol

NOAUTOREVERT=true
TBR=robertma

No-Export: true
Change-Id: I643dd09a67678b945403ec39979ac73b964fdd6d
Reviewed-on: https://chromium-review.googlesource.com/1198570
Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org>
Reviewed-by: default avatarBlink WPT Bot <blink-w3c-test-autoroller@chromium.org>
Cr-Commit-Position: refs/heads/master@{#587969}
parent 518736d9
......@@ -2715,6 +2715,7 @@ crbug.com/870526 external/wpt/push-api/idlharness.https.any.serviceworker.html [
crbug.com/875249 external/wpt/infrastructure/testdriver/bless.html [ Timeout Pass ]
# ====== New tests from wpt-importer added here ======
crbug.com/626703 virtual/layout_ng_experimental/external/wpt/css/css-multicol/inline-block-and-column-span-all.html [ Failure ]
crbug.com/626703 [ Retina ] external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-intrinsic-ratio-003v.html [ Failure ]
crbug.com/626703 external/wpt/webrtc/no-media-call.html [ Timeout ]
crbug.com/626703 virtual/webrtc-wpt-unified-plan/external/wpt/webrtc/no-media-call.html [ Timeout ]
......
<!DOCTYPE html>
<title>Combining column-span and inline-block on the same element</title>
<link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#column-span" title="6.1. column-span">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<meta name="assert" content="column-span:all only applies to block-level elements, i.e. not inline-blocks, for instance">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="columns:4; column-gap:0; width:400px;">
<div style="column-span:all; display:inline-block;">
<div style="float:left; width:100px; height:50px; background:green;"></div>
<div style="float:left; width:100px; height:50px; background:green;"></div>
</div>
</div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment