git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
REGRESSION (r193610): Drop down menu doesn’t expand at allofbach.com
[WebKit-https.git]
/
LayoutTests
/
fast
/
animation
/
height-auto-transition-computed-value-expected.html
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<title>This tests that auto transition returns the proper computed value.</title>
5
<style>
6
#dropdown {
7
overflow: hidden;
8
border: 1px solid red;
9
height: 18px;
10
transition: height 1s ease-out;
11
}
12
</style>
13
</head>
14
<body>
15
<div id=dropdown></div>
16
PASS if you can see foobar above.
17
</body>
18
</html>