Commit 82dc6e21 authored by Mason Freed's avatar Mason Freed Committed by Commit Bot

Move ::content pseudo element tests to web components v0 folder

This is part of a multi-CL set that will move all "Web Components v0
only" tests into a separate folder. This will make landing the eventual
removal of WCv0 easier, because this entire folder can simply be skipped
rather than requiring file-by-file changes. There should not be any
tests in this folder that are needed for testing Web Components
VERSION 1 features.

While this CL does not change any behavior or testing now, care should
be taken in reviewing the list of tests, since when WCv0 is removed,
all of these tests will be deleted. So any tests being moved here that
are required for testing a non-WCv0 feature should *not* be included in
this move.

This set should only include tests of the (Shadow DOM v0 specific)
::content pseudo element.

Bug: 937746
Change-Id: Ib588ddab29730c8356764dc51f71ac97065142c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209565
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: default avatarRune Lillesveen <futhark@chromium.org>
Auto-Submit: Mason Freed <masonfreed@chromium.org>
Cr-Commit-Position: refs/heads/master@{#770494}
parent cabf3aff
......@@ -3837,7 +3837,6 @@ crbug.com/789139 http/tests/devtools/sources/debugger/live-edit-no-reveal.js [ F
# Ignore these - they are tests of the disabled features. Eventually remove these.
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/access-document-of-detached-stylesheetlist-crash.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-after-style.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-pseudo-element-dynamic-attribute-change.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-reprojection-dynamic.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/distribution-attribute-modified.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/distribution-className-modified.html [ Skip ]
......@@ -3857,7 +3856,6 @@ crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/shadowroot-k
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/transition-on-shadow-host-createshadowroot.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/gc-treescope.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/StyleSheet/css-insert-import-rule-to-shadow-stylesheets.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-pseudo-element-dynamic-class.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/gesture-tapHighlight-shadow-tree.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/import-rule-in-shadow-tree-needs-document-style-recalc.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/scrollbar.html [ Skip ]
......@@ -3865,16 +3863,6 @@ crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/shadow-conte
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/style-sharing-with-content-and-host.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/svg-style-in-shadow-tree.xhtml [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/text-node-in-shadow.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-pseudo-element-match-all.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-pseudo-element-match-descendant.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-pseudo-element-nested.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-pseudo-element-relative-selector.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-pseudo-element-reprojection.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-pseudo-element-specifiers-in-left-side.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-pseudo-element-support-selector.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-pseudo-element-used-in-selector-list.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-pseudo-element-with-any.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-pseudo-element.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-reprojection-complex.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-reprojection-fallback-reprojection.html [ Skip ]
crbug.com/937746 virtual/web-components-v0-disabled/fast/dom/shadow/content-reprojection-fallback.html [ Skip ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment