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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
image-orientation
/
image-orientation-dynamic.html
blob
762b75976f2bf7cbaa94f66608dfc45b48f70bf5
1
<html>
2
<head>
3
<script>
4
function
runTest
() {
5
document
.
querySelector
(
"img"
).
style
.
imageOrientation
=
"from-image"
;
6
}
7
8
</script>
9
</head>
10
<body
onload
=
"runTest()"
>
11
<img
id
=
"img1"
src
=
"../../images/resources/exif-orientation-6-ru.jpg"
></div>
12
</body>
13
</html>