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

Side by Side Diff: LayoutTests/fast/frames/frame-set-scaling.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><head><title>Frame Scale Test</title></head> 1 <html><head><title>Frame Scale Test</title></head>
2 <frameset style="background-color: red; -webkit-transform-origin: 0% 0%; -webk it-transform: scale(0.5, 0.5);" cols="30%,*"> 2 <frameset style="background-color: red; -webkit-transform-origin: 0% 0%; trans form: scale(0.5, 0.5);" cols="30%,*">
3 <frame src="data:text/html,<body bgcolor='green'></body>"> 3 <frame src="data:text/html,<body bgcolor='green'></body>">
4 <frame src="data:text/html,<body bgcolor='green'></body>"> 4 <frame src="data:text/html,<body bgcolor='green'></body>">
5 </frameset> 5 </frameset>
6 </html> 6 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/frames/frame-set-rotation-hit.html ('k') | LayoutTests/fast/frames/frame-set-scaling-3d.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698