Pass | getComputedStyle() for root element | Asserts runPass | assert_equals("8px", "8px", "Text underline offset is 8px.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-from-font-computed.html:43:5) | Pass | assert_equals("4px", "4px", "Text decoration thickness is 4px.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-from-font-computed.html:44:5) |
|
Pass | getComputedStyle() for root highlight applied to div | Asserts runPass | assert_equals("10px", "10px", "Text underline offset is 10px.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-from-font-computed.html:49:5) | Pass | assert_equals("4px", "4px", "Text decoration thickness is 4px.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-from-font-computed.html:50:5) |
|
Pass | getComputedStyle() for div specific highlight | Asserts runPass | assert_equals("20px", "20px", "Text underline offset is 20px.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-from-font-computed.html:55:5) | Pass | assert_equals("2px", "2px", "Text decoration thickness is 2px.")
at Test.<anonymous> ( /css/css-highlight-api/highlight-pseudo-from-font-computed.html:56:5) |
|