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

Unified Diff: LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt

Issue 1304503003: Auto-rebaseline for r200849 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt
diff --git a/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt b/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt
index c59deb3fffb0ae1725f5c6050660dba36d55c99a..611551f54dda51d4d92008fe81e69e8539acda60 100644
--- a/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt
+++ b/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt
@@ -15,6 +15,9 @@
"repaintRects": [
[0, 0, 400, 400]
],
+ "paintInvalidationClients": [
+ "LayoutBlockFlow DIV id='parent'"
+ ],
"children": [
{
"position": [50, 50],
@@ -24,6 +27,9 @@
"backgroundColor": "#0000FF",
"repaintRects": [
[0, 0, 75, 75]
+ ],
+ "paintInvalidationClients": [
+ "LayoutBlockFlow (relative positioned) DIV id='child'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698