 Chromium Code Reviews
 Chromium Code Reviews Issue 1228983003:
  [CSS Grid Layout] Do not stretch always grid items with auto width  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 1228983003:
  [CSS Grid Layout] Do not stretch always grid items with auto width  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: LayoutTests/fast/css-grid-layout/relayout-justify-self-changed-expected.txt | 
| diff --git a/LayoutTests/fast/css-grid-layout/relayout-justify-self-changed-expected.txt b/LayoutTests/fast/css-grid-layout/relayout-justify-self-changed-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..549130b08659bd303613335905d2c92c576c0ac8 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/css-grid-layout/relayout-justify-self-changed-expected.txt | 
| @@ -0,0 +1,8 @@ | 
| +Tests how a justify-self style change requires a relayout of the grid and previously stretched items. | 
| + | 
| +The grid bellow had initially 'justify-self: end' and was changed to 'stretch'. | 
| + | 
| +PASS | 
| +The grid bellow was initially stretched and it has now 'justify-self: center'. | 
| + | 
| +PASS |