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

Unified Diff: LayoutTests/fast/repaint/vertical-rl-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/vertical-rl-as-paint-container-expected.txt
diff --git a/LayoutTests/compositing/repaint/should-not-repaint-composited-filter-expected.txt b/LayoutTests/fast/repaint/vertical-rl-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/vertical-rl-as-paint-container-expected.txt
index 61b7da0dfac0d209dcc8880e1ca57a6cbbef1c58..1b6d38b98bfbff24daf9303af97ebeb713205bca 100644
--- a/LayoutTests/compositing/repaint/should-not-repaint-composited-filter-expected.txt
+++ b/LayoutTests/fast/repaint/vertical-rl-as-paint-container-expected.txt
@@ -8,11 +8,12 @@
"children": [
{
"position": [8, 8],
- "bounds": [100, 100],
- "contentsOpaque": true,
+ "bounds": [600, 400],
"drawsContent": true,
"backfaceVisibility": "hidden",
- "backgroundColor": "#008000"
+ "repaintRects": [
+ [520, 0, 80, 340]
+ ]
}
]
}
« no previous file with comments | « LayoutTests/fast/repaint/vertical-rl-as-paint-container.html ('k') | Source/core/rendering/PaintInvalidationState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698