repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
compositing
/
images
/
direct-image-dynamic-border-draws-content-expected.txt
blob
e029342948a01ee16e85bab0d6733b52a2057783
1
2
layer tree before image style change
3
4
{
5
"bounds": [800, 600],
6
"children": [
7
{
8
"bounds": [800, 600],
9
"contentsOpaque": true,
10
"drawsContent": true,
11
"children": [
12
{
13
"position": [8, 8],
14
"bounds": [256, 256]
15
}
16
]
17
}
18
]
19
}
20
21
layer tree after image style change
22
23
{
24
"bounds": [800, 600],
25
"children": [
26
{
27
"bounds": [800, 600],
28
"contentsOpaque": true,
29
"drawsContent": true,
30
"children": [
31
{
32
"position": [8, 8],
33
"bounds": [260, 260],
34
"drawsContent": true
35
}
36
]
37
}
38
]
39
}
40
41