Commit ea9217bc authored by Chromium WPT Sync's avatar Chromium WPT Sync Committed by Commit Bot

Import wpt@1a83e795e53c50c1306a14a7bb8e3f7ccfa7f89f

Using wpt-import in Chromium 1361f5f5.
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"


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=robertma

No-Export: true
Change-Id: I96a222ee83e6189cead54cf809c38f30387ed522
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136247Reviewed-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@{#756527}
parent 5fdd3570
......@@ -2,6 +2,7 @@
<html>
<head>
<link rel="author" title="Google Inc." href="http://www.google.com/">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#circles, #circles div {
......@@ -17,13 +18,13 @@
<body>
<p>These tests are from the spec: <a href="http://dev.w3.org/csswg/css3-flexbox/#auto-margins">http://dev.w3.org/csswg/css3-flexbox/#auto-margins</a>.</p>
<p>The word OK should be centered vertically and horizontally.</p>
<p>The black rectangle should be centered vertically and horizontally.</p>
<div style="width: 4em; height: 4em; background: silver">
<table style="width: 100%; height: 100%;"><tr><td style="text-align: center">OK</td></tr></table>
<table style="width: 100%; height: 100%;"><tr><td style="text-align: center; font-family: Ahem;">OK</td></tr></table>
</div>
<div style="width: 4em; height: 4em; margin-top: 10px; background: silver; writing-mode: vertical-rl">
<table style="width: 100%; height: 100%;"><tr><td style="text-align: center">OK</td></tr></table>
<table style="width: 100%; height: 100%;"><tr><td style="text-align: center; font-family: Ahem;">OK</td></tr></table>
</div>
<p>You should see 3 blue concentric circles.</p>
......
......@@ -3,6 +3,7 @@
<head>
<title>CSS Test: Aligning with auto margins</title>
<link href="support/flexbox.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<link rel="author" title="Google Inc." href="http://www.google.com/">
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#auto-margins">
<link rel="match" href="auto-margins-001-ref.html">
......@@ -27,13 +28,13 @@
<body>
<p>These tests are from the spec: <a href="http://dev.w3.org/csswg/css3-flexbox/#auto-margins">http://dev.w3.org/csswg/css3-flexbox/#auto-margins</a>.</p>
<p>The word OK should be centered vertically and horizontally.</p>
<p>The black rectangle should be centered vertically and horizontally.</p>
<div class="flexbox" style="width: 4em; height: 4em; background: silver">
<p id="ok" style="margin: auto;">OK</p>
<p id="ok" style="margin: auto; font-family: Ahem;">OK</p>
</div>
<div class="flexbox" style="width: 4em; height: 4em; margin-top: 10px; background: silver; writing-mode: vertical-rl">
<p id="okVertical" style="margin: auto;">OK</p>
<p id="okVertical" style="margin: auto; font-family: Ahem;">OK</p>
</div>
<p>You should see 3 blue concentric circles.</p>
......
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