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

Unified Diff: LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt

Issue 456963002: Delete RenderLayer::setHasVisibleContent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline inspector test Created 6 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/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
diff --git a/LayoutTests/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt b/LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
similarity index 66%
copy from LayoutTests/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt
copy to LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
index ea70903ad096dd66143d5fad366ebd7c398c276a..724c2099c7f5f15f6edf214bac604a55a38967cd 100644
--- a/LayoutTests/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt
+++ b/LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
@@ -1,4 +1,3 @@
-TEST
{
"bounds": [800, 600],
"children": [
@@ -8,9 +7,8 @@ TEST
"drawsContent": true,
"children": [
{
- "position": [8, 8],
- "bounds": [100, 30],
- "drawsContent": true
+ "position": [200, 200],
+ "bounds": [200, 200]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698