зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1329784 - fix bustage in browser_animation_animated_properties_displayed.js;r=me a=tomcat
MozReview-Commit-ID: 1uaIZ03WwBA
This commit is contained in:
Родитель
dd874ac08f
Коммит
4ad6dc0583
|
@ -6,13 +6,13 @@
|
|||
<style>
|
||||
div {
|
||||
animation: wow 100s forwards;
|
||||
/* Add a border here to avoid layout warnings in Linux debug builds: Bug 1329784 */
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
@keyframes wow {
|
||||
0% {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
/* Add a border here to avoid layout warnings in Linux debug builds: Bug 1329784 */
|
||||
border: 1px solid transparent;
|
||||
border-radius: 0px;
|
||||
background: #f06;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче