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

Side by Side Diff: LayoutTests/fast/frames/iframe-scaling-with-scroll.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
1 <html> 1 <html>
2 <body> 2 <body>
3 <iframe style="-webkit-transform-origin: 0% 0%; position: absolute; width: 50%; height: 50%; -webkit-transform: scale(0.5, 0.5);" src="data:text/html,<body>< div style='width: 1000px; height: 1000px; background-color: green;'></div></body >"></iframe> 3 <iframe style="-webkit-transform-origin: 0% 0%; position: absolute; width: 50%; height: 50%; transform: scale(0.5, 0.5);" src="data:text/html,<body><div styl e='width: 1000px; height: 1000px; background-color: green;'></div></body>"></ifr ame>
4 </body> 4 </body>
5 </html> 5 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/frames/iframe-scale-applied-twice.html ('k') | LayoutTests/fast/gradients/background-clipped.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698