WebKit Bugzilla
Attachment 373293 Details for
Bug 199311
: imported/blink/animations/display-inline-style-adjust.html isn't a valid ref test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
A test case demonstrating position:absolute and position:static can have different dimensions
a.html (text/html), 529 bytes, created by
Fujii Hironori
on 2019-07-01 18:07:22 PDT
(
hide
)
Description:
A test case demonstrating position:absolute and position:static can have different dimensions
Filename:
MIME Type:
Creator:
Fujii Hironori
Created:
2019-07-01 18:07:22 PDT
Size:
529 bytes
patch
obsolete
><!DOCTYPE html> ><html> > <head> > <style type="text/css"> > span { > font-size: 100px; > border: green 1px solid; > } > .a { > position: absolute; > background: yellow; > } > .s { > position: static; > background: pink; > } > </style> > </head> > <body> > <p>position:absolute and position:static can have different dimensions</p> > <span class="s">Hello</span> > <span class="a">Hello</span> > > <br> > <span class="s">Hello</span><br> > <span class="a">Hello</span> ></html> >
<!DOCTYPE html> <html> <head> <style type="text/css"> span { font-size: 100px; border: green 1px solid; } .a { position: absolute; background: yellow; } .s { position: static; background: pink; } </style> </head> <body> <p>position:absolute and position:static can have different dimensions</p> <span class="s">Hello</span> <span class="a">Hello</span> <br> <span class="s">Hello</span><br> <span class="a">Hello</span> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 199311
:
373081
|
373093
|
373103
|
373106
|
373107
|
373110
|
373111
|
373215
|
373218
|
373219
|
373293
|
373296
|
373375