Update web-platform-tests to revision 313f99aafa6620894b8d7a7acc6e015b9548e179

This commit is contained in:
WPT Sync Bot 2021-01-07 08:21:05 +00:00
parent 7840614814
commit 54c2e735e6
77 changed files with 1067 additions and 217 deletions

View file

@ -5,7 +5,7 @@ const gridChildHelperRow = "row";
const gridChildHelperCol = "col";
// Helper for building testcases for grid-template-* with a child div in
// multiple positions. Prop is expected ot be one of gridChildHelperRow or
// multiple positions. Prop is expected to be one of gridChildHelperRow or
// gridChildHelperCol, to select testing grid rows or grid columns,
// respectively.
// The child div is found by the id of 'child'.