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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-crash-out-of-flow-positioned-element.html

Issue 948343003: Move rendering/RenderGrid to layout/LayoutGrid (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 | « no previous file | LayoutTests/fast/css-grid-layout/grid-crash-out-of-flow-positioned-element-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css-grid-layout/grid-crash-out-of-flow-positioned-element.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-crash-out-of-flow-positioned-element.html b/LayoutTests/fast/css-grid-layout/grid-crash-out-of-flow-positioned-element.html
index a1cb3dd593e5cb76de877276a972c7069b1c02c6..01357691944fa44298457091925785115fe154eb 100644
--- a/LayoutTests/fast/css-grid-layout/grid-crash-out-of-flow-positioned-element.html
+++ b/LayoutTests/fast/css-grid-layout/grid-crash-out-of-flow-positioned-element.html
@@ -3,7 +3,7 @@
<style>
.absolutelyPositioned { position: absolute; }
</style>
-crbug.com/280451 - Heap-use-after-free in WebCore::RenderGrid::computePreferredTrackWidth</br>
+crbug.com/280451 - Heap-use-after-free in WebCore::LayoutGrid::computePreferredTrackWidth</br>
This test has passed if it didn't crash.
<script>
if (window.testRunner)
« no previous file with comments | « no previous file | LayoutTests/fast/css-grid-layout/grid-crash-out-of-flow-positioned-element-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698