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

Unified Diff: LayoutTests/compositing/iframes/become-overlapped-iframe.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/compositing/iframes/become-overlapped-iframe.html
diff --git a/LayoutTests/compositing/iframes/become-overlapped-iframe.html b/LayoutTests/compositing/iframes/become-overlapped-iframe.html
index 7f678738fc11765bab75add97bb9c9f9db54d978..5439abccfe423a88f8265e8da11f4bfb15d48807 100644
--- a/LayoutTests/compositing/iframes/become-overlapped-iframe.html
+++ b/LayoutTests/compositing/iframes/become-overlapped-iframe.html
@@ -43,7 +43,7 @@
<body>
<!-- Test that the parent document becomes composited when the iframe becomes overlapped. -->
- <!-- The iframe does not start with a RenderLayer. -->
+ <!-- The iframe does not start with a Layer. -->
<iframe id="iframe" src="resources/composited-subframe.html"></iframe>
<div id="overlay">

Powered by Google App Engine
This is Rietveld 408576698