Use Shadow DOM v1 APIs for Shadow DOM v1 tests
Use Shadow DOM v1 APIs where possible for layout tests in //shadow-dom
directory, e.g. Event.path -> Event.deepPath(), createShadowRoot({mode: 'open'})
-> attachShadow({mode: 'open'}).
BUG=
592371
Committed:
https://crrev.com/b7e8e902064db5a974e0f2af8c10703b7ccf98b6
Cr-Commit-Position: refs/heads/master@{#380097}