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

Side by Side Diff: LayoutTests/compositing/iframes/resources/scrollgrandchild-parent.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 <head> 2 <head>
3 <style> 3 <style>
4 #child { 4 #child {
5 width: 150px; 5 width: 150px;
6 height: 300px; 6 height: 300px;
7 border: none; 7 border: none;
8 -webkit-transform: translate(100px, 100px); 8 transform: translate(100px, 100px);
9 } 9 }
10 </style> 10 </style>
11 </head> 11 </head>
12 <body> 12 <body>
13 <iframe id="child" src="scrollgrandchild-inner.html"></iframe> 13 <iframe id="child" src="scrollgrandchild-inner.html"></iframe>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698