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

Unified Diff: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-addition-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/shift-relative-positioned-container-with-image-addition-expected.txt
diff --git a/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
similarity index 85%
rename from third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
rename to third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
index 9919ab9a8e958b8be8d13d9ab4f313ae95a23c65..16c08a5e512e90b8bb7bcca8993f88142eef9c4c 100644
--- a/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
@@ -2,53 +2,53 @@
"layers": [
{
"name": "LayoutView #document",
- "bounds": [785, 836],
+ "bounds": [785, 829],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutView #document",
- "rect": [0, 742, 785, 94],
+ "rect": [0, 735, 785, 94],
"reason": "incremental"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
- "rect": [8, 186, 769, 642],
+ "rect": [8, 180, 769, 641],
"reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
- "rect": [8, 92, 769, 642],
+ "rect": [8, 86, 769, 641],
"reason": "bounds change"
},
{
"object": "LayoutIFrame IFRAME id='iframe'",
- "rect": [8, 92, 732, 94],
+ "rect": [8, 86, 732, 94],
"reason": "layoutObject insertion"
},
{
"object": "LayoutBlockFlow HTML",
- "rect": [10, 94, 728, 90],
+ "rect": [10, 88, 728, 90],
"reason": "layoutObject insertion"
},
{
"object": "LayoutView #document",
- "rect": [10, 94, 728, 90],
+ "rect": [10, 88, 728, 90],
"reason": "style change"
},
{
"object": "LayoutBlockFlow BODY",
- "rect": [18, 102, 712, 74],
+ "rect": [18, 96, 712, 74],
"reason": "layoutObject insertion"
},
{
"object": "LayoutImage IMG",
- "rect": [58, 236, 489, 537],
+ "rect": [58, 230, 489, 537],
"reason": "bounds change"
},
{
"object": "LayoutImage IMG",
- "rect": [58, 142, 489, 537],
+ "rect": [58, 136, 489, 537],
"reason": "bounds change"
}
]

Powered by Google App Engine
This is Rietveld 408576698