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
/
svg
/
as-image
/
default-monospace-font-expected.html
blob
9337d4e3847b98b6ab8060bc58c646ae51eae33a
1
<!DOCTYPE
html
>
2
<style>
3
* {
4
margin:
0
;
5
padding:
0
;
6
}
7
</style>
8
crbug.com/
167760
: This test passes if the word
"PASS"
appears below in monospace:
<br>
9
<svg
width='
100
' height='
100
' xmlns='http://www.w3.org/
2000
/svg'
>
10
<text
y='
30
' font-family='monospace' fill='green'
>
PASS
</text>
11
</svg>