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

Unified Diff: LayoutTests/platform/win/virtual/softwarecompositing/overflow/clear-scroll-parent-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/platform/win/virtual/softwarecompositing/overflow/clear-scroll-parent-expected.txt
diff --git a/LayoutTests/platform/win/virtual/softwarecompositing/overflow/clear-scroll-parent-expected.txt b/LayoutTests/platform/win/virtual/softwarecompositing/overflow/clear-scroll-parent-expected.txt
deleted file mode 100644
index b151778095a532995257d22782dce3662a1f6953..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win/virtual/softwarecompositing/overflow/clear-scroll-parent-expected.txt
+++ /dev/null
@@ -1,103 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "position": [8, 8],
- "bounds": [308, 208],
- "drawsContent": true,
- "children": [
- {
- "position": [4, 4],
- "bounds": [285, 200],
- "children": [
- {
- "bounds": [285, 530],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "children": [
- {
- "shouldFlattenTransform": false
- }
- ]
- }
- ]
- },
- {
- "children": [
- {
- "position": [289, 4],
- "bounds": [15, 185],
- "drawsContent": true
- },
- {
- "position": [289, 189],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
- },
- {
- "position": [50, 200],
- "bounds": [200, 200],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000",
- "children": [
- {
-
- }
- ]
- },
- {
- "position": [12, 12],
- "bounds": [80, 80],
- "hasScrollParent": true,
- "children": [
- {
- "position": [10, 10],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FF0000",
- "children": [
- {
-
- }
- ]
- }
- ]
- },
- {
- "hasScrollParent": true,
- "children": [
- {
- "position": [22, 102],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "children": [
- {
-
- }
- ]
- },
- {
- "position": [22, 212],
- "bounds": [100, 320],
- "drawsContent": true
- }
- ]
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698