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

Side by Side Diff: LayoutTests/compositing/backface-visibility-transformed.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style type="text/css" media="screen"> 4 <style type="text/css" media="screen">
5 .container { 5 .container {
6 -webkit-perspective: 1000; 6 -webkit-perspective: 1000;
7 } 7 }
8 .frame { 8 .frame {
9 -webkit-transform-style: preserve-3d; 9 -webkit-transform-style: preserve-3d;
10 -webkit-transform: translateX(200px) rotateY(85deg); 10 -webkit-transform: translateX(200px) rotateY(85deg);
(...skipping 27 matching lines...) Expand all
38 </div> 38 </div>
39 </div> 39 </div>
40 <script> 40 <script>
41 if (window.testRunner) { 41 if (window.testRunner) {
42 testRunner.dumpAsText(true); // This is only useful as a pixel test. 42 testRunner.dumpAsText(true); // This is only useful as a pixel test.
43 document.write("<span style='position:absolute; top:-5000px'>This test is on ly useful as a pixel test</span>"); 43 document.write("<span style='position:absolute; top:-5000px'>This test is on ly useful as a pixel test</span>");
44 } 44 }
45 </script> 45 </script>
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW
« no previous file with comments | « LayoutTests/compositing/3d-corners-expected.txt ('k') | LayoutTests/compositing/backface-visibility-transformed-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698