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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-squashing-layer-that-needs-full-repaint-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/paint/invalidation/compositing/resize-squashing-layer-that-needs-full-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-squashing-layer-that-needs-full-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-squashing-layer-that-needs-full-repaint-expected.txt
index 2fe8587514c6f44beb9386d3c336e807f52fc583..dc0c3bee0a8315584b12379ea27fcca971e50c86 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-squashing-layer-that-needs-full-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-squashing-layer-that-needs-full-repaint-expected.txt
@@ -34,7 +34,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'",
"rect": [0, 0, 50, 50],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
}
]
}
@@ -42,7 +42,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow (positioned) DIV",

Powered by Google App Engine
This is Rietveld 408576698