Update web-platform-tests to revision b'1393983442315fc6a96bacda5202036ca10327e3'

This commit is contained in:
WPT Sync Bot 2023-03-03 03:14:26 +00:00
parent 37f26f5250
commit e8bd8b22fa
300 changed files with 3487 additions and 1857 deletions

View file

@ -25,7 +25,7 @@
<div id="inclusive-ancestor-across-root">
<div>
<template shadowroot="open">
<template shadowrootmode="open">
<style>
@container (width = 400px) {
#t1 { color: green; }
@ -38,7 +38,7 @@
<div id="inclusive-ancestor-skip-slotting">
<div>
<template shadowroot="open">
<template shadowrootmode="open">
<style>
div {
width: 200px;
@ -60,7 +60,7 @@
<div id="inclusive-ancestor-slotted">
<div>
<template shadowroot="open">
<template shadowrootmode="open">
<style>
slot {
display: block;
@ -79,7 +79,7 @@
<div id="inclusive-ancestor-host">
<div id="t4">
<template shadowroot="open">
<template shadowrootmode="open">
<style>
@container (width = 400px) {
:host(#t4) { color: green; }
@ -91,7 +91,7 @@
<div id="inclusive-ancestor-part">
<div>
<template shadowroot="open">
<template shadowrootmode="open">
<style>
div {
width: 200px;
@ -112,7 +112,7 @@
<div id="inclusive-ancestor-slotted-before">
<div>
<template shadowroot="open">
<template shadowrootmode="open">
<style>
slot {
display: block;
@ -140,7 +140,7 @@
<div id="inclusive-ancestor-host-before">
<div id="t7">
<template shadowroot="open">
<template shadowrootmode="open">
<style>
:host {
width: 200px;
@ -167,7 +167,7 @@
}
</style>
<div>
<template shadowroot="open">
<template shadowrootmode="open">
<style>
div {
width: 200px;
@ -188,7 +188,7 @@
}
</style>
<div>
<template shadowroot="open">
<template shadowrootmode="open">
<style>
div {
width: 200px;
@ -196,7 +196,7 @@
}
</style>
<div exportparts="inner-part">
<template shadowroot="open">
<template shadowrootmode="open">
<style>
div {
width: 200px;
@ -213,7 +213,7 @@
</div>
<div id="inclusive-ancestor-slot-fallback">
<div><template shadowroot="open">
<div><template shadowrootmode="open">
<style>
div {
width: 200px;
@ -231,7 +231,7 @@
<div id="no-container-for-part">
<div>
<template shadowroot="open">
<template shadowrootmode="open">
<style>
div {
width: 200px;
@ -253,7 +253,7 @@
<div id="inner-scope-host-part">
<div>
<template shadowroot="open">
<template shadowrootmode="open">
<style>
div {
width: 200px;

View file

@ -10,7 +10,7 @@
<div id="container-name-host">
<div>
<template shadowroot="open">
<template shadowrootmode="open">
<style>
:host { container-name: foo; }
</style>
@ -31,7 +31,7 @@
<div id="container-name-slotted">
<div>
<template shadowroot="open">
<template shadowrootmode="open">
<style>
::slotted(div) {
container-name: foo;

View file

@ -16,7 +16,7 @@
}
</style>
<div id="host_container" class="container">
<template shadowroot="open">
<template shadowrootmode="open">
<div class="container">
<slot></slot>
</div>
@ -25,7 +25,7 @@
</div>
<div id="non_host_container" class="container">
<div>
<template shadowroot="open">
<template shadowrootmode="open">
<div class="container">
<slot></slot>
</div>

View file

@ -25,7 +25,7 @@
</style>
<div id=outer>
<div>
<template shadowroot="open">
<template shadowrootmode="open">
<style>
#inner {
container-type: size;