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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt

Issue 2720923003: Auto-rebaseline for r453270 (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c38994e912a1264c04287d11cf2b55b9f4acc253
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
@@ -0,0 +1,86 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [785, 1016],
+ "contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "Squashing Containment Layer",
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='foo'",
+ "position": [8, 8],
+ "bounds": [200, 1000],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#D3D3D3"
+ },
+ {
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV)",
+ "position": [8, 0],
+ "bounds": [300, 653],
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "rect": [0, 500, 300, 150],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [8, 508, 284, 18],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [8, 508, 269, 142],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 508, 31, 17],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [285, 500, 15, 150],
+ "reason": "scroll"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "reason": "scroll"
+ },
+ {
+ "object": "VerticalScrollbar",
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'test1'",
+ "reason": "forced by layout"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698