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-expected.html
blob
249368a40c98eeccc0d7bbad7c7a0b7fa69b8ffd
1
<html>
2
<head>
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
overridePreference
(
'WebKitShouldRespectImageOrientation'
,
1
);
6
</script>
7
</head>
8
<body>
9
<img
id
=
"img1"
src
=
"../../images/resources/exif-orientation-6-ru.jpg"
>
10
</body>
11
</html>