Skip to content

Commit 6174bbc

Browse files
committed
Bug 1857025 [wpt PR 42340] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=262336, a=testonly
Automatic update from web-platform-tests WebKit export of https://bugs.webkit.org/show_bug.cgi?id=262336 (#42340) -- wpt-commits: 507f74f14524f1719efdc92f9723e78898119234 wpt-pr: 42340 UltraBlame original commit: e308cb2b95f25689ea30892d2c4bd3ad1d9abf04
1 parent 291b936 commit 6174bbc

File tree

1 file changed

+394
-0
lines changed

1 file changed

+394
-0
lines changed
Lines changed: 394 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,394 @@
1+
<
2+
!
3+
DOCTYPE
4+
html
5+
>
6+
<
7+
html
8+
>
9+
<
10+
head
11+
>
12+
<
13+
link
14+
rel
15+
=
16+
"
17+
author
18+
"
19+
title
20+
=
21+
"
22+
Sammy
23+
Gill
24+
"
25+
href
26+
=
27+
"
28+
mailto
29+
:
30+
sammy
31+
.
32+
gill
33+
apple
34+
.
35+
com
36+
"
37+
>
38+
<
39+
meta
40+
name
41+
=
42+
"
43+
assert
44+
"
45+
content
46+
=
47+
"
48+
Margin
49+
border
50+
and
51+
padding
52+
of
53+
subgrids
54+
should
55+
influence
56+
the
57+
offset
58+
of
59+
items
60+
in
61+
the
62+
same
63+
baseline
64+
alignment
65+
context
66+
"
67+
>
68+
<
69+
link
70+
rel
71+
=
72+
"
73+
help
74+
"
75+
href
76+
=
77+
"
78+
https
79+
:
80+
/
81+
/
82+
drafts
83+
.
84+
csswg
85+
.
86+
org
87+
/
88+
css
89+
-
90+
grid
91+
-
92+
2
93+
/
94+
#
95+
subgrid
96+
-
97+
item
98+
-
99+
contribution
100+
"
101+
>
102+
<
103+
link
104+
rel
105+
=
106+
"
107+
stylesheet
108+
"
109+
type
110+
=
111+
"
112+
text
113+
/
114+
css
115+
"
116+
href
117+
=
118+
"
119+
/
120+
fonts
121+
/
122+
ahem
123+
.
124+
css
125+
"
126+
/
127+
>
128+
<
129+
script
130+
src
131+
=
132+
"
133+
/
134+
resources
135+
/
136+
testharness
137+
.
138+
js
139+
"
140+
>
141+
<
142+
/
143+
script
144+
>
145+
<
146+
script
147+
src
148+
=
149+
"
150+
/
151+
resources
152+
/
153+
testharnessreport
154+
.
155+
js
156+
"
157+
>
158+
<
159+
/
160+
script
161+
>
162+
<
163+
script
164+
src
165+
=
166+
"
167+
/
168+
resources
169+
/
170+
check
171+
-
172+
layout
173+
-
174+
th
175+
.
176+
js
177+
"
178+
>
179+
<
180+
/
181+
script
182+
>
183+
<
184+
style
185+
>
186+
html
187+
body
188+
{
189+
color
190+
:
191+
black
192+
;
193+
background
194+
-
195+
color
196+
:
197+
white
198+
;
199+
padding
200+
:
201+
0
202+
;
203+
margin
204+
:
205+
0
206+
;
207+
}
208+
.
209+
grid
210+
{
211+
font
212+
:
213+
16px
214+
/
215+
1
216+
Ahem
217+
;
218+
display
219+
:
220+
inline
221+
-
222+
grid
223+
;
224+
border
225+
:
226+
1px
227+
solid
228+
black
229+
;
230+
grid
231+
-
232+
template
233+
-
234+
columns
235+
:
236+
auto
237+
auto
238+
;
239+
}
240+
.
241+
subgrid
242+
{
243+
display
244+
:
245+
grid
246+
;
247+
grid
248+
-
249+
template
250+
-
251+
rows
252+
:
253+
subgrid
254+
;
255+
border
256+
:
257+
9px
258+
solid
259+
blue
260+
;
261+
margin
262+
-
263+
top
264+
:
265+
15px
266+
;
267+
padding
268+
-
269+
top
270+
:
271+
6px
272+
;
273+
}
274+
.
275+
first
276+
-
277+
baseline
278+
{
279+
align
280+
-
281+
self
282+
:
283+
baseline
284+
;
285+
}
286+
<
287+
/
288+
style
289+
>
290+
<
291+
/
292+
head
293+
>
294+
<
295+
body
296+
onload
297+
=
298+
"
299+
checkLayout
300+
(
301+
'
302+
.
303+
first
304+
-
305+
baseline
306+
'
307+
)
308+
"
309+
>
310+
<
311+
div
312+
id
313+
=
314+
"
315+
target
316+
"
317+
class
318+
=
319+
"
320+
grid
321+
"
322+
>
323+
<
324+
div
325+
data
326+
-
327+
offset
328+
-
329+
y
330+
=
331+
"
332+
31
333+
"
334+
class
335+
=
336+
"
337+
first
338+
-
339+
baseline
340+
"
341+
>
342+
X
343+
<
344+
/
345+
div
346+
>
347+
<
348+
div
349+
class
350+
=
351+
"
352+
subgrid
353+
"
354+
>
355+
<
356+
div
357+
data
358+
-
359+
offset
360+
-
361+
y
362+
=
363+
"
364+
31
365+
"
366+
class
367+
=
368+
"
369+
first
370+
-
371+
baseline
372+
"
373+
>
374+
X
375+
<
376+
/
377+
div
378+
>
379+
<
380+
/
381+
div
382+
>
383+
<
384+
/
385+
div
386+
>
387+
<
388+
/
389+
body
390+
>
391+
<
392+
/
393+
html
394+
>

0 commit comments

Comments
 (0)