| Index: LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html b/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html
|
| index 3ba72611f1bdeea4261971543e74b51f9c9c1b64..3502b154d8dbbd0dc9bfffd2acc18c1036155b61 100755
|
| --- a/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html
|
| @@ -36,7 +36,7 @@ if (window.testRunner)
|
| <script>
|
| description('Test that setting and getting grid-auto-flow works as expected');
|
|
|
| - debug("Test getting -webkit-auto-flow set through CSS");
|
| + debug("Test getting auto-flow set through CSS");
|
| var gridAutoFlowNone = document.getElementById("gridAutoFlowNone");
|
| shouldBe("window.getComputedStyle(gridAutoFlowNone, '').getPropertyValue('grid-auto-flow')", "'none'");
|
|
|
|
|