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