mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision b'3b791e5b10812a4ca4473d93679fc70d1a7f5f88'
This commit is contained in:
parent
61fe4cf606
commit
17f4d58879
157 changed files with 1609 additions and 430 deletions
|
@ -38,7 +38,7 @@ div { box-sizing: border-box; will-change: transform }
|
|||
::view-transition-group(hidden) { animation-duration: 300s; }
|
||||
::view-transition-image-pair(hidden) { visibility: hidden; }
|
||||
::view-transition-group(root) { visibility: hidden; }
|
||||
::view-transition { background: pink; }
|
||||
::view-transition { width: 100%; height: 100%; background: pink; }
|
||||
::view-transition-group(*) { animation-delay: 300s; }
|
||||
::view-transition-new(*) { animation: unset; opacity: 1; }
|
||||
::view-transition-old(*) { animation: unset; opacity: 0; }
|
||||
|
|
|
@ -39,7 +39,7 @@ div { box-sizing: border-box; will-change: transform }
|
|||
::view-transition-group(hidden) { animation-duration: 300s; }
|
||||
::view-transition-image-pair(hidden) { visibility: hidden; }
|
||||
::view-transition-group(root) { visibility: hidden; }
|
||||
::view-transition { background: pink; }
|
||||
::view-transition { width: 100%; height: 100%; background: pink; }
|
||||
::view-transition-group(*) { animation-duration: 0s; }
|
||||
::view-transition-new(*) { animation: unset; opacity: 0; }
|
||||
::view-transition-old(*) { animation: unset; opacity: 1; }
|
||||
|
|
|
@ -47,7 +47,7 @@ html::view-transition-group(*) { animation-duration: 0s; }
|
|||
html::view-transition-new(*) { animation: unset; opacity: 0; }
|
||||
html::view-transition-old(*) { animation: unset; opacity: 1; }
|
||||
html::view-transition-group(root) { display: none; }
|
||||
html::view-transition { background: pink }
|
||||
html::view-transition { width: 100%; height: 100%; background: pink }
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ html::view-transition-old(two),
|
|||
html::view-transition-old(three) { animation: unset; opacity: 1; }
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ html::view-transition-old(two),
|
|||
html::view-transition-old(three) { animation: unset; opacity: 1; }
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ html::view-transition-old(left-element),
|
|||
html::view-transition-old(right-element) { animation: unset; opacity: 1; }
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ html::view-transition-group(*) { animation-duration: 0s; }
|
|||
html::view-transition-new(*) { animation: unset; opacity: 0; }
|
||||
html::view-transition-old(*) { animation: unset; opacity: 1; }
|
||||
html::view-transition-group(root) { display: none; }
|
||||
html::view-transition { background: pink }
|
||||
html::view-transition { width: 100%; height: 100%; background: pink }
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ html::view-transition-old(第三) { animation: unset; opacity: 1; }
|
|||
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ html::view-transition-new(*) { animation: unset; opacity: 0; }
|
|||
html::view-transition-old(*) { animation: unset; opacity: 1; }
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
<div id=target class=box><div class=inner_overflow>X</div></div>
|
||||
<script>
|
||||
|
|
|
@ -34,7 +34,7 @@ html::view-transition-new(*) { animation: unset; opacity: 1; }
|
|||
html::view-transition-old(*) { animation: unset; opacity: 0; }
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
<div id=target class=box><div class=inner_overflow>X</div></div>
|
||||
<script>
|
||||
|
|
|
@ -31,7 +31,7 @@ html::view-transition-new(*) { animation: unset; opacity: 1; }
|
|||
html::view-transition-old(*) { animation: unset; opacity: 0; }
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
<div id=e1 class=box></div>
|
||||
<script>
|
||||
|
|
|
@ -43,7 +43,7 @@ html::view-transition-new(*) { animation: unset; opacity: 1; }
|
|||
html::view-transition-old(*) { animation: unset; opacity: 0; }
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
<div id=e1 class=box>one</div>
|
||||
<div id=e2 class=box>two</div>
|
||||
|
|
|
@ -26,7 +26,7 @@ html::view-transition-new(*) { animation: unset; opacity: 1; }
|
|||
html::view-transition-old(*) { animation: unset; opacity: 0; }
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
<div id=e1 class=box></div>
|
||||
<div id=e2 class=box></div>
|
||||
|
|
|
@ -20,7 +20,7 @@ html::view-transition-new(*) { animation: unset; opacity: 1; }
|
|||
html::view-transition-old(*) { animation: unset; opacity: 0; }
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
<span id=target>This is a span</span>
|
||||
<script>
|
||||
|
|
|
@ -17,7 +17,7 @@ html::view-transition-new(*) { animation: unset; opacity: 1; }
|
|||
html::view-transition-old(*) { animation: unset; opacity: 0; }
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
<span id=target>This is a span</span>
|
||||
<script>
|
||||
|
|
|
@ -53,7 +53,7 @@ html::view-transition-old(s3) { animation: unset; opacity: 0; }
|
|||
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ html::view-transition-old(s3) { animation: unset; opacity: 0; }
|
|||
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ html::view-transition-group(target2) {
|
|||
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div id=target1 class=box></div>
|
||||
|
|
|
@ -37,7 +37,7 @@ html::view-transition-new(shared) { animation: unset; opacity: 1; }
|
|||
html::view-transition-old(shared) { animation: unset; opacity: 1; }
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -57,6 +57,8 @@ body { margin : 0; }
|
|||
view-transition-name: none;
|
||||
}
|
||||
::view-transition {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rebeccapurple;
|
||||
}
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ html::view-transition-group(hidden) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div id=target><div id=inner></div></div>
|
||||
|
|
|
@ -50,7 +50,7 @@ html::view-transition-group(hidden) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div id=target>This is text</div>
|
||||
|
|
|
@ -55,7 +55,7 @@ html::view-transition-new(target-two) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div id=one class=target>
|
||||
|
|
|
@ -55,7 +55,7 @@ html::view-transition-new(target-two) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div id=one class=target>
|
||||
|
|
|
@ -46,7 +46,7 @@ html::view-transition-new(target) {
|
|||
html::view-transition-old(target) { animation: unset; opacity: 0; height: 100%; }
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div class=target>
|
||||
|
|
|
@ -46,7 +46,7 @@ html::view-transition-new(target) {
|
|||
html::view-transition-old(target) { animation: unset; opacity: 0; height: 100%; }
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div class=target>
|
||||
|
|
|
@ -43,7 +43,7 @@ html::view-transition-old(shared) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div id=target class="shared src"><div class=inner></div></div>
|
||||
|
|
|
@ -34,7 +34,7 @@ html::view-transition-new(target) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div class=ancestor>
|
||||
|
|
|
@ -31,7 +31,7 @@ html::view-transition-new(target) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div class=target>
|
||||
|
|
|
@ -42,7 +42,7 @@ html::view-transition-new(after) { animation-duration: 0s; }
|
|||
html::view-transition-old(after) { animation-duration: 0s; }
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ html::view-transition-new(*) { animation: unset; opacity: 0; }
|
|||
html::view-transition-old(*) { animation: unset; opacity: 1; }
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
<div id=e1 class=box></div>
|
||||
<script>
|
||||
|
|
|
@ -43,7 +43,7 @@ html::view-transition-new(*) { animation: unset; opacity: 0; }
|
|||
html::view-transition-old(*) { animation: unset; opacity: 1; }
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
<div id=e1 class=box>one</div>
|
||||
<div id=e2 class=box>two</div>
|
||||
|
|
|
@ -27,7 +27,7 @@ html::view-transition-new(*) { animation: unset; opacity: 0; }
|
|||
html::view-transition-old(*) { animation: unset; opacity: 1; }
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
<div id=e1 class=box>one</div>
|
||||
<div id=e2 class=box>two</div>
|
||||
|
|
|
@ -60,7 +60,7 @@ html::view-transition-old(s3) { animation: unset; opacity: 1; }
|
|||
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ html::view-transition-old(s3) { animation: unset; opacity: 1; }
|
|||
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ html::view-transition-group(target2) {
|
|||
|
||||
/* hide the root so we show transition background to ensure we're in a transition */
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div id=target1 class=box></div>
|
||||
|
|
|
@ -36,7 +36,7 @@ html::view-transition-new(shared) { animation: unset; opacity: 1; }
|
|||
html::view-transition-old(shared) { animation: unset; opacity: 1; }
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -57,6 +57,8 @@ body { margin : 0; }
|
|||
view-transition-name: none;
|
||||
}
|
||||
::view-transition {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rebeccapurple;
|
||||
}
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ html::view-transition-group(hidden) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div id=target><div id=inner></div></div>
|
||||
|
|
|
@ -50,7 +50,7 @@ html::view-transition-group(hidden) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div id=target>This is text</div>
|
||||
|
|
|
@ -56,7 +56,7 @@ html::view-transition-old(target-two) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div id=one class=target>
|
||||
|
|
|
@ -56,7 +56,7 @@ html::view-transition-old(target-two) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div id=one class=target>
|
||||
|
|
|
@ -45,7 +45,7 @@ html::view-transition-old(target) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div class=target>
|
||||
|
|
|
@ -34,7 +34,7 @@ html::view-transition-old(target) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div class=ancestor>
|
||||
|
|
|
@ -31,7 +31,7 @@ html::view-transition-old(target) {
|
|||
}
|
||||
|
||||
html::view-transition-group(root) { animation: unset; opacity: 0; }
|
||||
html::view-transition { background: lightpink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: lightpink; }
|
||||
</style>
|
||||
|
||||
<div class=target>
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
}
|
||||
|
||||
html::view-transition {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: grey;
|
||||
}
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
|
||||
/* We're verifying what we capture, so just display the old contents for 5 minutes. */
|
||||
html::view-transition { background: pink; }
|
||||
html::view-transition { width: 100%; height: 100%; background: pink; }
|
||||
html::view-transition-group(shared) { animation-duration: 300s; }
|
||||
|
||||
html::view-transition-old(shared) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue