Skip to content

Commit

Permalink
Bug 1811954 [wpt PR 38128] - VT: Remove containment requirement., a=t…
Browse files Browse the repository at this point in the history
…estonly

Automatic update from web-platform-tests
VT: Remove containment requirement.

This patch removes the containment requirement from view-transitions.

This is to align with proposed resolution
 w3c/csswg-drafts#7882

[email protected], [email protected]

Fixed: 1409491
Change-Id: Iad0eb54c8d2de503f209a58a9f438e586fcd6a36
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4188811
Reviewed-by: David Bokan <[email protected]>
Reviewed-by: Khushal Sagar <[email protected]>
Commit-Queue: Vladimir Levin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1096187}

--

wpt-commits: d472d427d182823de6e8bc7e629e58a605c45d7c
wpt-pr: 38128
  • Loading branch information
vmpstr authored and moz-wptsync-bot committed Feb 1, 2023
1 parent 5847d88 commit 4dd72a8
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 211 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
background: blue;
}
.shared {
contain: layout;
width: 100px;
height: 100px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
}
.shared {
view-transition-name: shared;
contain: layout;
width: 100px;
height: 100px;
}
Expand All @@ -34,7 +33,6 @@
width: 10px;
height: 10px;
background: red;
contain: layout;
}

::view-transition-group(hidden) { animation-duration: 300s; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
background: green;
}
.shared {
contain: layout;
width: 100px;
height: 100px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
}
.shared {
view-transition-name: shared;
contain: layout;
width: 100px;
height: 100px;
}
Expand All @@ -35,7 +34,6 @@
width: 10px;
height: 10px;
background: red;
contain: layout;
}

::view-transition-group(hidden) { animation-duration: 300s; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

<style>
div {
contain: layout;
position: absolute;
top: 50px;
width: 100px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<script src="/common/reftest-wait.js"></script>
<style>
div { contain: layout; }
#one {
background: green;
width: 100px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
padding: 0;

view-transition-name: dialog;
contain: layout;
}

#target::backdrop {
Expand All @@ -26,7 +25,6 @@
background: grey;

view-transition-name: backdrop;
contain: layout;
}

.hidden {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
padding: 0;

view-transition-name: dialog;
contain: layout;
}

#target::backdrop {
Expand All @@ -26,7 +25,6 @@
background: grey;

view-transition-name: backdrop;
contain: layout;
}

.hidden {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
height: 10px;
view-transition-name: hidden;
background: green;
contain: layout;
}

.target {
width: 100px;
height: 100px;
background: lightblue;
contain: layout;
view-transition-name: target;
}
.inner {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
contain: paint;
border: 1px solid black;
}
.source {
contain: layout;
}
#target {
background: red;
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
width: 10px;
height: 10px;
view-transition-name: hidden;
contain: layout;
}

html::view-transition-group(target) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
width: 10px;
height: 10px;
view-transition-name: hidden;
contain: layout;
}

html::view-transition-group(target) {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
width: 10px;
height: 10px;
view-transition-name: hidden;
contain: layout;
}

html::view-transition-group(target) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
width: 10px;
height: 10px;
view-transition-name: hidden;
contain: layout;
}

html::view-transition-group(target) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
color: red;
}

div {
contain: layout;
}
</style>
<div id="target"></div>
<div id="target2"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
color: red;
}

#target {
contain: layout;
}

</style>
<div id="target"></div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
color: red;
}

#target {
contain: layout;
}

</style>
<div id="target"></div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#target {
width: 100px;
height: 100px;
contain: layout;
view-transition-name: target;
}
.one {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

<style>
#target {
contain: layout;
width: 200px;
height: 200px;
background: yellow;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<style>
#target {
contain: layout;
view-transition-name: target;
width: 200px;
height: 200px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

<style>
#target {
contain: layout;
width: 500px;
height: 500px;
background: yellow;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<style>
#target {
contain: layout;
view-transition-name: target;
width: 500px;
height: 500px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
width: 100px;
height: 100px;
background: blue;
contain: layout;
}

#child {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
width: 100px;
height: 100px;
background: blue;
contain: layout;
view-transition-name: target;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
.target {
width: 100px;
height: 100px;
contain: layout;
background: blue;
opacity: 0.5;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#target {
width: 100px;
height: 100px;
contain: layout;
background: blue;
view-transition-name: target;
position: relative;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#target {
width: 100px;
height: 100px;
contain: layout;
background: blue;
view-transition-name: target;
position: relative;
Expand Down
Loading

0 comments on commit 4dd72a8

Please sign in to comment.