mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision b'8a99353217938b6f1da31a9a108da3d501cee58b'
This commit is contained in:
parent
62ec0f1ec7
commit
92be0baf34
211 changed files with 5373 additions and 2272 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS margin-trim: block trim 002</title>
|
||||
<title>margin-trim: block-container-block-002</title>
|
||||
<link rel="author" title="Sammy Gill" href="mailto:sammy.gill@apple.com">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-box-4/#margin-trim-block">
|
||||
<link rel="match" href="/css/reference/ref-filled-green-100px-square-only.html">
|
||||
|
@ -9,7 +9,7 @@
|
|||
<style>
|
||||
.container {
|
||||
background-color: green;
|
||||
width: 100px;
|
||||
width: min-content;
|
||||
margin-trim: block;
|
||||
}
|
||||
.first {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue