blob: df488323f494a06b7490af60397d14f9201ae3ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
The images should be rotated respecting their EXIF orientation. This test can only be run with testRunner (or by manually setting WebKitShouldRespectImageOrientation to true).
Normal
Flipped horizontally
Rotated 180°
Flipped vertically
Rotated 90° CCW and flipped vertically
Rotated 90° CCW
Rotated 90° CW and flipped vertically
Rotated 90° CW
Undefined (invalid value)
img1 size = 100px by 50px
img2 size = 100px by 50px
img3 size = 100px by 50px
img4 size = 100px by 50px
img5 size = 50px by 100px
img6 size = 50px by 100px
img7 size = 50px by 100px
img8 size = 50px by 100px
img9 size = 100px by 50px
|