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
/
fast
/
css
/
text-overflow-ellipsis-button-expected.html
blob
bee6fe1978c977bcb2aad68caa33c850d4ef04ea
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
button{
6
display:block;
7
width:
30
px;
8
overflow:hidden;
9
white-space:nowrap;
10
}
11
</style>
12
</head>
13
<body>
14
<button
type
=
"button"
>
…
</button>
15
</body>
16
</html>