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

Unified Diff: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/relative-sized-content-with-resources-expected.txt

Issue 2543293002: Add virtual/spinvalidation/paint/invalidation test suite (Closed)
Patch Set: Rebaseline virtual/spinvalidation/paint/invalidation/select-option-background-color.html Created 4 years 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/virtual/spinvalidation/paint/invalidation/svg/relative-sized-content-with-resources-expected.txt
diff --git a/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/relative-sized-content-with-resources-expected.txt b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/relative-sized-content-with-resources-expected.txt
similarity index 85%
rename from third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/relative-sized-content-with-resources-expected.txt
rename to third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/relative-sized-content-with-resources-expected.txt
index 2b651eb1cc25399c59b45bb724b0502f3173b23a..81243c31daea3b1b3f92107c49060842dbe79a51 100644
--- a/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/relative-sized-content-with-resources-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/relative-sized-content-with-resources-expected.txt
@@ -8,27 +8,27 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow div id='contentBox'",
- "rect": [8, 72, 402, 402],
+ "rect": [8, 68, 402, 402],
"reason": "forced by layout"
},
{
"object": "LayoutSVGEllipse circle",
- "rect": [48, 112, 322, 322],
+ "rect": [48, 108, 322, 322],
"reason": "SVG resource change"
},
{
"object": "LayoutSVGRoot svg",
- "rect": [48, 112, 322, 322],
+ "rect": [48, 108, 322, 322],
"reason": "forced by layout"
},
{
"object": "LayoutSVGEllipse circle",
- "rect": [8, 155, 102, 236],
+ "rect": [8, 151, 102, 236],
"reason": "SVG resource change"
},
{
"object": "LayoutSVGRoot svg",
- "rect": [9, 155, 100, 236],
+ "rect": [9, 151, 100, 236],
"reason": "forced by layout"
}
]

Powered by Google App Engine
This is Rietveld 408576698