mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision bbfea06cb188fbe7b7004bd838ccbfb4f50f429c
This commit is contained in:
parent
8e783577d2
commit
ba8922cc76
2439 changed files with 5192 additions and 2611 deletions
|
@ -7,6 +7,7 @@
|
|||
<meta name=assert content="Each part of the outline should be fully connected rather than open on some sides">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<link rel=help href="https://drafts.csswg.org/css-ui-3/#outline-props">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
span {
|
||||
outline: solid green 10px;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<meta name=assert content="Negative values on outline-offset should not cause the height and the width of outside of the shape drawn by the outline to become smaller than twice the computed value of the outline-width property, applying this constrain separately for each shape if there are several shapes.">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<link rel=help href="https://drafts.csswg.org/css-ui-3/#outline-props">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
span {
|
||||
outline: solid green 25px;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>CSS Basic User Interface Reference File</title>
|
||||
<link rel="author" title="Intel" href="http://www.intel.com/">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
div {
|
||||
font-size: 10px;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>CSS Basic User Interface Reference File</title>
|
||||
<link rel="author" title="Intel" href="http://www.intel.com/">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
div {
|
||||
font-size: 10px;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>CSS-UI test reference</title>
|
||||
<link rel="author" title="Michael Howell" href="mailto:michael@notriddle.com">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>html{font-family:Ahem}</style>
|
||||
<div style="width:20em"><p style="text-overflow:ellipsis;overflow:hidden">XXXXXXXXXX</p></div>
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Reference File</title>
|
||||
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
div {
|
||||
font-size: 100px;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Test reference</title>
|
||||
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.test {
|
||||
overflow: hidden;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<meta name="flags" content="">
|
||||
<meta name="assert" content="Test checks that the inline content that overflows will be clipped. Characters may be only partially rendered when
|
||||
text-overflow set clip">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
div {
|
||||
font-size: 10px;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="match" href="reference/text-overflow-002-ref.html">
|
||||
<meta name="flags" content="">
|
||||
<meta name="assert" content="Test checks that an ellipsis (...) is shown instead of overflowing textual content">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
div {
|
||||
font-size: 10px;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="match" href="reference/text-overflow-001-ref.html">
|
||||
<meta name="flags" content="">
|
||||
<meta name="assert" content="Test checks that text-overflow inherits the parent' clip value when text-overflow set inherit">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
#container {
|
||||
text-overflow: clip;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="match" href="reference/text-overflow-002-ref.html">
|
||||
<meta name="flags" content="">
|
||||
<meta name="assert" content="Test checks that text-overflow inherits the parent' ellipsis value when text-overflow set inherit">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
#container {
|
||||
text-overflow: ellipsis;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" title="8.2. Overflow Ellipsis: the 'text-overflow' property" href="http://www.w3.org/TR/css3-ui/#text-overflow">
|
||||
<link rel="match" href="reference/text-overflow-005-ref.html">
|
||||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>html{font-family:Ahem}</style>
|
||||
<div id=goat style="width:5em"><p style="text-overflow:ellipsis;overflow:hidden">XXXXXXXXXX</p></div>
|
||||
<script>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="The ellipsis is placed immediately adjacent to the end edge of the remaining inline content, with no intervening gap.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.test {
|
||||
white-space: pre;
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
If the ellipsis character appears, it will be red (as it is styled after the block), and the test will fail.
|
||||
If the first character is omitted rather than clipped, there will be no box at all, and the test will fail.
|
||||
-->
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.test {
|
||||
font: 100px/1 Ahem;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="Implementations must hide atomic inlines and characters at the end of the line to make room for the ellipsis">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.green {
|
||||
position: absolute;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="Implementations must hide at the *end* (not right) of the line to make room for the ellipsis">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.test {
|
||||
white-space: pre;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<link rel="match" href="reference/text-overflow-013-ref.html">
|
||||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="The ellipsis is be baseline aligned with the block, even if the thing it replaces isn't.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.test {
|
||||
overflow: hidden;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="The ellipsis' font family, font size, and color are styled according to the block.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.test {
|
||||
overflow: hidden;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="Ellipsing occurs after relative positioning">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
div {
|
||||
overflow: hidden;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name="flags" content="ahem interact dom">
|
||||
<meta name="assert" content="Ellipsing must not prevent dispatching of pointer events.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
#test {
|
||||
overflow: hidden;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="Nested paragraph won’t ellipse.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
div {
|
||||
overflow: hidden;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!doctype html>
|
||||
<head>
|
||||
<title>CSS Reftest Ellipsis Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
div { font-size:10px; }
|
||||
span { font-family:Ahem; font-size:30px; }
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="match" href="text-overflow-ref.html">
|
||||
<meta name="flags" content="font ahem">
|
||||
<meta name="assert" content="'text-overflow:ellipsis' renders U+2026 when text is overflowing.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
div {
|
||||
font-size:10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue