forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch removes the containment requirement from view-transitions. This is to align with proposed resolution w3c/csswg-drafts#7882 R=khushalsagar@chromium.org, bokan@chromium.org Fixed: 1409491 Change-Id: Iad0eb54c8d2de503f209a58a9f438e586fcd6a36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4188811 Reviewed-by: David Bokan <bokan@chromium.org> Reviewed-by: Khushal Sagar <khushalsagar@chromium.org> Commit-Queue: Vladimir Levin <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1096187}
- Loading branch information
Showing
36 changed files
with
3 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
background: blue; | ||
} | ||
.shared { | ||
contain: layout; | ||
width: 100px; | ||
height: 100px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
background: green; | ||
} | ||
.shared { | ||
contain: layout; | ||
width: 100px; | ||
height: 100px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
|
||
<style> | ||
div { | ||
contain: layout; | ||
position: absolute; | ||
top: 50px; | ||
width: 100px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 0 additions & 38 deletions
38
...s/external/wpt/css/css-view-transitions/no-containment-on-new-element-mid-transition.html
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ternal/wpt/css/css-view-transitions/no-containment-on-new-element-mid-transition.html.ini
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
.../blink/web_tests/external/wpt/css/css-view-transitions/no-containment-on-new-element.html
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...nk/web_tests/external/wpt/css/css-view-transitions/no-containment-on-new-element.html.ini
This file was deleted.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
.../blink/web_tests/external/wpt/css/css-view-transitions/no-containment-on-old-element.html
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...nk/web_tests/external/wpt/css/css-view-transitions/no-containment-on-old-element.html.ini
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,9 +28,6 @@ | |
color: red; | ||
} | ||
|
||
div { | ||
contain: layout; | ||
} | ||
</style> | ||
<div id="target"></div> | ||
<div id="target2"></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,10 +28,6 @@ | |
color: red; | ||
} | ||
|
||
#target { | ||
contain: layout; | ||
} | ||
|
||
</style> | ||
<div id="target"></div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,10 +28,6 @@ | |
color: red; | ||
} | ||
|
||
#target { | ||
contain: layout; | ||
} | ||
|
||
</style> | ||
<div id="target"></div> | ||
|
||
|
Oops, something went wrong.