@@ -149,7 +149,7 @@ function testSpecificity() {
149
149
150
150
function testManipulation () {
151
151
$ oDoc = $ this ->parsedStructureForFile ('atrules ' );
152
- $ this ->assertSame ('@charset "utf-8";@font-face {font-family: "CrassRoots";src: url("../media/cr.ttf");}html, body {font-size: 1 .6em;}
152
+ $ this ->assertSame ('@charset "utf-8";@font-face {font-family: "CrassRoots";src: url("../media/cr.ttf");}html, body {font-size: -0 .6em;}
153
153
@keyframes mymove {from {top: 0px;}
154
154
to {top: 200px;}
155
155
}@-moz-keyframes some-move {from {top: 0px;}
@@ -167,7 +167,7 @@ function testManipulation() {
167
167
$ oSelector ->setSelector ('#my_id ' . $ oSelector ->getSelector ());
168
168
}
169
169
}
170
- $ this ->assertSame ('@charset "utf-8";@font-face {font-family: "CrassRoots";src: url("../media/cr.ttf");}#my_id html, #my_id body {font-size: 1 .6em;}
170
+ $ this ->assertSame ('@charset "utf-8";@font-face {font-family: "CrassRoots";src: url("../media/cr.ttf");}#my_id html, #my_id body {font-size: -0 .6em;}
171
171
@keyframes mymove {from {top: 0px;}
172
172
to {top: 200px;}
173
173
}@-moz-keyframes some-move {from {top: 0px;}
@@ -316,7 +316,7 @@ function testListValueRemoval() {
316
316
continue ;
317
317
}
318
318
}
319
- $ this ->assertSame ('html, body {font-size: 1 .6em;} ' . "\n" , $ oDoc ->__toString ());
319
+ $ this ->assertSame ('html, body {font-size: -0 .6em;} ' . "\n" , $ oDoc ->__toString ());
320
320
321
321
$ oDoc = $ this ->parsedStructureForFile ('nested ' );
322
322
foreach ($ oDoc ->getAllDeclarationBlocks () as $ oBlock ) {
0 commit comments