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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/image-with-clip-path-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/paint/invalidation/svg/image-with-clip-path-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/image-with-clip-path-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/image-with-clip-path-expected.txt
similarity index 85%
rename from third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/image-with-clip-path-expected.txt
rename to third_party/WebKit/LayoutTests/paint/invalidation/svg/image-with-clip-path-expected.txt
index 3560c7950edf0a5a1f3d8a3ea53cd132217ba183..0a4d04fbf92232f218a9eabd834cb16eba90088d 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/image-with-clip-path-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/image-with-clip-path-expected.txt
@@ -7,16 +7,6 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "rect": [0, 10, 236, 70],
- "reason": "incremental"
- },
- {
- "object": "LayoutSVGRoot svg",
- "rect": [0, 75, 236, 5],
- "reason": "incremental"
- },
- {
"object": "LayoutSVGRect rect id='r'",
"rect": [0, 0, 100, 100],
"reason": "full"
@@ -76,10 +66,6 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "reason": "incremental"
- },
- {
"object": "LayoutSVGContainer g id='g'",
"reason": "full"
},
@@ -100,10 +86,6 @@
"reason": "full"
},
{
- "object": "LayoutSVGRoot svg",
- "reason": "incremental"
- },
- {
"object": "LayoutSVGContainer g id='g'",
"reason": "full"
},

Powered by Google App Engine
This is Rietveld 408576698