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
/
events
/
touch
/
gesture
/
resources
/
gesture-tap-active-state-iframe-inner.html
blob
2296709954518d5818c4a995bd58c3c8b15e3f74
1
<!DOCTYPE
html
>
2
<html>
3
<link
rel
=
"stylesheet"
href
=
"../../resources/touch-hover-active-tests.css"
>
4
<style
type
=
"text/css"
>
5
#box
{
6
position
:
absolute
;
7
width
:
300px
;
8
height
:
100px
;
9
top
:
100px
;
10
}
11
</style>
12
<body>
13
<div
id='box' class='touch-interactive'
>
Gestures go here
</div>
14
</body>
15
</html>