Index: third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/bugzilla-5699-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/bugzilla-5699-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/bugzilla-5699-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..384fa84de7d4d8a51fce2e1899ab8936dcbec8bc |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/bugzilla-5699-expected.txt |
@@ -0,0 +1,93 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow P", |
+ "rect": [8, 136, 784, 68], |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [8, 184, 32, 19], |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [8, 156, 32, 19], |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutInline SPAN id='d'", |
+ "rect": [8, 150, 4, 19], |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [8, 150, 4, 19], |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [8, 136, 4, 19], |
+ "reason": "style change" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow P", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "RootInlineBox", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutInline SPAN id='d'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "InlineFlowBox", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "InlineTextBox '\u00A0'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBR BR", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox '\n'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox 'Hello'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutBR BR", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox '\n'", |
+ "reason": "forced by layout" |
+ } |
+ ] |
+} |
+ |