diff options
author | Joel Ong <joelo@chromium.org> | 2015-10-02 17:39:40 -0700 |
---|---|---|
committer | Joel Ong <joelo@chromium.org> | 2015-10-03 00:40:54 +0000 |
commit | 494ede3a82aaa192562dc240537be003d864f704 (patch) | |
tree | eb4d16d0e28636daeccf6919e17cd8e2a04f815f /third_party/WebKit/LayoutTests/compositing/overflow/overflow-scrollbar-layers-expected.txt | |
parent | 38d2b7a520e6f39e68764e0f5a50c23a73e00a63 (diff) | |
download | chromium_src-494ede3a82aaa192562dc240537be003d864f704.zip chromium_src-494ede3a82aaa192562dc240537be003d864f704.tar.gz chromium_src-494ede3a82aaa192562dc240537be003d864f704.tar.bz2 |
Auto-rebaseline for r351979
https://chromium.googlesource.com/chromium/src/+/c25c33c93a
BUG=474759
TBR=joelo
Review URL: https://codereview.chromium.org/1372393006 .
Cr-Commit-Position: refs/heads/master@{#352201}
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/overflow/overflow-scrollbar-layers-expected.txt')
-rw-r--r-- | third_party/WebKit/LayoutTests/compositing/overflow/overflow-scrollbar-layers-expected.txt | 133 |
1 files changed, 133 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/overflow-scrollbar-layers-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/overflow-scrollbar-layers-expected.txt new file mode 100644 index 0000000..183c7e4 --- /dev/null +++ b/third_party/WebKit/LayoutTests/compositing/overflow/overflow-scrollbar-layers-expected.txt @@ -0,0 +1,133 @@ +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "children": [ + { + "position": [8, 13], + "bounds": [100, 100], + "drawsContent": true, + "children": [ + { + "bounds": [85, 100], + "children": [ + { + "bounds": [85, 200], + "shouldFlattenTransform": false, + "children": [ + { + "bounds": [10, 200] + } + ] + } + ] + }, + { + "children": [ + { + "position": [85, 0], + "bounds": [15, 100] + } + ] + } + ] + }, + { + "position": [8, 13], + "bounds": [100, 100], + "drawsContent": true, + "children": [ + { + "bounds": [100, 85], + "children": [ + { + "bounds": [200, 85], + "shouldFlattenTransform": false, + "children": [ + { + "bounds": [200, 10] + } + ] + } + ] + }, + { + "children": [ + { + "position": [0, 85], + "bounds": [100, 15] + } + ] + } + ] + }, + { + "position": [8, 13], + "bounds": [100, 100], + "drawsContent": true, + "children": [ + { + "bounds": [85, 85], + "children": [ + { + "bounds": [200, 200], + "shouldFlattenTransform": false, + "children": [ + { + "bounds": [200, 200] + } + ] + } + ] + }, + { + "children": [ + { + "position": [0, 85], + "bounds": [85, 15] + }, + { + "position": [85, 0], + "bounds": [15, 85] + }, + { + "position": [85, 85], + "bounds": [15, 15], + "drawsContent": true + } + ] + } + ] + }, + { + "position": [8, 13], + "bounds": [100, 100], + "drawsContent": true, + "children": [ + { + "bounds": [100, 100], + "children": [ + { + "bounds": [10, 10] + } + ] + }, + { + "children": [ + { + "position": [85, 85], + "bounds": [15, 15], + "drawsContent": true + } + ] + } + ] + } + ] + } + ] +} + |