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

Side by Side Diff: LayoutTests/fast/layers/video-layer.html

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 <title>Video element gets layer</title> 3 <title>Video element gets layer</title>
4 <style type="text/css"> 4 <style type="text/css">
5 video { 5 video {
6 border: 1px solid black; 6 border: 1px solid black;
7 margin: 50px; 7 margin: 50px;
8 } 8 }
9 </style> 9 </style>
10 </head> 10 </head>
11 <body> 11 <body>
12 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=25066">https://bugs.webkit .org/show_bug.cgi?id=25066</a><br> controls should not be misplaced when video g ets a RenderLayer.</p> 12 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=25066">https://bugs.webkit .org/show_bug.cgi?id=25066</a><br> controls should not be misplaced when video g ets a Layer.</p>
13 <video id="video" controls></video> 13 <video id="video" controls></video>
14 <script type="text/javascript" charset="utf-8"> 14 <script type="text/javascript" charset="utf-8">
15 document.getElementById('video').style.opacity = 0.5; 15 document.getElementById('video').style.opacity = 0.5;
16 </script> 16 </script>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/layers/scroll-overflow-no-layer-expected.txt ('k') | LayoutTests/fast/repaint/fixed-after-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698