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

Side by Side Diff: LayoutTests/fast/box-shadow/transform-fringing.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 <p> 1 <p>
2 There should not be any non-white pixels inside this box: 2 There should not be any non-white pixels inside this box:
3 </p> 3 </p>
4 <div style="border: solid; height: 100px; width: 100px; padding: 50px;"> 4 <div style="border: solid; height: 100px; width: 100px; padding: 50px;">
5 <div style="width: 100px; 5 <div style="width: 100px;
6 height: 100px; 6 height: 100px;
7 -webkit-box-shadow: 20px 20px white; 7 -webkit-box-shadow: 20px 20px white;
8 -webkit-transform: rotate(45deg); 8 transform: rotate(45deg);
9 "></div> 9 "></div>
10 </div> 10 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/box-shadow/single-pixel-shadow.html ('k') | LayoutTests/fast/canvas/transformed-canvas-reset.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698