Index: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-vertical-rl-overflow-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-vertical-rl-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-vertical-rl-overflow-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1ce30cf81e8bd5a3be1e2bb1bab40bc6e56b1f0d |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-vertical-rl-overflow-expected.txt |
@@ -0,0 +1,28 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [666, 33, 102, 250], |
+ "reason": "style change" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "InlineTextBox 'A\u00A0\u00A0B'", |
+ "reason": "style change" |
+ } |
+ ] |
+} |
+ |