|
Remove repaint.js from svg tests that pass without it
This set of tests all attempt to do a "repaint" test but aren't about
painting at all. If the display() call from repaint.js is removed,
these tests all continue to pass, indicating that their output pixels
are not affected by the WebTestProxy::displayRepaintMask that covers
part of the screen in grey to indicate what has changed.
Because of this, it also means that they are not a good candidate for a
true text-based repaint rect, as they are either spit out no repaints or
full-screen repaints, depending on when paint rect tracking begins.
My conclusion is that these tests are really trying to test some
incremental layout- or style-related change, and so merely forcing a
style/layout recalc, tickling some property, and outputting the final
test pixels is a sufficient test.
BUG= 345027
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170134
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+102 lines, -94 lines) |
Patch |
 |
M |
LayoutTests/fast/repaint/resources/text-based-repaint.js
|
View
|
|
2 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/as-background-image/animated-svg-as-background.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/as-object/embedded-svg-immediate-offsetWidth-query.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/custom/filter-css-transform-resolution.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/filters/feImage-late-indirect-update.svg
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/foreignObject/fO-parent-display-changes.svg
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/repaint/buffered-rendering-dynamic-image.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/repaint/buffered-rendering-dynamic-image-expected.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/repaint/buffered-rendering-static-image.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/repaint/buffered-rendering-static-image-expected.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/repaint/viewport-mask-update.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/absolute-sized-document-scrollbars.svg
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-background-image-tiled.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-background-images.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-clip-path.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-coords-viewattr-01-b.svg
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-css-transforms.svg
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-css-transforms-expected.svg
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-foreign-content.svg
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-foreignObject.svg
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-get-screen-ctm.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-getBoundingClientRect.xhtml
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-hixie-mixed-008.xml
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-hixie-mixed-009.xml
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-hixie-rendering-model-004.xhtml
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-mask-with-percentages.svg
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-svg-as-image.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-svg-as-object.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-svg-as-relative-image.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-svg-float-border-padding.xml
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-svg-through-object-with-override-size.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/text/zoom-hixie-mixed-008.xml
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/text/zoom-hixie-mixed-009.xml
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/text/zoom-hixie-rendering-model-004.xhtml
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/zoom/text/zoom-svg-float-border-padding.xml
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|