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

Unified Diff: LayoutTests/fast/repaint/multicol-as-paint-container-expected.txt

Issue 772913003: Paint invalidation: Need to check offset cacheability for invalidation containers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: repaint test n00b fixes. Created 6 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: LayoutTests/fast/repaint/multicol-as-paint-container-expected.txt
diff --git a/LayoutTests/compositing/repaint/should-not-repaint-composited-filter-expected.txt b/LayoutTests/fast/repaint/multicol-as-paint-container-expected.txt
similarity index 74%
copy from LayoutTests/compositing/repaint/should-not-repaint-composited-filter-expected.txt
copy to LayoutTests/fast/repaint/multicol-as-paint-container-expected.txt
index 61b7da0dfac0d209dcc8880e1ca57a6cbbef1c58..a5bcf492c1fb33c4721589fe2beb8c767c54df03 100644
--- a/LayoutTests/compositing/repaint/should-not-repaint-composited-filter-expected.txt
+++ b/LayoutTests/fast/repaint/multicol-as-paint-container-expected.txt
@@ -8,11 +8,12 @@
"children": [
{
"position": [8, 8],
- "bounds": [100, 100],
- "contentsOpaque": true,
+ "bounds": [630, 180],
"drawsContent": true,
"backfaceVisibility": "hidden",
- "backgroundColor": "#008000"
+ "repaintRects": [
+ [0, 0, 630, 180]
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698