summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/background-repeat-no-repeat.html
blob: 32b969ca5369b268c89b6e32f88b93b168d8927a (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<style>
.test {background-repeat: no-repeat; }
</style>
</head>
<body>
<input type="button" value="Example" class="test" />
</body>
</html>