Bug 1329784 - avoid layout warnings in animation inspector debug tests;r=pbro

MozReview-Commit-ID: DmwfvvYyQOJ

--HG--
extra : rebase_source : f28a1887aa246f17fb19750e5325cfd5c500bd84
This commit is contained in:
Julian Descottes 2017-01-24 20:19:08 +01:00
Родитель 48d03c0d31
Коммит dd874ac08f
3 изменённых файлов: 6 добавлений и 0 удалений

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

@ -11,6 +11,8 @@
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;
}

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

@ -6,6 +6,8 @@
.ball {
width: 80px;
height: 80px;
/* Add a border here to avoid layout warnings in Linux debug builds: Bug 1329784 */
border: 1px solid transparent;
border-radius: 50%;
}

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

@ -6,6 +6,8 @@
.ball {
width: 80px;
height: 80px;
/* Add a border here to avoid layout warnings in Linux debug builds: Bug 1329784 */
border: 1px solid transparent;
border-radius: 50%;
background: #f06;