Changeset 56574 for trunk/tests/phpunit/tests/style-engine/styleEngine.php
- Timestamp:
- 09/14/2023 04:54:22 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/style-engine/styleEngine.php
r56046 r56574 655 655 * Tests that incoming styles are deduped and merged. 656 656 * 657 * @ticket 58811 657 658 * @ticket 56467 658 659 * … … 698 699 $compiled_stylesheet = wp_style_engine_get_stylesheet_from_css_rules( $css_rules, array( 'prettify' => false ) ); 699 700 700 $this->assertSame( '.gandalf{color:white;height:190px;border-style:dotted;padding:10px;margin-bottom:100px;}.dumbledore ,.rincewind{color:grey;height:90px;border-style:dotted;}', $compiled_stylesheet );701 $this->assertSame( '.gandalf{color:white;height:190px;border-style:dotted;padding:10px;margin-bottom:100px;}.dumbledore{color:grey;height:90px;border-style:dotted;}.rincewind{color:grey;height:90px;border-style:dotted;}', $compiled_stylesheet ); 701 702 } 702 703 }
Note: See TracChangeset
for help on using the changeset viewer.