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
/
media
/
webkit-media-controls-webkit-appearance-expected.html
blob
68bd2bf368fec1d4529e160ef71686799ff61c87
1
<!DOCTYPE
html
>
2
<p>
Overloading ::-webkit-media-controls -webkit-appearance. PASS if it doesn't crash.
</p>
3
<style>
4
div {
5
position: absolute;
6
width:
300
px;
7
height:
150
px;
8
z-index: -
1
;
9
-webkit-appearance: button;
10
}
11
</style>
12
<div></div>
13
<video
controls
></video>