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
/
computed-image-width-with-percent-height-expected.html
blob
d49bdea057dabbaf692d491cae9e51b6b0935293
1
<!DOCTYPE>
2
<html>
3
<head>
4
<style>
5
div { height:
25
px; width:
25
px; background: lime;}
6
</style>
7
</head>
8
<body>
9
The square below should be
25
px by
25
px.
10
<!-- https://bugs.webkit.org/show_bug.cgi?id=28035 -->
11
<div></div>
12
</body>
13
</html>
14