mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision af43e2eb32555059316b67fba4a1d7df6ea3148d
This commit is contained in:
parent
97c6246385
commit
2f89d25484
296 changed files with 21168 additions and 821 deletions
|
@ -5,7 +5,7 @@
|
|||
<title>CSS Containment Test: 'contain: paint' applies to 'table-cell' elements</title>
|
||||
|
||||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
||||
<link rel="help" href="https://www.w3.org/TR/css-contain-1/#containment-layout">
|
||||
<link rel="help" href="https://www.w3.org/TR/css-contain-1/#containment-paint">
|
||||
<link rel="match" href="reference/contain-paint-047-ref.html">
|
||||
|
||||
<meta content="This test checks that the paint containment applies to table-cell elements. Therefore the content of the table-cell element should be clipped to the padding edge of its principal box." name="assert">
|
||||
|
|
|
@ -3,15 +3,19 @@
|
|||
<title>CSS Containment Test: Size containment on table-row-group</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/pass_if_pass_below.html">
|
||||
<link rel="match" href="reference/pass_if_pass_below_clipped.html">
|
||||
<meta name=assert content="Size containment doesn't apply to table-row-group elements.">
|
||||
<style>
|
||||
div {
|
||||
display: table-row-group;
|
||||
contain: size;
|
||||
}
|
||||
section {
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if there is the word "PASS" below.</p>
|
||||
<section>
|
||||
<div>PASS</div>
|
||||
<section>
|
||||
|
|
|
@ -3,15 +3,19 @@
|
|||
<title>CSS Containment Test: Size containment on table-header-group</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/pass_if_pass_below.html">
|
||||
<link rel="match" href="reference/pass_if_pass_below_clipped.html">
|
||||
<meta name=assert content="Size containment doesn't apply to table-header-group elements.">
|
||||
<style>
|
||||
div {
|
||||
display: table-header-group;
|
||||
contain: size;
|
||||
}
|
||||
section {
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if there is the word "PASS" below.</p>
|
||||
<section>
|
||||
<div>PASS</div>
|
||||
</section>
|
||||
|
|
|
@ -3,15 +3,19 @@
|
|||
<title>CSS Containment Test: Size containment on table-footer-group</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/pass_if_pass_below.html">
|
||||
<link rel="match" href="reference/pass_if_pass_below_clipped.html">
|
||||
<meta name=assert content="Size containment doesn't apply to table-footer-group elements.">
|
||||
<style>
|
||||
div {
|
||||
display: table-footer-group;
|
||||
contain: size;
|
||||
}
|
||||
section {
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if there is the word "PASS" below.</p>
|
||||
<section>
|
||||
<div>PASS</div>
|
||||
</section>
|
||||
|
|
|
@ -3,15 +3,19 @@
|
|||
<title>CSS Containment Test: Size containment on table-row</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/pass_if_pass_below.html">
|
||||
<link rel="match" href="reference/pass_if_pass_below_clipped.html">
|
||||
<meta name=assert content="Size containment doesn't apply to table-row elements.">
|
||||
<style>
|
||||
div {
|
||||
display: table-row;
|
||||
contain: size;
|
||||
}
|
||||
section {
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if there is the word "PASS" below.</p>
|
||||
<section>
|
||||
<div>PASS</div>
|
||||
</section>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
This increments the counter identified as "counter-of-span"
|
||||
of the step value of 4 (an entirely arbitrary number) each
|
||||
and every time there is a <span> descendant within the subtree
|
||||
of div#test
|
||||
of body
|
||||
*/
|
||||
|
||||
div
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
This increments the counter identified as "counter-of-span"
|
||||
of the step value of 5 (an entirely arbitrary number) each
|
||||
and every time there is a <span> descendant within the subtree
|
||||
of div#test
|
||||
of body
|
||||
*/
|
||||
|
||||
div
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 217 B |
Loading…
Add table
Add a link
Reference in a new issue