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

Side by Side Diff: LayoutTests/compositing/3d-corners.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css" media="screen"> 3 <style type="text/css" media="screen">
4 .container { 4 .container {
5 position: relative; 5 position: relative;
6 height: 100px; 6 height: 100px;
7 width: 500px; 7 width: 500px;
8 margin: 50px 100px; 8 margin: 50px 100px;
9 border: 1px solid blue; 9 border: 1px solid blue;
10 -webkit-perspective: 10; 10 -webkit-perspective: 10;
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 <div id="div2"></div> 51 <div id="div2"></div>
52 </div> 52 </div>
53 </div> 53 </div>
54 <div class="container"> 54 <div class="container">
55 <div class="parent"> 55 <div class="parent">
56 <div id="div3"></div> 56 <div id="div3"></div>
57 </div> 57 </div>
58 </div> 58 </div>
59 </body> 59 </body>
60 </html> 60 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/text-change-notification-expected.txt ('k') | LayoutTests/compositing/3d-corners-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698