Skip to content

Commit

Permalink
Fixing serialization of grid-auto-flow
Browse files Browse the repository at this point in the history
This CL fixes a serialization of grid-auto-flow issue where the word
'row' was being included even though it isn't necessary. The tests
grid-auto-flow-computed.html and grid-auto-flow-valid.html are fixed,
while the expectations of wpt and fast tests are updated or modified to
add new passes.

Bug: 1156390
Change-Id: If91100c3eff7b6cd4caf349114afb0fec71e9e98
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3179598
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Kurt Catti-Schmidt <kschmi@microsoft.com>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Ana Sollano Kim <ansollan@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#925295}
  • Loading branch information
Ana SollanoKim authored and chromium-wpt-export-bot committed Sep 27, 2021
1 parent d02695a commit d104902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]);

runUnsupportedPropertyTests('grid-auto-flow', [
'row dense', 'column dense',
'column dense',
]);

</script>

0 comments on commit d104902

Please sign in to comment.