| Index: LayoutTests/fast/css-grid-layout/grid-element-remove-svg-child.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-element-remove-svg-child.html b/LayoutTests/fast/css-grid-layout/grid-element-remove-svg-child.html
|
| index 3087634a8aeb91e165bc5a4d704793f4aab94579..3a719068fd5bc33ce22d3e1893bb8f4d3fec34ce 100644
|
| --- a/LayoutTests/fast/css-grid-layout/grid-element-remove-svg-child.html
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-element-remove-svg-child.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <link href="resources/grid.css" rel="stylesheet">
|
| -<p>This test checks that removing a non-RenderBox grid item doesn't make us crash.</p>
|
| +<p>This test checks that removing a non-LayoutBox grid item doesn't make us crash.</p>
|
| <p>This test has PASSED if it didn't crash and you see PASSED below.</p>
|
| <div class="grid">
|
| <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='190'>
|
|
|