mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Update web-platform-tests to revision 86e157b387e63ba586d8ad51d2fcd5690626f5ad
This commit is contained in:
parent
bc82521eb7
commit
b642b70974
54 changed files with 728 additions and 480 deletions
|
@ -5,7 +5,7 @@
|
|||
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
|
||||
<meta name=flags content="">
|
||||
<meta name=assert content="size containment does not apply to non atomic inlines">
|
||||
<link rel="match" href="../reference/pass_if_pass_below.html">
|
||||
<link rel="match" href="reference/pass_if_pass_below_clipped.html">
|
||||
<link rel=help href="https://drafts.csswg.org/css-contain-1/#containment-size">
|
||||
|
||||
<style>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
|
||||
<meta name=flags content="">
|
||||
<meta name=assert content="size containment does not to apply ruby-base, which is an internal ruby element">
|
||||
<link rel="match" href="../reference/pass_if_pass_below.html">
|
||||
<link rel="match" href="reference/pass_if_pass_below_clipped.html">
|
||||
<link rel=help href="https://drafts.csswg.org/css-contain-1/#containment-size">
|
||||
<link rel=help href="https://drafts.csswg.org/css-display-3/#internal-ruby-element">
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
|
||||
<meta name=flags content="">
|
||||
<meta name=assert content="size containment does not to apply ruby-base-container, which is an internal ruby element">
|
||||
<link rel="match" href="../reference/pass_if_pass_below.html">
|
||||
<link rel="match" href="reference/pass_if_pass_below_clipped.html">
|
||||
<link rel=help href="https://drafts.csswg.org/css-contain-1/#containment-size">
|
||||
<link rel=help href="https://drafts.csswg.org/css-display-3/#internal-ruby-element">
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<title>CSS Containment Test: Size containment on table-cell</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-cell elements.">
|
||||
<style>
|
||||
div {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<title>CSS Containment Test: Size containment on table</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 elements.">
|
||||
<style>
|
||||
div {
|
||||
|
|
|
@ -19,7 +19,7 @@ div::before, span::before {
|
|||
div::after {
|
||||
content: close-quote;
|
||||
}
|
||||
div {
|
||||
span {
|
||||
contain: style;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -19,10 +19,10 @@ div::before {
|
|||
div::after, span::after {
|
||||
content: close-quote;
|
||||
}
|
||||
div {
|
||||
span {
|
||||
contain: style;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if the text below is "A9Z" (not including the quotation marks).<p>
|
||||
<p>Test passes if the text below is "AZZ" (not including the quotation marks).<p>
|
||||
<div><span></span></div>
|
||||
|
|
|
@ -23,7 +23,7 @@ span::before {
|
|||
div::after {
|
||||
content: close-quote;
|
||||
}
|
||||
div {
|
||||
span {
|
||||
contain: style;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -23,7 +23,7 @@ span::after {
|
|||
div::after {
|
||||
content: close-quote;
|
||||
}
|
||||
div {
|
||||
span {
|
||||
contain: style;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -9,6 +9,9 @@ rtc {
|
|||
display: ruby-text-container;
|
||||
font-size: 1rem;
|
||||
}
|
||||
div {
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>This test passes if you can see the word PASS below.
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Reference rendering - passes if there is the word "PASS" below</title>
|
||||
<style>
|
||||
div { overflow: hidden; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is the word "PASS" below.</p>
|
||||
<div>PASS</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue