mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests to revision a806d658df3bcc3f05675ad8d08a6e109177c6b0
This commit is contained in:
parent
af777fcf15
commit
23dfe7c81e
155 changed files with 2487 additions and 546 deletions
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Containment Test: Size containment scrollbars</title>
|
||||
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-contain-1/#containment-size">
|
||||
<link rel="match" href="reference/contain-size-scrollbars-001-ref.html">
|
||||
<meta name=assert content="This test checks that the size of an element with 'contain: size' includes the scrollbars too.">
|
||||
<style>
|
||||
div {
|
||||
contain: size;
|
||||
display: inline-block;
|
||||
border: solid thick;
|
||||
overflow: scroll;
|
||||
}
|
||||
</style>
|
||||
<p>This test passes if it has the same output as the reference.</p>
|
||||
<div></div>
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Containment Test: Reference file</title>
|
||||
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
|
||||
<style>
|
||||
div {
|
||||
display: inline-block;
|
||||
border: solid thick;
|
||||
overflow: scroll;
|
||||
}
|
||||
</style>
|
||||
<p>This test passes if it has the same output as the reference.</p>
|
||||
<div></div>
|
Loading…
Add table
Add a link
Reference in a new issue