Skip to content

Commit 7a48bce

Browse files
Fix CSS typos
Change-Id: I0829ad1708387ffa6dea191f00658a8edf9fc268 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7091871 Reviewed-by: Steve Kobes <skobes@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/main@{#1536828}
1 parent fc77381 commit 7a48bce

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

css/css-view-transitions/capture-with-offscreen-child-translated.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
animation-duration: 500s;
3232
}
3333

34-
::view-transtion-old(*) {
34+
::view-transition-old(*) {
3535
animation: unset;
3636
opacity: 1;
3737
}
3838

39-
::view-transtion-new(*) {
39+
::view-transition-new(*) {
4040
animation: unset;
4141
opacity: 0;
4242
}

css/css-view-transitions/capture-with-offscreen-child.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
animation-duration: 500s;
2828
}
2929

30-
::view-transtion-group(*),
31-
::view-transtion-image-pair(*) {
30+
::view-transition-group(*),
31+
::view-transition-image-pair(*) {
3232
animation-play-state: paused;
3333
}
3434

css/css-view-transitions/capture-with-opacity-zero-child.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
animation-duration: 500s;
2626
}
2727

28-
::view-transtion-group(*),
29-
::view-transtion-image-pair(*) {
28+
::view-transition-group(*),
29+
::view-transition-image-pair(*) {
3030
animation-play-state: paused;
3131
}
3232

css/css-view-transitions/capture-with-visibility-mixed-descendants.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
animation-duration: 500s;
3939
}
4040

41-
::view-transtion-group(*),
42-
::view-transtion-image-pair(*) {
41+
::view-transition-group(*),
42+
::view-transition-image-pair(*) {
4343
animation-play-state: paused;
4444
}
4545

0 commit comments

Comments
 (0)