Skip to content

Commit

Permalink
Bug 1693396 [wpt PR 27665] - Replaced start and end scroll offsets wi…
Browse files Browse the repository at this point in the history
…th scrollOffsets attribute, a=testonly

Automatic update from web-platform-tests
Replaced start and end scroll offsets with scrollOffsets attribute

Based on pr[1] replaced all usages of startScrollOffset and
endScrollOffset with scrollOffsets attribute.

Among the changes;
-Moved content of constructor.tentative.html to constructor.html.
-Deleted constructor.tentative.html

[1] w3c/csswg-drafts#5803

Bug: 1094014
Change-Id: I3d609555bdd7c65b2b9561a88d4c130a5566a9a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2701333
Reviewed-by: Kevin Ellis <keverschromium.org>
Commit-Queue: Olga Gerchikov <gerchikomicrosoft.com>
Cr-Commit-Position: refs/heads/master{#855469}

--

wpt-commits: 69bf427d7d2ae83f7c60ef6751ddf0e26d2892fa
wpt-pr: 27665

UltraBlame original commit: ea854b5dc8b4d98887c5b22aaee2336cc02a7668
  • Loading branch information
marco-c committed Feb 25, 2021
1 parent c9770e9 commit 2207ab4
Show file tree
Hide file tree
Showing 11 changed files with 482 additions and 1,542 deletions.
402 changes: 338 additions & 64 deletions testing/web-platform/tests/scroll-animations/constructor.html

Large diffs are not rendered by default.

1,400 changes: 0 additions & 1,400 deletions testing/web-platform/tests/scroll-animations/constructor.tentative.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -1446,14 +1446,19 @@
'
horizontal
'
startScrollOffset
scrollOffsets
:
[
CSS
.
px
(
20
)
'
auto
'
]
}
)
;
Expand All @@ -1475,14 +1480,19 @@
'
horizontal
'
startScrollOffset
scrollOffsets
:
[
CSS
.
percent
(
20
)
'
auto
'
]
}
)
;
Expand All @@ -1504,8 +1514,9 @@
'
horizontal
'
startScrollOffset
scrollOffsets
:
[
CSS
.
percent
Expand All @@ -1522,6 +1533,10 @@
5
)
)
'
auto
'
]
}
)
;
Expand Down Expand Up @@ -2150,8 +2165,9 @@
'
horizontal
'
endScrollOffset
scrollOffsets
:
[
CSS
.
px
Expand All @@ -2160,6 +2176,7 @@
-
20
)
]
}
)
;
Expand All @@ -2181,14 +2198,16 @@
'
horizontal
'
endScrollOffset
scrollOffsets
:
[
CSS
.
percent
(
80
)
]
}
)
;
Expand All @@ -2210,8 +2229,9 @@
'
horizontal
'
endScrollOffset
scrollOffsets
:
[
CSS
.
percent
Expand All @@ -2228,6 +2248,7 @@
5
)
)
]
}
)
;
Expand Down Expand Up @@ -2826,11 +2847,6 @@
'
block
'
endScrollOffset
:
'
auto
'
}
)
;
Expand All @@ -2852,14 +2868,16 @@
'
block
'
endScrollOffset
scrollOffsets
:
[
CSS
.
px
(
scrollerSize
)
]
}
)
;
Expand All @@ -2881,14 +2899,16 @@
'
block
'
endScrollOffset
scrollOffsets
:
[
CSS
.
percent
(
100
)
]
}
)
;
Expand All @@ -2910,8 +2930,9 @@
'
block
'
endScrollOffset
scrollOffsets
:
[
CSS
.
percent
Expand All @@ -2932,6 +2953,7 @@
scrollerSize
)
)
]
}
)
;
Expand Down
Loading

0 comments on commit 2207ab4

Please sign in to comment.