Home
last modified time | relevance | path

Searched defs:left_px (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/servo/tests/unit/style/properties/
H A Dserialization.rs137 let left_px = LengthPercentageOrAuto::Length(NoCalcLength::from_px(14f32)); in different_properties_should_serialize_to_four_values() localVariable
233 let left_px = BorderSideWidth::Length(Length::from_px(15f32)); in border_width_should_serialize_correctly() localVariable
251 let left_px = BorderSideWidth::Length(Length::from_px(15f32)); in border_width_with_keywords_should_serialize_correctly() localVariable
/dports/www/firefox/firefox-99.0/servo/tests/unit/style/properties/
H A Dserialization.rs137 let left_px = LengthPercentageOrAuto::Length(NoCalcLength::from_px(14f32)); in different_properties_should_serialize_to_four_values() localVariable
233 let left_px = BorderSideWidth::Length(Length::from_px(15f32)); in border_width_should_serialize_correctly() localVariable
251 let left_px = BorderSideWidth::Length(Length::from_px(15f32)); in border_width_with_keywords_should_serialize_correctly() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/servo/tests/unit/style/properties/
H A Dserialization.rs137 let left_px = LengthPercentageOrAuto::Length(NoCalcLength::from_px(14f32)); in different_properties_should_serialize_to_four_values() localVariable
233 let left_px = BorderSideWidth::Length(Length::from_px(15f32)); in border_width_should_serialize_correctly() localVariable
251 let left_px = BorderSideWidth::Length(Length::from_px(15f32)); in border_width_with_keywords_should_serialize_correctly() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/servo/tests/unit/style/properties/
H A Dserialization.rs137 let left_px = LengthPercentageOrAuto::Length(NoCalcLength::from_px(14f32)); in different_properties_should_serialize_to_four_values() localVariable
233 let left_px = BorderSideWidth::Length(Length::from_px(15f32)); in border_width_should_serialize_correctly() localVariable
251 let left_px = BorderSideWidth::Length(Length::from_px(15f32)); in border_width_with_keywords_should_serialize_correctly() localVariable
/dports/lang/spidermonkey60/firefox-60.9.0/servo/tests/unit/style/properties/
H A Dserialization.rs171 let left_px = LengthOrPercentageOrAuto::Length(NoCalcLength::from_px(14f32)); in different_properties_should_serialize_to_four_values() localVariable
267 let left_px = BorderSideWidth::Length(Length::from_px(15f32)); in border_width_should_serialize_correctly() localVariable
285 let left_px = BorderSideWidth::Length(Length::from_px(15f32)); in border_width_with_keywords_should_serialize_correctly() localVariable