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> |