Skip to content

Commit 01fd2bd

Browse files
committed
Bug 1990642 [wpt PR 55053] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=295504, a=testonly
Automatic update from web-platform-tests WebKit export of https://bugs.webkit.org/show_bug.cgi?id=295504 -- wpt-commits: 9ab8d78600db317367ca330b3dfec1777a8615e1 wpt-pr: 55053 UltraBlame original commit: a05fdbb0526234cfb3cd321c077b3c418a0e845e
1 parent fc7a007 commit 01fd2bd

File tree

2 files changed

+404
-0
lines changed

2 files changed

+404
-0
lines changed
Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
<
2+
!
3+
doctype
4+
html
5+
>
6+
<
7+
title
8+
>
9+
Tests
10+
that
11+
'
12+
anchor
13+
-
14+
center
15+
'
16+
behaves
17+
as
18+
'
19+
center
20+
'
21+
when
22+
no
23+
anchor
24+
in
25+
containing
26+
block
27+
<
28+
/
29+
title
30+
>
31+
<
32+
style
33+
>
34+
.
35+
anchor
36+
{
37+
background
38+
:
39+
orange
40+
;
41+
width
42+
:
43+
100px
44+
;
45+
background
46+
-
47+
color
48+
:
49+
orange
50+
;
51+
}
52+
.
53+
container
54+
{
55+
position
56+
:
57+
fixed
58+
;
59+
top
60+
:
61+
20px
62+
;
63+
left
64+
:
65+
50px
66+
;
67+
width
68+
:
69+
300px
70+
;
71+
height
72+
:
73+
200px
74+
;
75+
display
76+
:
77+
flex
78+
;
79+
background
80+
:
81+
green
82+
;
83+
justify
84+
-
85+
content
86+
:
87+
center
88+
;
89+
}
90+
.
91+
target
92+
{
93+
position
94+
:
95+
absolute
96+
;
97+
margin
98+
:
99+
0
100+
auto
101+
;
102+
width
103+
:
104+
80px
105+
;
106+
border
107+
:
108+
1px
109+
#
110+
000
111+
solid
112+
;
113+
background
114+
:
115+
lime
116+
;
117+
}
118+
<
119+
/
120+
style
121+
>
122+
<
123+
div
124+
class
125+
=
126+
"
127+
anchor
128+
"
129+
>
130+
anchor
131+
<
132+
/
133+
div
134+
>
135+
<
136+
div
137+
class
138+
=
139+
"
140+
container
141+
"
142+
>
143+
<
144+
div
145+
class
146+
=
147+
"
148+
target
149+
"
150+
>
151+
target
152+
1
153+
<
154+
/
155+
div
156+
>
157+
<
158+
/
159+
div
160+
>

0 commit comments

Comments
 (0)