Commit 63c42028 authored by Chromium WPT Sync's avatar Chromium WPT Sync Committed by Commit Bot

Import wpt@7f2d258fafcc211f61eb4da42b798e5167af8f8c

Using wpt-import in Chromium 1c82afee.
With Chromium commits locally applied on WPT:
d0ad7cf8 "UpgradeInsecureRequest: Add WPTs for static-import in dedicated/shared workers"
2688e49a "De-flake two lazyload WPT tests."
edb8adb1 "Implement and ship RTCRtpSendParameters.degradationPreference"
7e979350 "Handle k-rate AudioParam inputs for PannerNode"
c39d7360 "ImageLoader: Stop storing request KURL in Task"


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:
cbiesinger@chromium.org:
  external/wpt/css/css-flexbox

NOAUTOREVERT=true
TBR=lpz

No-Export: true
Change-Id: I7bcada754b5b830fc4a8fe00581c6e07bb454e1f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136166Reviewed-by: default avatarWPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#756472}
parent ecd83f55
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<body> <body>
<p>When stretching a range input, the thumb should be centered vertically.</p> <p>When stretching a range input, the thumb should be centered vertically.</p>
<div style="height: 200px;"> <div style="height: 200px;">
<input type="range" style="width: 100%; height: 100%; margin: 0;"> <input type="range" style="width: 100%; height: 100%; margin: 0; box-sizing: border-box;">
</div> </div>
</body> </body>
</html> </html>
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