Bug 1113425 part 1 - Fix some bad CSS comment syntax in animation tests; r=mattwoodrow

This commit is contained in:
Brian Birtles 2015-03-17 18:38:12 +09:00
Родитель e21abfe964
Коммит 80be8bcd01
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -14,7 +14,7 @@
to { transform: translate(100px) }
}
.target {
// Element needs geometry to be eligible for layerization
/* Element needs geometry to be eligible for layerization */
width: 100px;
height: 100px;
background-color: white;

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

@ -11,7 +11,7 @@
to { transform: translate(100px); }
}
.target {
// Element needs geometry to be eligible for layerization
/* Element needs geometry to be eligible for layerization */
width: 100px;
height: 100px;
background-color: white;