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

Unified Diff: LayoutTests/compositing/squashing/invalidations-with-large-negative-margin-inline-content.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/squashing/invalidations-with-large-negative-margin-inline-content.html
diff --git a/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin-inline-content.html b/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin-inline-content.html
index fda4e04f439152632b00eb85a844346c1badea31..598a29d546db4a56bb874372cae67493af5d804e 100644
--- a/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin-inline-content.html
+++ b/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin-inline-content.html
@@ -12,7 +12,7 @@
<pre id="output" style="display:none"></pre>
<script>
// Test that updating the position of a RenderObject that is squashed relative to its squashing container,
-// but does not have a RenderLayer, issues the correct repaint rects.
+// but does not have a Layer, issues the correct repaint rects.
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
@@ -41,4 +41,4 @@ var updateFunction = function() {
window.requestAnimationFrame(function() {
window.requestAnimationFrame(updateFunction);
});
-</script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698