mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision b'b6f6bf16fe6069aed53d28af86a79b8ff4963844'
This commit is contained in:
parent
0720f4f736
commit
8bfdc02dd8
590 changed files with 11442 additions and 3709 deletions
|
@ -0,0 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<title>@supports needs to be consistent with actual nesting support</title>
|
||||
<body>
|
||||
<p>Test passes if this text is not red</p>
|
||||
</body>
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<title>@supports needs to be consistent with actual nesting support</title>
|
||||
<link rel="author" title="Steinar H. Gunderson" href="mailto:sesse@chromium.org">
|
||||
<link rel="help" href="https://crbug.com/1414012">
|
||||
<link rel="match" href="supports-is-consistent-ref.html">
|
||||
<style>
|
||||
/* This test is expected to pass even if the browser does not support nesting. */
|
||||
@supports selector(&) {
|
||||
p {
|
||||
color: red;
|
||||
& { color: inherit; }
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if this text is not red</p>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue