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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
font-face-in-shadow-DOM.html-disabled
blob
9add10694eee666bc447c8d4cd44df549bdb4327
1
<style>
2
/* a descendant rule */
3
p > p { }
4
@font-face {
5
font-family: 'remote';
6
src: url(../../resources/Ahem.ttf);
7
}
8
</style>
9
<textarea style="width: 108px; height: 102px; font-family: remote; font-size: 100px; color: green; background-color: red; padding: 0;">A</textarea>
10
<script>
11
document.body.offsetTop;
12
</script>