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

Side by Side Diff: LayoutTests/fast/frames/frame-set-scaling-rotate.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: scale(0.5, 0.5) rot ate(45deg);" cols="30%,*"> 2 <frameset style="background-color: red; transform: scale(0.5, 0.5) rotate(45de g);" 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-scaling-centered.html ('k') | LayoutTests/fast/frames/frame-set-scaling-skew.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698