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
/
Source
/
web
/
tests
/
data
/
composited_selection_bounds_iframe.html
blob
f033172151e237f343f8922c083bac9121fe2644
1
<style>
2
@font-face {
3
font-family: ahem;
4
src: url(Ahem.ttf);
5
}
6
* {
7
font-family: ahem;
8
}
9
</style>
10
<iframe
id
=
"frame"
src
=
"composited_selection_bounds_basic.html"
></iframe>
11
<script>
12
document
.
getElementById
(
"frame"
).
focus
();
13
window
.
expectedResult
= [
document
,
78
,
18
,
78
,
30
,
document
,
18
,
30
,
18
,
42
];
14
</script>
15