|
Show a vertical scrollbar (when needed) for overflow:-webkit-paged-y.
We were already showing a horizontal scrollbar for -webkit-paged-x. For
-webkit-paged-y, on the other hand, it only worked when it was the viewport
that was paginated, but not when specified on a regular block.
The CSS parser currently deals with the overflow shorthand in such a way that
it's the overflow-y property that gets the -webkit-paged-foo value (while
overflow-x becomes auto). Digression: While one could say that's not quite
right when it comes to horizontal writing modes, handling shorthands based on
writing mode would be nasty...
Skipping 2 of the new tests for the old / current multicol implementation,
since they fail there. All tests pass in the new implementation.
BUG= 460024
R=dsinclair@chromium.org,jchaffraix@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190656
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+55 lines, -53 lines) |
Patch |
|
M |
LayoutTests/TestExpectations
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-horizontal-bt-ltr.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-horizontal-bt-ltr-expected.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-horizontal-bt-rtl.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-horizontal-bt-rtl-expected.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-horizontal-tb-ltr.html
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-horizontal-tb-ltr-expected.html
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-horizontal-tb-rtl.html
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-horizontal-tb-rtl-expected.html
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-vertical-lr-ltr.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-vertical-lr-ltr-expected.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-vertical-lr-rtl.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-vertical-lr-rtl-expected.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-vertical-rl-ltr.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-vertical-rl-ltr-expected.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-vertical-rl-rtl.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/pagination/div-y-vertical-rl-rtl-expected.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderBox.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 7 (2 generated)
|