|
First round of changes to correct exclusion tests that started failing when subpixel layout was turned off, and to correct some problems that disabling subpixel layout exposed.
This set of changes just corrects four tests. It also revises the subpixel-utils code to bring it into line with the most recent LayoutUnit et al changes and to simplify its use a little. The ExclusionPolygon appendArc() method was corrected, so that the 3rd of 5 additional vertices is in the center of the arc. The firstIncludedIntervalLogicalTop() methods now use ceiledLayoutUnit() to convert a float to a LayoutUnit within the shape.
BUG= 237568
R=leviw@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151323
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+90 lines, -91 lines) |
Patch |
 |
M |
LayoutTests/fast/exclusions/resources/rounded-rectangle.js
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/resources/simple-polygon.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/resources/subpixel-utils.js
|
View
|
1
|
1 chunk |
+19 lines, -21 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/shape-inside/shape-inside-polygon-layout.html
|
View
|
1
|
2 chunks |
+13 lines, -6 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/shape-inside/shape-inside-polygon-layout-expected.txt
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/shape-inside/shape-inside-polygon-padding-003.html
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/shape-inside/shape-inside-polygon-padding-003-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html
|
View
|
|
4 chunks |
+16 lines, -13 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon-expected.txt
|
View
|
|
2 chunks |
+7 lines, -12 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html
|
View
|
|
2 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left-expected.txt
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html
|
View
|
|
2 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right-expected.txt
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/exclusions/ExclusionPolygon.cpp
|
View
|
1
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
Total messages: 28 (0 generated)
|