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
parent e21abfe964
commit 80be8bcd01
2 changed files with 2 additions and 2 deletions

View File

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

View File

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