Mozilla Home
Privacy
Cookies
Legal
Bugzilla
Browse
Advanced Search
New Bug
Reports
Documentation
Log In
Log In with GitHub
or
Remember me
Browse
Advanced Search
New Bug
Reports
Documentation
Attachment 513924 Details for
Bug 635373
non-component-alpha testcase
test.html (text/html), 476 bytes, created by
Robert O'Callahan (:roc) (email my personal email if necessary)
(
hide
)
Description:
non-component-alpha testcase
Filename:
MIME Type:
Creator:
Robert O'Callahan (:roc) (email my personal email if necessary)
Size:
476 bytes
patch
obsolete
><!DOCTYPE html> ><html> ><head> ><style> >article { > transition:all 5s ease; > -moz-transition:all 5s ease; > position:absolute; > top:200px; > left:200px; > color:#000; > font-size:20px; >} >html:hover article { > transform:rotate(45deg); > -moz-transform:rotate(45deg); >} >span { background:yellow; padding:2px; } ></style> ></head> ><body> ><article><span>AAAAAAAAAAAAAA</span><br> ><span>BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB</span> ></article> ></body> ></html>
<!DOCTYPE html> <html> <head> <style> article { transition:all 5s ease; -moz-transition:all 5s ease; position:absolute; top:200px; left:200px; color:#000; font-size:20px; } html:hover article { transform:rotate(45deg); -moz-transform:rotate(45deg); } span { background:yellow; padding:2px; } </style> </head> <body> <article><span>AAAAAAAAAAAAAA</span><br> <span>BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB</span> </article> </body> </html>
Actions:
View
Attachments on
bug 635373
:
513923
| 513924 |
513926
|
514069
|
514078
|
514128
|
514129
|
514156
|
514449
|
514973
|
514974
|
522336