mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Enable min-content, max-content, fit-content and stretch (#33492)
For the sizing properties. We don't actually support them yet, just treating them as the initial value. Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
4bde9af515
commit
9597390d2b
66 changed files with 120 additions and 2798 deletions
28
Cargo.lock
generated
28
Cargo.lock
generated
|
@ -1308,7 +1308,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "derive_common"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
dependencies = [
|
||||
"darling",
|
||||
"proc-macro2",
|
||||
|
@ -1496,7 +1496,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "dom"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
dependencies = [
|
||||
"bitflags 2.6.0",
|
||||
]
|
||||
|
@ -4131,7 +4131,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "malloc_size_of"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
dependencies = [
|
||||
"accountable-refcell",
|
||||
"app_units",
|
||||
|
@ -5915,7 +5915,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "selectors"
|
||||
version = "0.24.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
dependencies = [
|
||||
"bitflags 2.6.0",
|
||||
"cssparser",
|
||||
|
@ -6203,7 +6203,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo_arc"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"stable_deref_trait",
|
||||
|
@ -6212,7 +6212,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo_atoms"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
dependencies = [
|
||||
"string_cache",
|
||||
"string_cache_codegen",
|
||||
|
@ -6430,7 +6430,7 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|||
[[package]]
|
||||
name = "size_of_test"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
dependencies = [
|
||||
"static_assertions",
|
||||
]
|
||||
|
@ -6571,7 +6571,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|||
[[package]]
|
||||
name = "static_prefs"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
|
||||
[[package]]
|
||||
name = "strck"
|
||||
|
@ -6624,7 +6624,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "style"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
dependencies = [
|
||||
"app_units",
|
||||
"arrayvec",
|
||||
|
@ -6682,7 +6682,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "style_config"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
]
|
||||
|
@ -6690,7 +6690,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "style_derive"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
dependencies = [
|
||||
"darling",
|
||||
"derive_common",
|
||||
|
@ -6721,7 +6721,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "style_traits"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
dependencies = [
|
||||
"app_units",
|
||||
"bitflags 2.6.0",
|
||||
|
@ -7088,7 +7088,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "to_shmem"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
dependencies = [
|
||||
"cssparser",
|
||||
"servo_arc",
|
||||
|
@ -7101,7 +7101,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "to_shmem_derive"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#1d95da7aec9de466cf0a16d832b6993dad4228fe"
|
||||
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
|
||||
dependencies = [
|
||||
"darling",
|
||||
"derive_common",
|
||||
|
|
|
@ -419,24 +419,24 @@ impl CandidateBSizeIterator {
|
|||
// If that is not determined yet by the time we need to resolve
|
||||
// `min-height` and `max-height`, percentage values are ignored.
|
||||
|
||||
let block_size = match fragment.style.content_block_size() {
|
||||
Size::Auto => MaybeAuto::Auto,
|
||||
Size::LengthPercentage(ref lp) => {
|
||||
MaybeAuto::from_option(lp.maybe_to_used_value(block_container_block_size))
|
||||
},
|
||||
};
|
||||
let block_size = MaybeAuto::from_option(
|
||||
fragment
|
||||
.style
|
||||
.content_block_size()
|
||||
.maybe_to_used_value(block_container_block_size),
|
||||
);
|
||||
|
||||
let max_block_size = match fragment.style.max_block_size() {
|
||||
MaxSize::None => None,
|
||||
MaxSize::LengthPercentage(ref lp) => lp.maybe_to_used_value(block_container_block_size),
|
||||
};
|
||||
let max_block_size = fragment
|
||||
.style
|
||||
.max_block_size()
|
||||
.maybe_to_used_value(block_container_block_size);
|
||||
|
||||
let min_block_size = match fragment.style.min_block_size() {
|
||||
Size::Auto => MaybeAuto::Auto,
|
||||
Size::LengthPercentage(ref lp) => {
|
||||
MaybeAuto::from_option(lp.maybe_to_used_value(block_container_block_size))
|
||||
},
|
||||
}
|
||||
let min_block_size = MaybeAuto::from_option(
|
||||
fragment
|
||||
.style
|
||||
.min_block_size()
|
||||
.maybe_to_used_value(block_container_block_size),
|
||||
)
|
||||
.specified_or_zero();
|
||||
|
||||
// If the style includes `box-sizing: border-box`, subtract the border and padding.
|
||||
|
@ -1402,7 +1402,8 @@ impl BlockFlow {
|
|||
let content_block_size = self.fragment.style().content_block_size();
|
||||
|
||||
match content_block_size {
|
||||
Size::Auto => {
|
||||
Size::LengthPercentage(ref lp) => lp.maybe_to_used_value(containing_block_size),
|
||||
_ => {
|
||||
let container_size = containing_block_size?;
|
||||
let (block_start, block_end) = {
|
||||
let position = self.fragment.style().logical_position();
|
||||
|
@ -1437,7 +1438,6 @@ impl BlockFlow {
|
|||
(_, _) => None,
|
||||
}
|
||||
},
|
||||
Size::LengthPercentage(ref lp) => lp.maybe_to_used_value(containing_block_size),
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2167,10 +2167,13 @@ impl Flow for BlockFlow {
|
|||
// If this block has a fixed width, just use that for the minimum and preferred width,
|
||||
// rather than bubbling up children inline width.
|
||||
// FIXME(emilio): This should probably be writing-mode-aware.
|
||||
let consult_children = match self.fragment.style().get_position().width {
|
||||
Size::Auto => true,
|
||||
Size::LengthPercentage(ref lp) => lp.maybe_to_used_value(None).is_none(),
|
||||
};
|
||||
let consult_children = self
|
||||
.fragment
|
||||
.style()
|
||||
.get_position()
|
||||
.width
|
||||
.maybe_to_used_value(None)
|
||||
.is_none();
|
||||
self.bubble_inline_sizes_for_block(consult_children);
|
||||
self.fragment
|
||||
.restyle_damage
|
||||
|
|
|
@ -48,11 +48,11 @@ impl AxisSize {
|
|||
/// containing block size, min constraint, and max constraint
|
||||
pub fn new(size: &Size, content_size: Option<Au>, min: &Size, max: &MaxSize) -> AxisSize {
|
||||
match size {
|
||||
Size::Auto => AxisSize::MinMax(SizeConstraint::new(content_size, min, max, None)),
|
||||
Size::LengthPercentage(ref lp) => match lp.maybe_to_used_value(content_size) {
|
||||
Some(length) => AxisSize::Definite(length),
|
||||
None => AxisSize::Infinite,
|
||||
},
|
||||
_ => AxisSize::MinMax(SizeConstraint::new(content_size, min, max, None)),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -72,10 +72,7 @@ fn from_flex_basis(flex_basis: &FlexBasis, main_length: &Size, containing_length
|
|||
_ => width,
|
||||
};
|
||||
|
||||
match width {
|
||||
Size::Auto => MaybeAuto::Auto,
|
||||
Size::LengthPercentage(ref lp) => MaybeAuto::Specified(lp.to_used_value(containing_length)),
|
||||
}
|
||||
MaybeAuto::from_option(width.to_used_value(containing_length))
|
||||
}
|
||||
|
||||
/// Represents a child in a flex container. Most fields here are used in
|
||||
|
|
|
@ -10,7 +10,6 @@ use log::debug;
|
|||
use serde::Serialize;
|
||||
use style::computed_values::float::T as StyleFloat;
|
||||
use style::logical_geometry::{LogicalRect, LogicalSize, WritingMode};
|
||||
use style::values::computed::Size;
|
||||
|
||||
use crate::block::FormattingContextType;
|
||||
use crate::flow::{Flow, FlowFlags, GetBaseFlow, ImmutableFlowUtils};
|
||||
|
@ -551,12 +550,8 @@ impl SpeculatedFloatPlacement {
|
|||
// traversal logic will know that objects later in the document
|
||||
// might flow around this float.
|
||||
let inline_size = flow.as_block().fragment.style.content_inline_size();
|
||||
let fixed = match inline_size {
|
||||
Size::Auto => false,
|
||||
Size::LengthPercentage(ref lp) => {
|
||||
lp.0.is_definitely_zero() || lp.0.maybe_to_used_value(None).is_some()
|
||||
},
|
||||
};
|
||||
let fixed =
|
||||
inline_size.is_definitely_zero() || inline_size.maybe_to_used_value(None).is_some();
|
||||
if !fixed {
|
||||
float_inline_size = Au::from_px(1)
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@ use style::selector_parser::RestyleDamage;
|
|||
use style::servo::restyle_damage::ServoRestyleDamage;
|
||||
use style::str::char_is_whitespace;
|
||||
use style::values::computed::counters::ContentItem;
|
||||
use style::values::computed::{Length, Size, VerticalAlign};
|
||||
use style::values::computed::{Length, VerticalAlign};
|
||||
use style::values::generics::box_::{Perspective, VerticalAlignKeyword};
|
||||
use style::values::generics::transform;
|
||||
use webrender_api::units::LayoutTransform;
|
||||
|
@ -1642,11 +1642,7 @@ impl Fragment {
|
|||
SpecificFragmentInfo::Canvas(_) |
|
||||
SpecificFragmentInfo::Iframe(_) |
|
||||
SpecificFragmentInfo::Svg(_) => {
|
||||
let inline_size = match self.style.content_inline_size() {
|
||||
Size::Auto => None,
|
||||
Size::LengthPercentage(ref lp) => lp.maybe_to_used_value(None),
|
||||
};
|
||||
|
||||
let inline_size = self.style.content_inline_size().maybe_to_used_value(None);
|
||||
let mut inline_size = inline_size.unwrap_or_else(|| {
|
||||
// We have to initialize the `border_padding` field first to make
|
||||
// the size constraints work properly.
|
||||
|
|
|
@ -147,14 +147,12 @@ impl MarginCollapseInfo {
|
|||
) -> (CollapsibleMargins, Au) {
|
||||
let state = match self.state {
|
||||
MarginCollapseState::AccumulatingCollapsibleTopMargin => {
|
||||
let content_block_size = fragment.style().content_block_size();
|
||||
may_collapse_through = may_collapse_through &&
|
||||
match fragment.style().content_block_size() {
|
||||
Size::Auto => true,
|
||||
Size::LengthPercentage(ref lp) => {
|
||||
lp.is_definitely_zero() ||
|
||||
lp.maybe_to_used_value(containing_block_size).is_none()
|
||||
},
|
||||
};
|
||||
content_block_size.is_definitely_zero() ||
|
||||
content_block_size
|
||||
.maybe_to_used_value(containing_block_size)
|
||||
.is_none();
|
||||
|
||||
if may_collapse_through {
|
||||
if fragment.style.min_block_size().is_auto() ||
|
||||
|
@ -522,12 +520,7 @@ impl MaybeAuto {
|
|||
///
|
||||
/// `style_length`: content size as given in the CSS.
|
||||
pub fn style_length(style_length: &Size, container_size: Option<Au>) -> MaybeAuto {
|
||||
match style_length {
|
||||
Size::Auto => MaybeAuto::Auto,
|
||||
Size::LengthPercentage(ref lp) => {
|
||||
MaybeAuto::from_option(lp.0.maybe_to_used_value(container_size))
|
||||
},
|
||||
}
|
||||
MaybeAuto::from_option(style_length.maybe_to_used_value(container_size))
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
@ -595,17 +588,10 @@ impl SizeConstraint {
|
|||
max_size: &MaxSize,
|
||||
border: Option<Au>,
|
||||
) -> SizeConstraint {
|
||||
let mut min_size = match min_size {
|
||||
Size::Auto => Au(0),
|
||||
Size::LengthPercentage(ref lp) => {
|
||||
lp.maybe_to_used_value(container_size).unwrap_or(Au(0))
|
||||
},
|
||||
};
|
||||
|
||||
let mut max_size = match max_size {
|
||||
MaxSize::None => None,
|
||||
MaxSize::LengthPercentage(ref lp) => lp.maybe_to_used_value(container_size),
|
||||
};
|
||||
let mut min_size = min_size
|
||||
.maybe_to_used_value(container_size)
|
||||
.unwrap_or(Au(0));
|
||||
let mut max_size = max_size.maybe_to_used_value(container_size);
|
||||
|
||||
// Make sure max size is not smaller than min size.
|
||||
max_size = max_size.map(|x| max(x, min_size));
|
||||
|
|
|
@ -15,7 +15,7 @@ use log::{debug, trace};
|
|||
use style::logical_geometry::LogicalSize;
|
||||
use style::properties::ComputedValues;
|
||||
use style::values::computed::length::{
|
||||
MaxSize, NonNegativeLengthOrAuto, NonNegativeLengthPercentageOrNormal, Size,
|
||||
NonNegativeLengthOrAuto, NonNegativeLengthPercentageOrNormal,
|
||||
};
|
||||
use style::values::generics::column::ColumnCount;
|
||||
|
||||
|
@ -167,14 +167,10 @@ impl Flow for MulticolFlow {
|
|||
this_fragment_is_empty: true,
|
||||
available_block_size: {
|
||||
let style = &self.block_flow.fragment.style;
|
||||
let size = match style.content_block_size() {
|
||||
Size::Auto => None,
|
||||
Size::LengthPercentage(ref lp) => lp.maybe_to_used_value(None),
|
||||
};
|
||||
let size = size.or_else(|| match style.max_block_size() {
|
||||
MaxSize::None => None,
|
||||
MaxSize::LengthPercentage(ref lp) => lp.maybe_to_used_value(None),
|
||||
});
|
||||
let size = style
|
||||
.content_block_size()
|
||||
.maybe_to_used_value(None)
|
||||
.or_else(|| style.max_block_size().maybe_to_used_value(None));
|
||||
|
||||
size.unwrap_or_else(|| {
|
||||
// FIXME: do column balancing instead
|
||||
|
|
|
@ -307,17 +307,14 @@ impl Flow for TableFlow {
|
|||
for specified_inline_size in &kid.as_mut_table_colgroup().inline_sizes {
|
||||
self.column_intrinsic_inline_sizes
|
||||
.push(ColumnIntrinsicInlineSize {
|
||||
minimum_length: match *specified_inline_size {
|
||||
Size::Auto => Au(0),
|
||||
Size::LengthPercentage(ref lp) => {
|
||||
lp.maybe_to_used_value(None).unwrap_or(Au(0))
|
||||
},
|
||||
},
|
||||
minimum_length: specified_inline_size
|
||||
.maybe_to_used_value(None)
|
||||
.unwrap_or(Au(0)),
|
||||
percentage: match *specified_inline_size {
|
||||
Size::Auto => 0.0,
|
||||
Size::LengthPercentage(ref lp) => {
|
||||
lp.0.to_percentage().map_or(0.0, |p| p.0)
|
||||
},
|
||||
_ => 0.0,
|
||||
},
|
||||
preferred: Au(0),
|
||||
constrained: false,
|
||||
|
|
|
@ -14,7 +14,6 @@ use script_layout_interface::wrapper_traits::ThreadSafeLayoutNode;
|
|||
use serde::Serialize;
|
||||
use style::logical_geometry::{LogicalMargin, LogicalRect, LogicalSize, WritingMode};
|
||||
use style::properties::ComputedValues;
|
||||
use style::values::computed::length::Size;
|
||||
use style::values::computed::Color;
|
||||
use style::values::generics::box_::{VerticalAlign, VerticalAlignKeyword};
|
||||
use style::values::specified::BorderStyle;
|
||||
|
@ -206,10 +205,13 @@ impl Flow for TableCellFlow {
|
|||
);
|
||||
|
||||
self.block_flow.bubble_inline_sizes_for_block(true);
|
||||
let specified_inline_size = match self.block_flow.fragment.style().content_inline_size() {
|
||||
Size::Auto => Au(0),
|
||||
Size::LengthPercentage(ref lp) => lp.to_used_value(Au(0)),
|
||||
};
|
||||
let specified_inline_size = self
|
||||
.block_flow
|
||||
.fragment
|
||||
.style()
|
||||
.content_inline_size()
|
||||
.to_used_value(Au(0))
|
||||
.unwrap_or(Au(0));
|
||||
|
||||
if self
|
||||
.block_flow
|
||||
|
|
|
@ -432,21 +432,17 @@ impl Flow for TableRowFlow {
|
|||
// Collect minimum and preferred inline-sizes of the cell for automatic table layout
|
||||
// calculation.
|
||||
let child_base = kid.mut_base();
|
||||
let resolved_child_specified_inline_size =
|
||||
child_specified_inline_size.maybe_to_used_value(None);
|
||||
let child_column_inline_size = ColumnIntrinsicInlineSize {
|
||||
minimum_length: match child_specified_inline_size {
|
||||
Size::Auto => None,
|
||||
Size::LengthPercentage(ref lp) => lp.0.maybe_to_used_value(None),
|
||||
}
|
||||
minimum_length: resolved_child_specified_inline_size
|
||||
.unwrap_or(child_base.intrinsic_inline_sizes.minimum_inline_size),
|
||||
percentage: match child_specified_inline_size {
|
||||
Size::Auto => 0.0,
|
||||
Size::LengthPercentage(ref lp) => lp.0.to_percentage().map_or(0.0, |p| p.0),
|
||||
_ => 0.0,
|
||||
},
|
||||
preferred: child_base.intrinsic_inline_sizes.preferred_inline_size,
|
||||
constrained: match child_specified_inline_size {
|
||||
Size::Auto => false,
|
||||
Size::LengthPercentage(ref lp) => lp.0.maybe_to_used_value(None).is_some(),
|
||||
},
|
||||
constrained: resolved_child_specified_inline_size.is_some(),
|
||||
};
|
||||
min_inline_size += child_column_inline_size.minimum_length;
|
||||
pref_inline_size += child_column_inline_size.preferred;
|
||||
|
|
|
@ -848,9 +848,15 @@ fn initial_computed_inline_size(
|
|||
preferred_width_of_all_columns: Au,
|
||||
table_border_padding: Au,
|
||||
) -> MaybeAuto {
|
||||
match block.fragment.style.content_inline_size() {
|
||||
Size::Auto => {
|
||||
if preferred_width_of_all_columns + table_border_padding <= containing_block_inline_size
|
||||
block
|
||||
.fragment
|
||||
.style
|
||||
.content_inline_size()
|
||||
.to_used_value(containing_block_inline_size)
|
||||
.map_or_else(
|
||||
|| {
|
||||
if preferred_width_of_all_columns + table_border_padding <=
|
||||
containing_block_inline_size
|
||||
{
|
||||
MaybeAuto::Specified(preferred_width_of_all_columns + table_border_padding)
|
||||
} else if minimum_width_of_all_columns > containing_block_inline_size {
|
||||
|
@ -859,14 +865,13 @@ fn initial_computed_inline_size(
|
|||
MaybeAuto::Auto
|
||||
}
|
||||
},
|
||||
Size::LengthPercentage(ref lp) => {
|
||||
let used = lp.to_used_value(containing_block_inline_size);
|
||||
|used| {
|
||||
MaybeAuto::Specified(max(
|
||||
used - table_border_padding,
|
||||
minimum_width_of_all_columns,
|
||||
))
|
||||
},
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
struct Table {
|
||||
|
|
|
@ -2359,9 +2359,10 @@ impl FlexItemBox {
|
|||
},
|
||||
}
|
||||
},
|
||||
FlexBasis::Size(Size::Auto) => {
|
||||
FlexBasis::Size(_) => {
|
||||
// “When specified on a flex item, the `auto` keyword retrieves
|
||||
// the value of the main size property as the used `flex-basis`.”
|
||||
// TODO(#32853): Handle other intrinsic keywords.
|
||||
match content_box_size.main {
|
||||
AuOrAuto::LengthPercentage(length) => FlexBasis::Size(length),
|
||||
// “If that value is itself `auto`, then the used value is `content`.”
|
||||
|
|
|
@ -168,8 +168,8 @@ impl BlockLevelBox {
|
|||
return false;
|
||||
}
|
||||
|
||||
if !block_size_is_zero_or_auto(style.content_block_size(), containing_block) ||
|
||||
!block_size_is_zero_or_auto(style.min_block_size(), containing_block) ||
|
||||
if !block_size_is_zero_or_intrinsic(style.content_block_size(), containing_block) ||
|
||||
!block_size_is_zero_or_intrinsic(style.min_block_size(), containing_block) ||
|
||||
pbm.padding_border_sums.block != Au::zero()
|
||||
{
|
||||
return false;
|
||||
|
@ -877,8 +877,8 @@ fn layout_in_flow_non_replaced_block_level_same_formatting_context(
|
|||
|
||||
let collapsed_through = collapsible_margins_in_children.collapsed_through &&
|
||||
pbm.padding_border_sums.block == Au::zero() &&
|
||||
block_size_is_zero_or_auto(computed_block_size, containing_block) &&
|
||||
block_size_is_zero_or_auto(style.min_block_size(), containing_block);
|
||||
block_size_is_zero_or_intrinsic(computed_block_size, containing_block) &&
|
||||
block_size_is_zero_or_intrinsic(style.min_block_size(), containing_block);
|
||||
block_margins_collapsed_with_children.collapsed_through = collapsed_through;
|
||||
|
||||
let end_margin_can_collapse_with_children = collapsed_through ||
|
||||
|
@ -1872,9 +1872,9 @@ impl<'container> PlacementState<'container> {
|
|||
}
|
||||
}
|
||||
|
||||
fn block_size_is_zero_or_auto(size: &Size, containing_block: &ContainingBlock) -> bool {
|
||||
fn block_size_is_zero_or_intrinsic(size: &Size, containing_block: &ContainingBlock) -> bool {
|
||||
match size {
|
||||
Size::Auto => true,
|
||||
Size::Auto | Size::MinContent | Size::MaxContent | Size::FitContent | Size::Stretch => true,
|
||||
Size::LengthPercentage(ref lp) => {
|
||||
// TODO: Should this resolve definite percentages? Blink does it, Gecko and WebKit don't.
|
||||
lp.is_definitely_zero() ||
|
||||
|
|
|
@ -341,7 +341,11 @@ impl ComputedValuesExt for ComputedValues {
|
|||
fn unwrap(max_size: &MaxSize<NonNegativeLengthPercentage>) -> Option<&LengthPercentage> {
|
||||
match max_size {
|
||||
MaxSize::LengthPercentage(length) => Some(&length.0),
|
||||
MaxSize::None => None,
|
||||
MaxSize::None |
|
||||
MaxSize::MinContent |
|
||||
MaxSize::MaxContent |
|
||||
MaxSize::FitContent |
|
||||
MaxSize::Stretch => None,
|
||||
}
|
||||
}
|
||||
let position = self.get_position();
|
||||
|
@ -997,7 +1001,9 @@ impl From<stylo::Display> for Display {
|
|||
fn size_to_length(size: &Size) -> LengthPercentageOrAuto {
|
||||
match size {
|
||||
Size::LengthPercentage(length) => LengthPercentageOrAuto::LengthPercentage(&length.0),
|
||||
Size::Auto => LengthPercentageOrAuto::Auto,
|
||||
Size::Auto | Size::MinContent | Size::MaxContent | Size::FitContent | Size::Stretch => {
|
||||
LengthPercentageOrAuto::Auto
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
[height-valid.html]
|
||||
[e.style['height'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['height'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['height'\] = "fit-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[max-height-valid.html]
|
||||
[e.style['max-height'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-height'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-height'\] = "fit-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[max-width-valid.html]
|
||||
[e.style['max-width'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-width'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-width'\] = "fit-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[width-valid.html]
|
||||
[e.style['width'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "fit-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[flex-basis-computed.html]
|
||||
[Property flex-basis value 'fit-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property flex-basis value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property flex-basis value 'max-content']
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[flex-basis-valid.html]
|
||||
[e.style['flex-basis'\] = "fit-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex-basis'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex-basis'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,24 +0,0 @@
|
|||
[flex-shorthand.html]
|
||||
[e.style['flex'\] = "0 fit-content" should set flex-basis]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "0 fit-content" should set flex-grow]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "0 fit-content" should set flex-shrink]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "0 fit-content" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "1 0 max-content" should set flex-basis]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "1 0 max-content" should set flex-grow]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "1 0 max-content" should set flex-shrink]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "1 0 max-content" should not set unrelated longhands]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[block-size-computed.html]
|
||||
[Property block-size value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property block-size value 'max-content']
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[block-size-valid.html]
|
||||
[e.style['block-size'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['block-size'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[inline-size-valid.html]
|
||||
[e.style['inline-size'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inline-size'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[max-block-size-computed.html]
|
||||
[Property max-block-size value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property max-block-size value 'max-content']
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[max-block-size-valid.html]
|
||||
[e.style['max-block-size'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-block-size'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[max-inline-size-computed.html]
|
||||
[Property max-inline-size value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property max-inline-size value 'max-content']
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[max-inline-size-valid.html]
|
||||
[e.style['max-inline-size'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-inline-size'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,9 +1,3 @@
|
|||
[min-block-size-computed.html]
|
||||
[Property min-block-size value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property min-block-size value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property min-block-size value 'max-content']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[min-block-size-valid.html]
|
||||
[e.style['min-block-size'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['min-block-size'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,9 +1,3 @@
|
|||
[min-inline-size-computed.html]
|
||||
[Property min-inline-size value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property min-inline-size value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property min-inline-size value 'max-content']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[min-inline-size-valid.html]
|
||||
[e.style['min-inline-size'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['min-inline-size'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -233,90 +233,6 @@
|
|||
[Web Animations: property <height> from [auto\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -368,18 +284,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [fit-content\] to [20px\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [fit-content\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -389,60 +293,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [fit-content\] to [20px\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [fit-content\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (-0.3) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (0) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (0.3) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (-0.3) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (0) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (0.3) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -485,90 +335,6 @@
|
|||
[Web Animations: property <height> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -773,72 +539,6 @@
|
|||
[Web Animations: property <height> from [max-content\] to neutral at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from neutral to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from neutral to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from neutral to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from neutral to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from neutral to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from neutral to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -242,18 +242,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.3) should be [none\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -263,60 +251,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.3) should be [none\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -494,18 +428,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [20px\] to [min-content\] at (0.3) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [20px\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [20px\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [20px\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [20px\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [20px\] to [min-content\] at (-0.3) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -515,60 +437,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [20px\] to [min-content\] at (0.3) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [20px\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [20px\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [20px\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [20px\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [20px\] to [min-content\] at (-0.3) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -647,72 +515,6 @@
|
|||
[Web Animations: property <max-height> from [min-content\] to neutral at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from neutral to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from neutral to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from neutral to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from neutral to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from neutral to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from neutral to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from neutral to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from neutral to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from neutral to [max-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from neutral to [max-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from neutral to [max-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from neutral to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from neutral to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from neutral to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from neutral to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from neutral to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -368,18 +368,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -389,60 +377,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (-0.3) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (0) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (0.3) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (-0.3) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (0) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (0.3) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -494,18 +428,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -515,60 +437,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -647,72 +515,6 @@
|
|||
[Web Animations: property <max-width> from [min-content\] to neutral at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from neutral to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from neutral to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -302,18 +302,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -323,60 +311,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -581,72 +515,6 @@
|
|||
[Web Animations: property <min-height> from [fit-content\] to neutral at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from neutral to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from neutral to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from neutral to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from neutral to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from neutral to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from neutral to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from neutral to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from neutral to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from neutral to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from neutral to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from neutral to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from neutral to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from neutral to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from neutral to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from neutral to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from neutral to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -368,18 +368,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -389,60 +377,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -494,18 +428,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -515,60 +437,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -647,72 +515,6 @@
|
|||
[Web Animations: property <min-width> from [fit-content\] to neutral at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from neutral to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from neutral to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from neutral to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from neutral to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from neutral to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from neutral to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from neutral to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from neutral to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from neutral to [max-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from neutral to [max-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from neutral to [max-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from neutral to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from neutral to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from neutral to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from neutral to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from neutral to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -269,90 +269,6 @@
|
|||
[Web Animations: property <width> from [auto\] to [40px\] at (1.5) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -530,18 +446,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [30px\] to [fit-content\] at (0.3) should be [30px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [30px\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [30px\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [30px\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [30px\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [30px\] to [fit-content\] at (-0.3) should be [30px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -551,60 +455,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [30px\] to [fit-content\] at (0.3) should be [30px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [30px\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [30px\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [30px\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [30px\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [30px\] to [fit-content\] at (-0.3) should be [30px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -647,90 +497,6 @@
|
|||
[Web Animations: property <width> from [30px\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -809,72 +575,6 @@
|
|||
[Web Animations: property <width> from [max-content\] to neutral at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from neutral to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from neutral to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from neutral to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from neutral to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from neutral to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from neutral to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from neutral to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from neutral to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[block-size-with-min-or-max-content-1a.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[block-size-with-min-or-max-content-1b.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[block-size-with-min-or-max-content-table-1b.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[hori-block-size-small-or-larger-than-container-with-min-or-max-content-2a.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[hori-block-size-small-or-larger-than-container-with-min-or-max-content-2b.html]
|
||||
expected: FAIL
|
|
@ -1,10 +1,4 @@
|
|||
[height-valid.html]
|
||||
[e.style['height'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['height'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['height'\] = "fit-content(10%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
[max-height-computed.html]
|
||||
[Property max-height value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property max-height value 'max-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property max-height value 'fit-content(10px)']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
[max-height-valid.html]
|
||||
[e.style['max-height'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-height'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-height'\] = "fit-content(10%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
[max-width-computed.html]
|
||||
[Property max-width value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property max-width value 'max-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property max-width value 'fit-content(10px)']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
[max-width-valid.html]
|
||||
[e.style['max-width'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-width'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-width'\] = "fit-content(10%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
[min-height-computed.html]
|
||||
[Property min-height value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property min-height value 'max-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property min-height value 'fit-content(10px)']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
[min-height-valid.html]
|
||||
[e.style['min-height'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['min-height'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['min-height'\] = "fit-content(10%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
[min-width-computed.html]
|
||||
[Property min-width value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property min-width value 'max-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property min-width value 'fit-content(10px)']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
[min-width-valid.html]
|
||||
[e.style['min-width'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['min-width'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['min-width'\] = "fit-content(10%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
[width-valid.html]
|
||||
[e.style['width'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "fit-content(10%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[vert-block-size-small-or-larger-than-container-with-min-or-max-content-2a.html]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[letter-spacing-trim-start-002.html]
|
||||
[assert_equals(t.offsetWidth, refWidth, "widths should now match")]
|
||||
expected: FAIL
|
|
@ -17,9 +17,6 @@
|
|||
[Compositing: property <height> underlying [fit-content\] from add [min-content\] to add [200px\] at (-0.3) should be [5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <height> underlying [fit-content\] from add [min-content\] to add [200px\] at (0) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <height> underlying [fit-content\] from add [min-content\] to add [200px\] at (0.5) should be [125px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -275,9 +275,6 @@
|
|||
[CSS Transitions: property <height> from [min-content\] to [inherit\] at (0.6) should be [140px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [min-content\] to [inherit\] at (1) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [min-content\] to [inherit\] at (1.5) should be [275px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -293,9 +290,6 @@
|
|||
[CSS Transitions with transition: all: property <height> from [min-content\] to [inherit\] at (0.6) should be [140px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [min-content\] to [inherit\] at (1) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [min-content\] to [inherit\] at (1.5) should be [275px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -335,90 +329,6 @@
|
|||
[Web Animations: property <height> from [min-content\] to [inherit\] at (1.5) should be [275px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -473,9 +383,6 @@
|
|||
[CSS Transitions: property <height> from [fit-content\] to [10px\] at (0.6) should be [26px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [fit-content\] to [10px\] at (1) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [fit-content\] to [10px\] at (1.5) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -491,9 +398,6 @@
|
|||
[CSS Transitions with transition: all: property <height> from [fit-content\] to [10px\] at (0.6) should be [26px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [fit-content\] to [10px\] at (1) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [fit-content\] to [10px\] at (1.5) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -533,90 +437,6 @@
|
|||
[Web Animations: property <height> from [fit-content\] to [10px\] at (1.5) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -797,9 +617,6 @@
|
|||
[CSS Transitions: property <height> from [max-content\] to neutral at (0.6) should be [110px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to neutral at (1) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [max-content\] to neutral at (1.5) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -815,9 +632,6 @@
|
|||
[CSS Transitions with transition: all: property <height> from [max-content\] to neutral at (0.6) should be [110px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to neutral at (1) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [max-content\] to neutral at (1.5) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -833,9 +647,6 @@
|
|||
[CSS Animations: property <height> from [max-content\] to neutral at (0.6) should be [110px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [max-content\] to neutral at (1) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [max-content\] to neutral at (1.5) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -869,9 +680,6 @@
|
|||
[CSS Transitions: property <height> from neutral to [fit-content\] at (0.6) should be [90px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from neutral to [fit-content\] at (1) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from neutral to [fit-content\] at (1.5) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -887,18 +695,12 @@
|
|||
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (0.6) should be [90px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (1) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (1.5) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from neutral to [fit-content\] at (-0.3) should be [180px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from neutral to [fit-content\] at (0) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from neutral to [fit-content\] at (0.3) should be [120px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
[CSS Transitions: property <block-size> from [max-content\] to [25px\] at (0.6) should be [45px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <block-size> from [max-content\] to [25px\] at (1) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <block-size> from [max-content\] to [25px\] at (1.5) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -29,9 +26,6 @@
|
|||
[CSS Transitions with transition: all: property <block-size> from [max-content\] to [25px\] at (0.6) should be [45px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <block-size> from [max-content\] to [25px\] at (1) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <block-size> from [max-content\] to [25px\] at (1.5) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -83,9 +77,6 @@
|
|||
[CSS Transitions: property <inline-size> from [max-content\] to neutral at (0.6) should be [110px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <inline-size> from [max-content\] to neutral at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <inline-size> from [max-content\] to neutral at (1.5) should be [87.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -101,9 +92,6 @@
|
|||
[CSS Transitions with transition: all: property <inline-size> from [max-content\] to neutral at (0.6) should be [110px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <inline-size> from [max-content\] to neutral at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <inline-size> from [max-content\] to neutral at (1.5) should be [87.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -119,9 +107,6 @@
|
|||
[CSS Animations: property <inline-size> from [max-content\] to neutral at (0.6) should be [110px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <inline-size> from [max-content\] to neutral at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <inline-size> from [max-content\] to neutral at (1.5) should be [87.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -179,24 +164,6 @@
|
|||
[CSS Transitions with transition: all: property <max-block-size> from neutral to [fit-content\] at (1.5) should be [calc-size(fit-content, -50px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-block-size> from neutral to [fit-content\] at (-0.3) should be [calc-size(fit-content, 130px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-block-size> from neutral to [fit-content\] at (0) should be [calc-size(fit-content, 100px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-block-size> from neutral to [fit-content\] at (0.3) should be [calc-size(fit-content, 70px + size * 0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-block-size> from neutral to [fit-content\] at (0.6) should be [calc-size(fit-content, 40px + size * 0.6)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-block-size> from neutral to [fit-content\] at (1) should be [calc-size(fit-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-block-size> from neutral to [fit-content\] at (1.5) should be [calc-size(fit-content, -50px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <max-block-size> from neutral to [fit-content\] at (-0.3) should be [calc-size(fit-content, 130px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -251,24 +218,6 @@
|
|||
[CSS Transitions with transition: all: property <max-inline-size> from [max-content\] to [100px\] at (1.5) should be [calc-size(max-content, 150px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-inline-size> from [max-content\] to [100px\] at (-0.3) should be [calc-size(max-content, -30px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-inline-size> from [max-content\] to [100px\] at (0) should be [calc-size(max-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-inline-size> from [max-content\] to [100px\] at (0.3) should be [calc-size(max-content, 30px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-inline-size> from [max-content\] to [100px\] at (0.6) should be [calc-size(max-content, 60px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-inline-size> from [max-content\] to [100px\] at (1) should be [calc-size(max-content, 100px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-inline-size> from [max-content\] to [100px\] at (1.5) should be [calc-size(max-content, 150px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <max-inline-size> from [max-content\] to [100px\] at (-0.3) should be [calc-size(max-content, -30px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -323,24 +272,6 @@
|
|||
[CSS Transitions with transition: all: property <min-block-size> from [200px\] to [min-content\] at (1.5) should be [calc-size(min-content, -100px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-block-size> from [200px\] to [min-content\] at (-0.3) should be [calc-size(min-content, 260px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-block-size> from [200px\] to [min-content\] at (0) should be [calc-size(min-content, 200px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-block-size> from [200px\] to [min-content\] at (0.3) should be [calc-size(min-content, 140px + size * 0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-block-size> from [200px\] to [min-content\] at (0.6) should be [calc-size(min-content, 80px + size * 0.6)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-block-size> from [200px\] to [min-content\] at (1) should be [calc-size(min-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-block-size> from [200px\] to [min-content\] at (1.5) should be [calc-size(min-content, -100px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <min-block-size> from [200px\] to [min-content\] at (-0.3) should be [calc-size(min-content, 260px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -188,18 +188,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.3) should be [none\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -209,60 +197,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.3) should be [none\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -467,24 +401,6 @@
|
|||
[CSS Transitions with transition: all: property <max-height> from [150px\] to [min-content\] at (1.5) should be [calc-size(min-content, -75px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [150px\] to [min-content\] at (-0.3) should be [calc-size(min-content, 195px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [150px\] to [min-content\] at (0) should be [calc-size(min-content, 150px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [150px\] to [min-content\] at (0.3) should be [calc-size(min-content, 105px + size * 0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [150px\] to [min-content\] at (0.6) should be [calc-size(min-content, 60px + size * 0.6)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [150px\] to [min-content\] at (1) should be [calc-size(min-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [150px\] to [min-content\] at (1.5) should be [calc-size(min-content, -75px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <max-height> from [150px\] to [min-content\] at (-0.3) should be [calc-size(min-content, 195px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -503,60 +419,6 @@
|
|||
[Web Animations: property <max-height> from [150px\] to [min-content\] at (1.5) should be [calc-size(min-content, -75px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -30px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [min-content\] to neutral at (0) should be [calc-size(min-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [min-content\] to neutral at (0.3) should be [calc-size(min-content, 30px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [min-content\] to neutral at (0.6) should be [calc-size(min-content, 60px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [min-content\] to neutral at (1) should be [calc-size(min-content, 100px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-height> from [min-content\] to neutral at (1.5) should be [calc-size(min-content, 150px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -30px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [min-content\] to neutral at (0) should be [calc-size(min-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [min-content\] to neutral at (0.3) should be [calc-size(min-content, 30px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [min-content\] to neutral at (0.6) should be [calc-size(min-content, 60px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [min-content\] to neutral at (1) should be [calc-size(min-content, 100px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-height> from [min-content\] to neutral at (1.5) should be [calc-size(min-content, 150px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -30px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [min-content\] to neutral at (0) should be [calc-size(min-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [min-content\] to neutral at (0.3) should be [calc-size(min-content, 30px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [min-content\] to neutral at (0.6) should be [calc-size(min-content, 60px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [min-content\] to neutral at (1) should be [calc-size(min-content, 100px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from [min-content\] to neutral at (1.5) should be [calc-size(min-content, 150px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <max-height> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -30px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -611,24 +473,6 @@
|
|||
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (1.5) should be [calc-size(max-content, -50px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from neutral to [max-content\] at (-0.3) should be [calc-size(max-content, 130px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from neutral to [max-content\] at (0) should be [calc-size(max-content, 100px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from neutral to [max-content\] at (0.3) should be [calc-size(max-content, 70px + size * 0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from neutral to [max-content\] at (0.6) should be [calc-size(max-content, 40px + size * 0.6)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from neutral to [max-content\] at (1) should be [calc-size(max-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-height> from neutral to [max-content\] at (1.5) should be [calc-size(max-content, -50px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <max-height> from neutral to [max-content\] at (-0.3) should be [calc-size(max-content, 130px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -341,24 +341,6 @@
|
|||
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [50px\] at (1.5) should be [calc-size(fit-content, 75px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [fit-content\] to [50px\] at (-0.3) should be [calc-size(fit-content, -15px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [fit-content\] to [50px\] at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [fit-content\] to [50px\] at (0.3) should be [calc-size(fit-content, 15px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [fit-content\] to [50px\] at (0.6) should be [calc-size(fit-content, 30px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [fit-content\] to [50px\] at (1) should be [calc-size(fit-content, 50px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [fit-content\] to [50px\] at (1.5) should be [calc-size(fit-content, 75px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <max-width> from [fit-content\] to [50px\] at (-0.3) should be [calc-size(fit-content, -15px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -386,18 +368,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -407,60 +377,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -503,60 +419,6 @@
|
|||
[Web Animations: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -45px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [min-content\] to neutral at (0) should be [calc-size(min-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [min-content\] to neutral at (0.3) should be [calc-size(min-content, 45px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [min-content\] to neutral at (0.6) should be [calc-size(min-content, 90px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [min-content\] to neutral at (1) should be [calc-size(min-content, 150px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <max-width> from [min-content\] to neutral at (1.5) should be [calc-size(min-content, 225px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -45px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [min-content\] to neutral at (0) should be [calc-size(min-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [min-content\] to neutral at (0.3) should be [calc-size(min-content, 45px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [min-content\] to neutral at (0.6) should be [calc-size(min-content, 90px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [min-content\] to neutral at (1) should be [calc-size(min-content, 150px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <max-width> from [min-content\] to neutral at (1.5) should be [calc-size(min-content, 225px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -45px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [min-content\] to neutral at (0) should be [calc-size(min-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [min-content\] to neutral at (0.3) should be [calc-size(min-content, 45px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [min-content\] to neutral at (0.6) should be [calc-size(min-content, 90px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [min-content\] to neutral at (1) should be [calc-size(min-content, 150px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from [min-content\] to neutral at (1.5) should be [calc-size(min-content, 225px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <max-width> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -45px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -611,24 +473,6 @@
|
|||
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (1.5) should be [calc-size(fit-content, -75px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from neutral to [fit-content\] at (-0.3) should be [calc-size(fit-content, 195px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from neutral to [fit-content\] at (0) should be [calc-size(fit-content, 150px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from neutral to [fit-content\] at (0.3) should be [calc-size(fit-content, 105px + size * 0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from neutral to [fit-content\] at (0.6) should be [calc-size(fit-content, 60px + size * 0.6)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from neutral to [fit-content\] at (1) should be [calc-size(fit-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <max-width> from neutral to [fit-content\] at (1.5) should be [calc-size(fit-content, -75px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <max-width> from neutral to [fit-content\] at (-0.3) should be [calc-size(fit-content, 195px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -224,18 +224,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -245,60 +233,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -467,60 +401,6 @@
|
|||
[Web Animations: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-height> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <min-height> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -575,24 +455,6 @@
|
|||
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (1.5) should be [calc-size(min-content, -5px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from neutral to [min-content\] at (-0.3) should be [calc-size(min-content, 13px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from neutral to [min-content\] at (0) should be [calc-size(min-content, 10px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from neutral to [min-content\] at (0.3) should be [calc-size(min-content, 7px + size * 0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from neutral to [min-content\] at (0.6) should be [calc-size(min-content, 4px + size * 0.6)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from neutral to [min-content\] at (1) should be [calc-size(min-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-height> from neutral to [min-content\] at (1.5) should be [calc-size(min-content, -5px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <min-height> from neutral to [min-content\] at (-0.3) should be [calc-size(min-content, 13px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -242,18 +242,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -263,60 +251,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -368,18 +302,6 @@
|
|||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -389,60 +311,6 @@
|
|||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -485,60 +353,6 @@
|
|||
[Web Animations: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <min-width> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <min-width> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <min-width> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -593,24 +407,6 @@
|
|||
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (1.5) should be [calc-size(max-content, -5px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from neutral to [max-content\] at (-0.3) should be [calc-size(max-content, 13px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from neutral to [max-content\] at (0) should be [calc-size(max-content, 10px + size * 0)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from neutral to [max-content\] at (0.3) should be [calc-size(max-content, 7px + size * 0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from neutral to [max-content\] at (0.6) should be [calc-size(max-content, 4px + size * 0.6)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from neutral to [max-content\] at (1) should be [calc-size(max-content, 0px + size * 1)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <min-width> from neutral to [max-content\] at (1.5) should be [calc-size(max-content, -5px + size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <min-width> from neutral to [max-content\] at (-0.3) should be [calc-size(max-content, 13px + size * -0.3)\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -19,3 +19,6 @@
|
|||
|
||||
[Use the non-animation value of interpolate-size: allow-keywords when starting CSS animation from min-content to 100px]
|
||||
expected: FAIL
|
||||
|
||||
[Use the after-change value of interpolate-size: allow-keywords when starting CSS transition from 100px to min-content]
|
||||
expected: FAIL
|
||||
|
|
|
@ -38,8 +38,5 @@
|
|||
[Compositing: property <width> underlying [max-content\] from add [100px\] to add [auto\] at (0.5) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <width> underlying [max-content\] from add [100px\] to add [auto\] at (1) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <width> underlying [max-content\] from add [100px\] to add [auto\] at (1.5) should be [250px\]]
|
||||
expected: FAIL
|
||||
|
|
|
@ -188,90 +188,6 @@
|
|||
[Web Animations: property <width> from [auto\] to [50px\] at (1.5) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (-0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0.3) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -491,9 +407,6 @@
|
|||
[CSS Animations: property <width> from [200px\] to [fit-content\] at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [200px\] to [fit-content\] at (1.5) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [200px\] to [fit-content\] at (-0.3) should be [230px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -512,90 +425,6 @@
|
|||
[Web Animations: property <width> from [200px\] to [fit-content\] at (1.5) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -650,9 +479,6 @@
|
|||
[CSS Transitions: property <width> from [max-content\] to neutral at (0.6) should be [70px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to neutral at (1) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [max-content\] to neutral at (1.5) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -668,9 +494,6 @@
|
|||
[CSS Transitions with transition: all: property <width> from [max-content\] to neutral at (0.6) should be [70px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to neutral at (1) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [max-content\] to neutral at (1.5) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -686,9 +509,6 @@
|
|||
[CSS Animations: property <width> from [max-content\] to neutral at (0.6) should be [70px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [max-content\] to neutral at (1) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [max-content\] to neutral at (1.5) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -749,9 +569,6 @@
|
|||
[CSS Animations: property <width> from neutral to [min-content\] at (-0.3) should be [35px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [min-content\] at (0) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [min-content\] at (0.3) should be [65px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,16 +1,10 @@
|
|||
[dialog.html]
|
||||
[Closed dialog in width: 540px iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Open dialog in width: 540px iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Modal dialog in width: 540px iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Closed dialog in width: 538px iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Open dialog in width: 538px iframe]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue