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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/layers/video-layer.html
diff --git a/LayoutTests/fast/layers/video-layer.html b/LayoutTests/fast/layers/video-layer.html
index 171f09bca10fea36e690b78f9914a51be9c37dcd..c50326ba8ab95dc6526ed68f170a7fb14204f490 100644
--- a/LayoutTests/fast/layers/video-layer.html
+++ b/LayoutTests/fast/layers/video-layer.html
@@ -9,7 +9,7 @@
</style>
</head>
<body>
- <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 gets a RenderLayer.</p>
+ <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 gets a Layer.</p>
<video id="video" controls></video>
<script type="text/javascript" charset="utf-8">
document.getElementById('video').style.opacity = 0.5;
« 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