| Index: LayoutTests/fast/css/image-orientation/image-orientation-dynamic.html
 | 
| diff --git a/LayoutTests/fast/css/image-orientation/image-orientation-dynamic.html b/LayoutTests/fast/css/image-orientation/image-orientation-dynamic.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..762b75976f2bf7cbaa94f66608dfc45b48f70bf5
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/fast/css/image-orientation/image-orientation-dynamic.html
 | 
| @@ -0,0 +1,13 @@
 | 
| +<html>
 | 
| +<head>
 | 
| +<script>
 | 
| +function runTest() {
 | 
| +  document.querySelector("img").style.imageOrientation = "from-image";
 | 
| +}
 | 
| +
 | 
| +</script>
 | 
| +</head>
 | 
| +<body onload="runTest()">
 | 
| +<img id="img1" src="../../images/resources/exif-orientation-6-ru.jpg"></div>
 | 
| +</body>
 | 
| +</html>
 | 
| 
 |