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/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt b/third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
index 2d3ae8f855c461d582922952e25dd4c657ad9373..695029d923fcb8453303ea2696ea4331c97c2255 100644
--- a/third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
@@ -16,12 +16,12 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [12, 0, 12, 12],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [10, 0, 12, 12],
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -29,7 +29,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -51,12 +51,12 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [11, 0, 13, 12],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [9, 0, 13, 12],
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -64,7 +64,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -86,12 +86,12 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [12, 0, 13, 12],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [10, 0, 13, 12],
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -99,7 +99,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -121,12 +121,12 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [12, 0, 13, 12],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [10, 0, 13, 12],
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -134,7 +134,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -156,12 +156,12 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [12, 0, 13, 12],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [10, 0, 13, 12],
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -169,7 +169,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698