repl
repl copied to clipboard
inconsistent browser specific behavior
caused by https://github.com/vuejs/core/issues/6158
repro:
last chrome:
- open url
- open file Comp.vue
- remove attribute "scoped" from style tag. both "p" tag has yellow background
- add attribute "scoped" to style tag. only first "p" tag has yellow background
last firefox:
- open url
- open file Comp.vue
- remove attribute "scoped" from style tag. both "p" tag has yellow background
- add attribute "scoped" to style tag. both "p" tag has yellow background
expected: because there is a bug https://github.com/vuejs/core/issues/6158 firefox should have only first "p" tag with yellow background