Index: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-reflow-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-reflow-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-reflow-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9eb7ac9f403a5f41646d7a1b03e2c006bda4c8c3 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-reflow-expected.txt |
@@ -0,0 +1,113 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [0, -1, 300, 202], |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container'", |
+ "rect": [0, 0, 300, 200], |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container'", |
+ "rect": [0, 300, 300, 20], |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [0, -1, 200, 302], |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container'", |
+ "rect": [0, 0, 200, 300], |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [0, 299, 180, 22], |
+ "reason": "forced by layout" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "RootInlineBox", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox 'A A A A A AA AA'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox 'AA AA AAA AAA'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox 'AAA AAAA AAAA'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox 'AAAAA AAAAA'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox 'AAAAAA AAAAAAA'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox 'AAAAAA AAAAA'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox 'AAAAA AAAA AAAA'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox 'AAA AAA AAA AA'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox 'AA AA AA A A A'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox 'A A'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "RootInlineBox", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "InlineTextBox 'A A A A A'", |
+ "reason": "forced by layout" |
+ } |
+ ] |
+} |
+ |