4 <link href=
"resources/grid.css" rel=
"stylesheet">
7 grid-template-rows: max-content;
8 grid-template-columns: max-content;
14 grid-template-rows:
100%;
15 grid-template-columns:
100%;
21 <script src=
"../../resources/check-layout.js"></script>
22 <body onload=
"checkLayout('.percentage');">
23 <p>This test checks that percentage track breadths of intrinsic size are treated as auto.
</p>
24 <div class=
"grid intrinsic">
25 <div class=
"grid percentage">
26 <div class=
"sizedToGridArea" data-expected-width=
"50" data-expected-height=
"10">XXXXX
</div>