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
/
fast
/
css
/
attr-parsing-expected.txt
blob
7f6601ac30766270d34260ae66f66a8b4fe188d1
1
SUCCESS
2
3
Rules from the stylesheet:
4
5
#a { content: attr(b); }
6
#c { }
7
#d { }
8
#e { }
9
#f { }
10
#g { }
11
#h { }
12
#i { }
13
#j { }
14
#l { }
15
#n { }
16
#q { }
17
#r { }
18
#s { }
19
#t { }
20
#u { }
21
Expected result:
22
23
#a { content: attr(b); }
24
#c { }
25
#d { }
26
#e { }
27
#f { }
28
#g { }
29
#h { }
30
#i { }
31
#j { }
32
#l { }
33
#n { }
34
#q { }
35
#r { }
36
#s { }
37
#t { }
38
#u { }
39