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

Side by Side Diff: LayoutTests/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="resources/non-fast-scrollable-region-testing.js"></script> 4 <script src="resources/non-fast-scrollable-region-testing.js"></script>
5 </head> 5 </head>
6 <body onload="runNonFastScrollableRegionTest();"> 6 <body onload="runNonFastScrollableRegionTest();">
7 <iframe src="data:text/html;charset=utf-8,<html><body style='width:1000px;height :1000px;'></body></html>" style="position:absolute;left:200px;top:150px;width;15 0px;height:200px;-webkit-transform:scale(2);padding:10px;"></iframe> 7 <iframe src="data:text/html;charset=utf-8,<html><body style='width:1000px;height :1000px;'></body></html>" style="position:absolute;left:200px;top:150px;width;15 0px;height:200px;transform:scale(2);padding:10px;"></iframe>
8 </body> 8 </body>
9 </html> 9 </html>
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698