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

Unified Diff: LayoutTests/virtual/slimmingpaint/compositing/squashing/repaint-via-layout-offset-expected.txt

Issue 1193163002: Cleanup after enabling all slimming paint for all layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/slimmingpaint/compositing/squashing/repaint-via-layout-offset-expected.txt
diff --git a/LayoutTests/virtual/slimmingpaint/compositing/squashing/repaint-via-layout-offset-expected.txt b/LayoutTests/virtual/slimmingpaint/compositing/squashing/repaint-via-layout-offset-expected.txt
deleted file mode 100644
index af26bb8b99d825faeaf93f4a73ef3a1fe847c748..0000000000000000000000000000000000000000
--- a/LayoutTests/virtual/slimmingpaint/compositing/squashing/repaint-via-layout-offset-expected.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "shouldFlattenTransform": false,
- "children": [
- {
- "position": [8, 8],
- "bounds": [200, 200],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#ADD8E6"
- },
- {
- "position": [50, 50],
- "bounds": [50, 50],
- "drawsContent": true,
- "repaintRects": [
- [0, 0, 50, 50],
- [0, 0, 40, 40]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow (positioned) SPAN class='child embiggen'"
- ]
- }
- ]
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698