3 <link href=
"resources/grid.css" rel=
"stylesheet">
9 border:
5px solid black;
12 /* Ensures that the grid container is the containing block of the absolutely positioned grid children. */
17 grid-template-columns:
100px;
18 grid-template-rows:
50px;
26 <script src=
"../../resources/check-layout.js"></script>
27 <body onload=
"checkLayout('.grid')">
29 <p>This test checks the behavior of the absolutely positioned grid items placed on the implicit grid.
</p>
32 <div class=
"sizedToGridArea absolute secondRowSecondColumn"
33 data-offset-x=
"15" data-offset-y=
"15" data-expected-width=
"215" data-expected-height=
"215">
35 <div class=
"sizedToGridArea absolute endSecondRowEndSecondColumn"
36 data-offset-x=
"15" data-offset-y=
"15" data-expected-width=
"15" data-expected-height=
"15">
38 <div class=
"sizedToGridArea absolute onlySecondRowOnlySecondColumn"
39 data-offset-x=
"15" data-offset-y=
"15" data-expected-width=
"0" data-expected-height=
"0">
43 <div class=
"grid grid-columns-rows">
44 <div class=
"sizedToGridArea absolute secondRowSecondColumn"
45 data-offset-x=
"115" data-offset-y=
"65" data-expected-width=
"115" data-expected-height=
"165">
47 <div class=
"sizedToGridArea absolute endSecondRowEndSecondColumn"
48 data-offset-x=
"15" data-offset-y=
"15" data-expected-width=
"115" data-expected-height=
"65">
50 <div class=
"sizedToGridArea absolute onlySecondRowOnlySecondColumn"
51 data-offset-x=
"115" data-offset-y=
"65" data-expected-width=
"0" data-expected-height=
"0">