2 <body style=
"display: inline-grid;">
4 .absolutelyPositioned { position: absolute; }
6 crbug.com/
280451 - Heap-use-after-free in WebCore::LayoutGrid::computePreferredTrackWidth
</br>
7 This test has passed if it didn't crash.
10 testRunner
.dumpAsText();
12 var cell
= document
.createElement("cell");
13 cell
.setAttribute("class", "absolutelyPositioned");
14 document
.body
.appendChild(cell
);
15 window
.scrollBy(98, 28);
16 cell
.setAttribute("class", "nonExistent");