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

Side by Side Diff: LayoutTests/media/video-controls-transformed.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
« no previous file with comments | « LayoutTests/media/audio-repaint.html ('k') | LayoutTests/media/video-layer-crash.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Test controls on transformed video</title> 3 <title>Test controls on transformed video</title>
4 <style type="text/css" media="screen"> 4 <style type="text/css" media="screen">
5 video { 5 video {
6 margin: 50px; 6 margin: 50px;
7 -webkit-transform: rotate(20deg); 7 transform: rotate(20deg);
8 } 8 }
9 </style> 9 </style>
10 </head> 10 </head>
11 <body> 11 <body>
12 <video controls></video> 12 <video controls></video>
13 <p>Test controls on transformed video.</p> 13 <p>Test controls on transformed video.</p>
14 <p>This test only runs in DRT!</p> 14 <p>This test only runs in DRT!</p>
15 <script src=media-file.js></script> 15 <script src=media-file.js></script>
16 <script src=video-test.js></script> 16 <script src=video-test.js></script>
17 <script src=media-controls.js></script> 17 <script src=media-controls.js></script>
(...skipping 15 matching lines...) Expand all
33 eventSender.mouseDown(); 33 eventSender.mouseDown();
34 eventSender.mouseUp(); 34 eventSender.mouseUp();
35 } 35 }
36 testExpected("video.paused", false); 36 testExpected("video.paused", false);
37 endTest(); 37 endTest();
38 } ); 38 } );
39 video.src = findMediaFile("video", "content/test"); 39 video.src = findMediaFile("video", "content/test");
40 </script> 40 </script>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW
« no previous file with comments | « LayoutTests/media/audio-repaint.html ('k') | LayoutTests/media/video-layer-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698