Pass | computed display on <div style="display: math;"> | Asserts runPass | assert_equals("inline", "inline")
at Test.<anonymous> ( /css/css-display/display-math-on-non-mathml-elements.html:27:11) |
|
Pass | computed display on <div style="display: inline math;"> | Asserts runPass | assert_equals("inline", "inline")
at Test.<anonymous> ( /css/css-display/display-math-on-non-mathml-elements.html:27:11) |
|
Pass | computed display on <div style="display: math inline;"> | Asserts runPass | assert_equals("inline", "inline")
at Test.<anonymous> ( /css/css-display/display-math-on-non-mathml-elements.html:27:11) |
|
Pass | computed display on <div style="display: block math;"> | Asserts runPass | assert_equals("block", "block")
at Test.<anonymous> ( /css/css-display/display-math-on-non-mathml-elements.html:27:11) |
|
Pass | computed display on <div style="display: math block;"> | Asserts runPass | assert_equals("block", "block")
at Test.<anonymous> ( /css/css-display/display-math-on-non-mathml-elements.html:27:11) |
|
Pass | computed display on <svg style="display: math;"> | Asserts runPass | assert_equals("inline", "inline")
at Test.<anonymous> ( /css/css-display/display-math-on-non-mathml-elements.html:27:11) |
|
Pass | computed display on <svg style="display: inline math;"> | Asserts runPass | assert_equals("inline", "inline")
at Test.<anonymous> ( /css/css-display/display-math-on-non-mathml-elements.html:27:11) |
|
Pass | computed display on <svg style="display: math inline;"> | Asserts runPass | assert_equals("inline", "inline")
at Test.<anonymous> ( /css/css-display/display-math-on-non-mathml-elements.html:27:11) |
|
Pass | computed display on <svg style="display: block math;"> | Asserts runPass | assert_equals("block", "block")
at Test.<anonymous> ( /css/css-display/display-math-on-non-mathml-elements.html:27:11) |
|
Pass | computed display on <svg style="display: math block;"> | Asserts runPass | assert_equals("block", "block")
at Test.<anonymous> ( /css/css-display/display-math-on-non-mathml-elements.html:27:11) |
|