Index: LayoutTests/fast/css-grid-layout/relayout-justify-items-changed-expected.txt |
diff --git a/LayoutTests/fast/css-grid-layout/relayout-justify-items-changed-expected.txt b/LayoutTests/fast/css-grid-layout/relayout-justify-items-changed-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..40a0e2e77c1867dbfe9754f6e5e948ef8693d8f7 |
--- /dev/null |
+++ b/LayoutTests/fast/css-grid-layout/relayout-justify-items-changed-expected.txt |
@@ -0,0 +1,8 @@ |
+Tests how a justify-items style change requires a relayout of the grid and previously stretched items. |
+ |
+The grid bellow had initially 'justify-items: end' and was changed to 'stretch'. |
+ |
+PASS |
+The grid bellow was initially stretched and it has now 'justify-items: center'. |
+ |
+PASS |