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
/
http
/
tests
/
misc
/
svg-image-delayed-size-negotiation-expected.html
blob
6836fd3c86fd779286bf87c7fb477c84f43081b9
1
<!DOCTYPE
HTML
>
2
<html>
3
<body>
4
<p
id
=
"description"
>
5
Test that an image loaded after initial layout will have the correct size.
<br/>
6
This test passes if there is a blue square (not rectangle) with a green circle (not oval).
7
</p>
8
<img
src
=
"resources/embedded.svg"
width
=
"100"
height
=
"300"
></img>
9
</body>
10
</html>