Update web-platform-tests to revision b'8d8b273d2265095c7f5330ff231940e68fb49754'

This commit is contained in:
WPT Sync Bot 2023-05-07 01:27:55 +00:00
parent bee09efcc5
commit 9b45fdb3f5
1819 changed files with 34819 additions and 33935 deletions

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1441341">
<link rel="match" href="input-no-centering-ref.html">
<style>
input {
appearance: none;
margin: 0;
width: 200px;
height: 200px;
}
input:before {
content: "";
display: block;
width: 100px;
height: 100px;
background: green;
}
</style>
<input type="checkbox">