Update web-platform-tests to revision 816924d8a73ac20159d2ec8e2d14dfc2e882cb17

This commit is contained in:
WPT Sync Bot 2019-05-29 10:25:18 +00:00
parent 8dc7a25893
commit dffc3b3bdd
28 changed files with 289 additions and 146 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/">
<link rel="help" href="https://www.w3.org/TR/CSS22/box.html#propdef-padding-top">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=966795">
<link rel="match" href="../reference/nothing.html">
<meta name="assert" content="Percentage-padding is always resolved against the inline-size of the containing block, even if it's about block padding.">
<p>There should be nothing below.</p>
<div style="float:left;">
<div style="display:flex; writing-mode:vertical-rl; padding:1000%; background:red;"></div>
</div>