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

Unified Diff: LayoutTests/compositing/fixed-background-after-style-recalc.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/compositing/iframes/become-overlapped-iframe.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/fixed-background-after-style-recalc.html
diff --git a/LayoutTests/compositing/fixed-background-after-style-recalc.html b/LayoutTests/compositing/fixed-background-after-style-recalc.html
index 2fcaa1e67e85ed45dceb02a9c454cd10f7cf399c..c64cd45102ce4a68f8532a8c9204a019772974be 100644
--- a/LayoutTests/compositing/fixed-background-after-style-recalc.html
+++ b/LayoutTests/compositing/fixed-background-after-style-recalc.html
@@ -20,7 +20,7 @@
window.onload = function() {
window.scrollTo(0, 300);
- // crbug.com/343132 RenderLayerCompositor::rootFixedBackgroundsChanged should not query stale compositing state
+ // crbug.com/343132 LayerCompositor::rootFixedBackgroundsChanged should not query stale compositing state
document.querySelector('body').classList.add('fixed');
}
</script>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/compositing/iframes/become-overlapped-iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698