Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/text-repaint-including-stroke-expected.txt

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/text-repaint-including-stroke-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/text-repaint-including-stroke-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/text-repaint-including-stroke-expected.txt
index 82634d1d379c7d497f9b42a6dbb0479c030a53b6..c37499fda617f79df937a64278aa0ceb2c92209f 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/text-repaint-including-stroke-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/text-repaint-including-stroke-expected.txt
@@ -12,11 +12,6 @@
"reason": "style change"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [80, 0, 551, 114],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGText text id='bounce'",
"rect": [80, 0, 551, 114],
"reason": "full"
@@ -27,11 +22,6 @@
"reason": "style change"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [30, 0, 404, 57],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGText text id='bounce'",
"rect": [30, 0, 404, 57],
"reason": "full"
@@ -41,10 +31,6 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGText text id='bounce'",
"reason": "full"
},

Powered by Google App Engine
This is Rietveld 408576698