Pass | getComputedStyle() for ::highlight(foo) | Asserts runPass | assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "Background color is green.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:23:5) | Pass | assert_equals("rgb(0, 255, 0)", "rgb(0, 255, 0)", "Color is lime.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:24:5) |
|
Pass | Different getComputedStyle() for ::highlight(bar) and same element | Asserts runPass | assert_equals("rgb(0, 255, 255)", "rgb(0, 255, 255)", "Background color is cyan.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:30:5) | Pass | assert_equals("rgb(255, 0, 255)", "rgb(255, 0, 255)", "Color is fuchsia.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:31:5) |
|
Pass | getComputedStyle() for ::highlight(foo): should not return a style. | Asserts runPass | assert_equals(0, 0, "Invalid pseudo identifiers should not return a style.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:37:7) |
|
Pass | getComputedStyle() for ::highlight(foo)) should not return a style. | Asserts runPass | assert_equals(0, 0, "Invalid pseudo identifiers should not return a style.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:37:7) |
|
Pass | getComputedStyle() for ::highlight(foo)( should not return a style. | Asserts runPass | assert_equals(0, 0, "Invalid pseudo identifiers should not return a style.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:37:7) |
|
Pass | getComputedStyle() for ::highlight should not return a style. | Asserts runPass | assert_equals(0, 0, "Invalid pseudo identifiers should not return a style.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:37:7) |
|
Pass | getComputedStyle() for ::highlight(foo)(foo) should not return a style. | Asserts runPass | assert_equals(0, 0, "Invalid pseudo identifiers should not return a style.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:37:7) |
|
Pass | getComputedStyle() for ::highlight(foo)() should not return a style. | Asserts runPass | assert_equals(0, 0, "Invalid pseudo identifiers should not return a style.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:37:7) |
|
Pass | getComputedStyle() for :::highlight(foo) should not return a style. | Asserts runPass | assert_equals(0, 0, "Invalid pseudo identifiers should not return a style.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:37:7) |
|
Pass | getComputedStyle() for ::highlight(foo). should not return a style. | Asserts runPass | assert_equals(0, 0, "Invalid pseudo identifiers should not return a style.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:37:7) |
|
Pass | getComputedStyle() for ::highlight(foo,bar) should not return a style. | Asserts runPass | assert_equals(0, 0, "Invalid pseudo identifiers should not return a style.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:37:7) |
|
Pass | getComputedStyle() for ::highlight(foo bar) should not return a style. | Asserts runPass | assert_equals(0, 0, "Invalid pseudo identifiers should not return a style.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-computed.html:37:7) |
|