Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / images / exif-orientation-height-image-document.html
blobb92ac0574fd6e61cf6507a84d51a36f15348d565
1 <!-- Test for http://crbug/320244 Image Document's displayed image has the wrong
2 aspect ratio (the image looks stretched) for images with EXIF orientation. -->
3 <script>
4 if (window.testRunner)
5 testRunner.queueLoad('resources/jpeg-height-exif-orientation.jpg');
6 else
7 document.write('This test requires TestRunner.');
8 </script>