Bug 1329784 - fix bustage in browser_animation_animated_properties_displayed.js;r=me a=tomcat

MozReview-Commit-ID: 1uaIZ03WwBA
This commit is contained in:
Julian Descottes 2017-01-25 11:21:01 +01:00
Родитель dd874ac08f
Коммит 4ad6dc0583
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;
}