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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
square-button-appearance.html
blob
20927f9341c56125cccda4e3561d31d33cba0e77
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script>
5
enablePixelTesting
=
true
;
6
</script>
7
<script
src
=
"../resources/js-test.js"
></script>
8
<style>
9
.squarebutton {
10
-webkit-appearance: square-button;
11
width:
100
px;
12
height:
100
px;
13
}
14
</style>
15
</head>
16
<body>
17
<!-- Test if square-button appearance is rendered properly. -->
18
<div
class
=
"squarebutton"
></div>
19
</body>
20
</html>