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
/
compositing
/
overflow
/
get-transform-from-non-box-container.html
blob
0cb4da0feec48d4b60b919bff1c3294b1b70eb51
1
<html>
2
<head>
3
<style>
4
.container {
5
display: inline;
6
-webkit-perspective:
10
px;
7
}
8
.intermediate {
9
-webkit-column-width:
100
px;
10
}
11
</style>
12
</head>
13
<body>
14
<div
class
=
"container"
style
=
"position: relative"
>
15
<div
class
=
"intermediate"
style
=
"position: absolute"
>
16
PASS
17
</div>
18
</div>
19
<script>
20
if
(
window
.
testRunner
)
21
testRunner
.
dumpAsText
();
22
</script>
23
</body>
24
</html>