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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/remove-squashed-layer-plus-move-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/platform/linux/compositing/squashing/remove-squashed-layer-plus-move-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/remove-squashed-layer-plus-move-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/remove-squashed-layer-plus-move-expected.txt
index 656a85cd7b6f47e24733cfae94d6c927dd8bc41a..7124b96795d17b6b403d8f3d7a936b63b230c490 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/remove-squashed-layer-plus-move-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/remove-squashed-layer-plus-move-expected.txt
@@ -9,12 +9,12 @@
{
"object": "LayoutBlockFlow (anonymous)",
"rect": [8, 118, 1410, 55],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (anonymous)",
"rect": [8, 63, 1410, 55],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow DIV id='container'",
@@ -28,11 +28,11 @@
},
{
"object": "LayoutText #text",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "RootInlineBox",
@@ -72,7 +72,7 @@
{
"object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
"rect": [0, 55, 1000, 50],
- "reason": "location change"
+ "reason": "compositing update"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
@@ -82,7 +82,7 @@
{
"object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
"rect": [0, 0, 100, 50],
- "reason": "location change"
+ "reason": "compositing update"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-tile'",

Powered by Google App Engine
This is Rietveld 408576698