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
/
svg
/
zoom
/
text
/
zoom-em-units-expected.html
blob
a0c2da3d3fba19269b476fe5c71ac6d5fae90dd2
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
body {
6
zoom:
2
;
7
}
8
div {
9
width:
3
em;
10
height:
3
em;
11
display: inline-block;
12
background-color: green;
13
}
14
</style>
15
</head>
16
<body>
17
Test for crbug.com/
245996
: This test passes if
<br/>
18
there are two green squares of the same size.
<br/>
19
<div></div>
20
<div></div>
21
</body>
22
</html>