|
Fix repaint rects from fast/repaint/window-resize tests
By observation, these tests are supposed to be printing out multiple
sets of repaint rects. text-based-repaint doesn't handle multiple sets
of runRepaintTest, so for this unfortunately synchronous resize API,
just have it handle all the repaints itself.
This is also the only synchronous-requiring repaint test, so fixing
this makes it easier to make all repaint tests actually go through the
full asynchronous paint path.
BUG= 361729
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173770
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+22 lines, -12 lines) |
Patch |
 |
M |
LayoutTests/TestExpectations
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/resources/window-resize-repaint.js
|
View
|
1
2
|
1 chunk |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/window-resize-fixed-center-background-image.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/window-resize-media-query.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/window-resize-no-layout-change1.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/window-resize-no-layout-change2.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/window-resize-percent-html.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/window-resize-percent-width-height.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/window-resize-positioned-bottom.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/window-resize-positioned-percent-top.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/window-resize-vertical-writing-mode.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/window-resize-viewport-percent.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|