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
/
inspector
/
elements
/
highlight
/
highlight-svg-content-inside-iframe-expected.txt
blob
876977f62234b77e33042718051fade3f9bfb9da
1
2
svg-rect{
3
"paths": [
4
{
5
"path": [
6
"M",
7
130,
8
270,
9
"L",
10
190,
11
270,
12
"L",
13
190,
14
350,
15
"L",
16
130,
17
350,
18
"Z"
19
],
20
"fillColor": "rgba(255, 0, 0, 0)",
21
"outlineColor": "rgba(128, 0, 0, 0)"
22
}
23
],
24
"showRulers": true,
25
"showExtensionLines": true,
26
"elementInfo": {
27
"tagName": "rect",
28
"idValue": "svg-rect",
29
"nodeWidth": "60",
30
"nodeHeight": "80"
31
},
32
"displayAsMaterial": false
33
}
34