Index: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/vertical-rl-as-paint-container-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/vertical-rl-as-paint-container-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/vertical-rl-as-paint-container-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3b13242a7f8e29db40e98273eeecbcdaf68e1cca |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/vertical-rl-as-paint-container-expected.txt |
@@ -0,0 +1,47 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true |
+ }, |
+ { |
+ "name": "LayoutBlockFlow DIV id='target'", |
+ "position": [8, 8], |
+ "bounds": [600, 400], |
+ "drawsContent": true, |
+ "backfaceVisibility": "hidden", |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [519, 0, 82, 340], |
+ "reason": "style change" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "InlineTextBox 'Lorem ipsum dolor'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "InlineTextBox 'sit amet,'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "InlineTextBox 'consectetur'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "InlineTextBox 'adipiscing elit.'", |
+ "reason": "style change" |
+ } |
+ ] |
+} |
+ |