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

Unified Diff: LayoutTests/virtual/softwarecompositing/squashing/squashed-layer-loses-graphicslayer-expected.txt

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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/virtual/softwarecompositing/squashing/squashed-layer-loses-graphicslayer-expected.txt
diff --git a/LayoutTests/virtual/softwarecompositing/squashing/squashed-layer-loses-graphicslayer-expected.txt b/LayoutTests/virtual/softwarecompositing/squashing/squashed-layer-loses-graphicslayer-expected.txt
deleted file mode 100644
index 1d5ea07cf5bf256413baa3d95b67a361549e1dca..0000000000000000000000000000000000000000
--- a/LayoutTests/virtual/softwarecompositing/squashing/squashed-layer-loses-graphicslayer-expected.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-A squashing RenderLayer that becomes non-composited should correctly send a repaint invalidation to the new container GraphicsLayer that it paints into. When run interactively, hovering over the force-composited gray div should not cause other layers to disappear.
-
-CASE 1, original layer tree:
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "children": [
- {
- "position": [60, 60],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#808080"
- },
- {
- "position": [140, 140],
- "bounds": [260, 260],
- "drawsContent": true
- }
- ]
- }
- ]
- }
- ]
-}
-CASE 2, The original composited layer is no longer composited, which then also removes all squashing layers. The important point is that there should be an appropriate repaint to the root GraphicsLayer:
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [300, 300, 100, 100],
- [220, 220, 100, 100],
- [140, 140, 100, 100],
- [60, 60, 100, 100],
- [60, 60, 100, 100]
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698