summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html
diff options
context:
space:
mode:
authordsinclair@chromium.org <dsinclair@chromium.org>2015-02-04 20:41:30 +0000
committerdsinclair@chromium.org <dsinclair@chromium.org>2015-02-04 20:41:30 +0000
commit655de97058736371d3aeefb4f298a6556669ae49 (patch)
tree507579109fb1721c90691058f52c6663df097a34 /third_party/WebKit/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html
parent3df73e28ed93ced06fbc0d46dcbefbe87a316556 (diff)
downloadchromium_src-655de97058736371d3aeefb4f298a6556669ae49.zip
chromium_src-655de97058736371d3aeefb4f298a6556669ae49.tar.gz
chromium_src-655de97058736371d3aeefb4f298a6556669ae49.tar.bz2
Move rendering/RenderLayer* to layout/
This CL moves the various rendering/RenderLayer* files into layout/. In most cases the files were renamed to be Layer*. The one exception is RenderLayerModelObject was renamed to be LayoutLayerModelObject to signify it is in the Layout tree. This CL updates RenderLayerCompositor to be LayerCompositor to match this name change. BUG=450612 TBR=jchaffraix@chromium.org, mkwst@chromium.org Review URL: https://codereview.chromium.org/898783003 git-svn-id: svn://svn.chromium.org/blink/trunk@189529 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html b/third_party/WebKit/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html
index 054764c..de1e46f 100644
--- a/third_party/WebKit/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html
+++ b/third_party/WebKit/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html
@@ -18,5 +18,5 @@ function boom() {
}
window.onload = boom;
</script>
-<div>This test checks that RenderLayer doesn't crash because it is missing a ScrollableArea.</div>
+<div>This test checks that Layer doesn't crash because it is missing a ScrollableArea.</div>
<div>This test has PASSED if it didn't CRASH.</div>