Commit f238b361 authored by Eric Willigers's avatar Eric Willigers Committed by Commit Bot

CSS: Move :where test to WPT

https://drafts.csswg.org/selectors-4/#zero-matches

BUG=898215

Change-Id: I262b0ea290b340b634c6c4ffe98fa425bcff2b84
Reviewed-on: https://chromium-review.googlesource.com/c/1303356Reviewed-by: default avatarRune Lillesveen <futhark@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603506}
parent 4674bc45
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<!-- Move to external/wpt/css/selectors/invalidation once the selector name is resolved. -->
<title>CSS Selectors Invalidation: :where()</title> <title>CSS Selectors Invalidation: :where()</title>
<link rel="author" title="Victoria Su" href="mailto:victoriaytsu@google.com"> <link rel="author" title="Victoria Su" href="mailto:victoriaytsu@google.com">
<link rel="help" href="https://drafts.csswg.org/selectors-4/#zero-matches"> <link rel="help" href="https://drafts.csswg.org/selectors-4/#zero-matches">
<meta name="assert" content="This tests that the :where() selector is effective"> <meta name="assert" content="This tests that the :where() selector is effective">
<script src="../../../resources/testharness.js"></script> <script src="/resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script> <script src="/resources/testharnessreport.js"></script>
<style> <style>
* {
color: black;
}
.b { .b {
color: yellow; color: yellow;
} }
......
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