Update web-platform-tests to revision b'b7c1d80f991820c17aaae0477052c30d7f699eba'

This commit is contained in:
WPT Sync Bot 2022-11-30 01:45:48 +00:00
parent 189236862a
commit 274846e69e
217 changed files with 7520 additions and 2797 deletions

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<link rel="author" title="Ana Sollano Kim" href="mailto:ansollan@microsoft.com">
<link rel="help" href="href=https://www.w3.org/TR/css-break-3/#break-decoration">
<link rel="help" href="https://www.w3.org/TR/css-break-3/#break-decoration">
<link rel="match" href="fieldset-002-ref.html">
<p>There should be a light blue fieldset that starts in the first column and
ends in the third. The top border should only be in the first column, and
the bottom border should only be in the third.</p>
<div style="column-count:3; column-fill:auto; column-gap:10px; width:500px; height:200px;">
<fieldset style="border:10px solid pink; margin:0; padding:0; height:500px; background:lightblue;"></fieldset>
</div>
</div>

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<link rel="author" title="Ana Sollano Kim" href="mailto:ansollan@microsoft.com">
<link rel="help" href="href=https://www.w3.org/TR/css-break-3/#break-decoration">
<link rel="help" href="https://www.w3.org/TR/css-break-3/#break-decoration">
<link rel="match" href="fieldset-003-ref.html">
<p>There should be a light blue fieldset that starts in the first column and
ends in the third. Its blue violet legend should only be in the first column,
@ -10,4 +10,4 @@
<fieldset style="margin:0; border:60px solid pink; padding:0; width:100px; background:lightblue; height:10px;">
<legend style="padding:0; width:100px; height:50px; background:blueviolet;"></legend>
</fieldset>
</div>
</div>

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<link rel="author" title="Ana Sollano Kim" href="mailto:ansollan@microsoft.com">
<link rel="help" href="href=https://www.w3.org/TR/css-break-3/#break-decoration">
<link rel="help" href="https://www.w3.org/TR/css-break-3/#break-decoration">
<link rel="match" href="fieldset-004-ref.html">
<p>There should be a light blue fieldset that starts in the first column and
ends in the third. Its blue violet legend should only be in the first column,
@ -11,4 +11,4 @@
<fieldset style="border:10px solid pink; margin:0; padding:0; height:590px; background:lightblue;">
<legend style="padding:0; margin:0; width:50px; height:300px; background:blueviolet;"></legend>
</fieldset>
</div>
</div>