File tree Expand file tree Collapse file tree 3 files changed +1
-29
lines changed Expand file tree Collapse file tree 3 files changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Please also have a look at our
51
51
- Drop magic method forwarding in ` OutputFormat ` (#898 )
52
52
- Drop ` atRuleArgs() ` from the ` AtRule ` interface (#1141 )
53
53
- Remove ` OutputFormat::get() ` and ` ::set() ` (#1108 , #1110 )
54
- - Drop special support for vendor prefixes (#1083 )
54
+ - Drop special support for vendor prefixes (#1083 , # 1175 )
55
55
- Remove the IE hack in ` Rule ` (#995 )
56
56
- Drop ` getLineNo() ` from the ` Renderable ` interface (#1038 )
57
57
- Remove ` OutputFormat::level() ` (#874 )
Original file line number Diff line number Diff line change @@ -787,23 +787,6 @@ public function selectorIgnoresInFile(): void
787
787
self ::assertSame ($ expected , $ document ->render ());
788
788
}
789
789
790
- /**
791
- * @test
792
- */
793
- public function keyframeSelectors (): void
794
- {
795
- $ document = self ::parsedStructureForFile (
796
- 'keyframe-selector-validation ' ,
797
- Settings::create ()->withMultibyteSupport (true )
798
- );
799
- $ expected = '@-webkit-keyframes zoom {0% {-webkit-transform: scale(1,1);} '
800
- . "\n\t"
801
- . '50% {-webkit-transform: scale(1.2,1.2);} '
802
- . "\n\t"
803
- . '100% {-webkit-transform: scale(1,1);}} ' ;
804
- self ::assertSame ($ expected , $ document ->render ());
805
- }
806
-
807
790
/**
808
791
* @test
809
792
*/
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments