| OLD | NEW |
| 1 CONSOLE WARNING: 'Element.offsetLeft' is deprecated and will be removed in M47,
around Novemver 2015. The offset* attributes are only standardized and widely su
pported for HTML elements |
| 2 CONSOLE WARNING: 'Element.offsetWidth' is deprecated and will be removed in M47,
around Novemver 2015. The offset* attributes are only standardized and widely s
upported for HTML elements |
| 3 CONSOLE WARNING: 'Element.offsetTop' is deprecated and will be removed in M47, a
round Novemver 2015. The offset* attributes are only standardized and widely sup
ported for HTML elements |
| 4 CONSOLE WARNING: 'Element.offsetHeight' is deprecated and will be removed in M47
, around Novemver 2015. The offset* attributes are only standardized and widely
supported for HTML elements |
| 1 | 5 |
| 2 | 6 |
| 3 Composed Shadow Tree will be: | 7 Composed Shadow Tree will be: |
| 4 DIV id=sandbox | 8 DIV id=sandbox |
| 5 DIV id=top | 9 DIV id=top |
| 6 DIV id=shadow-host | 10 DIV id=shadow-host |
| 7 svg id=svg-in-shadow-tree class=[object SVGAnimated
String] | 11 svg id=svg-in-shadow-tree class=[object SVGAnimated
String] |
| 8 | 12 |
| 9 | 13 |
| 10 Moving mouse from shadow-host/svg-in-shadow-tree to top | 14 Moving mouse from shadow-host/svg-in-shadow-tree to top |
| 11 | 15 |
| 12 mouseout | 16 mouseout |
| 13 @svg-in-shadow-tree (target: svg-in-shadow-tree) (related: top) | 17 @svg-in-shadow-tree (target: svg-in-shadow-tree) (related: top) |
| 14 @shadow-root (target: svg-in-shadow-tree) (related: top) | 18 @shadow-root (target: svg-in-shadow-tree) (related: top) |
| 15 @top (target: shadow-host) (related: top) | 19 @top (target: shadow-host) (related: top) |
| 16 | 20 |
| 17 mouseover | 21 mouseover |
| 18 @top (target: top) (related: shadow-host) | 22 @top (target: top) (related: shadow-host) |
| 19 PASS successfullyParsed is true | 23 PASS successfullyParsed is true |
| 20 | 24 |
| 21 TEST COMPLETE | 25 TEST COMPLETE |
| 22 | 26 |
| OLD | NEW |