Skip to content

Commit

Permalink
Bug 1933609 [wpt PR 49385] - Rename Animation.progress to Animation.o…
Browse files Browse the repository at this point in the history
…verallProgress, a=testonly

Automatic update from web-platform-tests
Rename Animation.progress to Animation.overallProgress

In line with the CSS working group resolution in #8799[1], this patch
renames Animation.progress in to Animation.overallProgress in Blink.

[1] w3c/csswg-drafts#8799 (comment)

Bug: 40914396
Change-Id: Ie7605f59d99314158b77e9672dbe98a564d2d1e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049834
Commit-Queue: David Awogbemila <awogbemilachromium.org>
Reviewed-by: Robert Flack <flackrchromium.org>
Cr-Commit-Position: refs/heads/main{#1387916}

--

wpt-commits: 9c416ba6fc2a085fde55600a0056ac30304a8f1f
wpt-pr: 49385

UltraBlame original commit: ec4bc6dd1f7d2dab33e669ef67dfab7e984b54be
  • Loading branch information
marco-c committed Dec 1, 2024
1 parent 810d006 commit aba9e35
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@
an
effect
is
'
+
'
unresolved
'
)
Expand Down Expand Up @@ -282,6 +285,9 @@
is
unresolved
is
'
+
'
unresolved
.
'
Expand Down Expand Up @@ -368,6 +374,9 @@
01
'
overallProgress
'
+
'
is
zero
'
Expand All @@ -388,11 +397,11 @@
zero
is
zero
if
its
"
+
"
if
its
currentTime
is
negative
Expand Down Expand Up @@ -530,10 +539,10 @@
is
one
if
its
"
+
"
its
currentTime
is
non
Expand Down Expand Up @@ -818,6 +827,9 @@
is
calculated
by
"
+
"
currentTime
/
effect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
"
currentTime
reflects
progress
overallProgress
as
a
percentage
Expand Down Expand Up @@ -498,10 +498,10 @@
scroll
animation
as
a
"
+
"
a
number
between
0
Expand Down Expand Up @@ -635,7 +635,7 @@
be
100
%
progress
overallProgress
should
reflect
40
Expand Down Expand Up @@ -729,7 +729,7 @@
be
50
%
progress
overallProgress
should
still
reflect
Expand Down Expand Up @@ -783,6 +783,7 @@
"
The
overallProgress
is
should
match
the
Expand All @@ -804,7 +805,6 @@
of
a
scroll
animation
"
+
"
Expand Down Expand Up @@ -1030,6 +1030,9 @@
timeline
range
scroll
"
+
"
through
.
"
Expand All @@ -1047,7 +1050,6 @@
of
a
scroll
animation
"
+
"
Expand Down Expand Up @@ -1229,12 +1231,12 @@
01
"
overallProgress
is
zero
when
"
+
"
is
zero
when
scroll
offset
is
Expand Down Expand Up @@ -1291,12 +1293,12 @@
01
"
overallProgress
is
one
when
"
+
"
is
one
when
scroll
offset
goes
Expand All @@ -1310,7 +1312,7 @@
;
}
"
overallProgresss
overallProgress
of
a
view
Expand Down

0 comments on commit aba9e35

Please sign in to comment.