Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Side by Side Diff: LayoutTests/fast/css/image-orientation/image-orientation-dynamic.html

Issue 1162793003: Add CSS image-orientation: from-image (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Improved check Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script>
4 function runTest() {
5 document.querySelector("img").style.imageOrientation = "from-image";
6 document.documentElement.className = "";
7 }
8
9 </script>
10 <style>
11 </style>
12 </head>
13 <body onload="runTest()">
14 <img id="img1" src="../../images/resources/exif-orientation-6-ru.jpg"></div>
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698