зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1482541 [wpt PR 12417] - CSS Containment - Contain:style Scoping Test Updates, a=testonly
Automatic update from web-platform-testsMerge pull request #12417 from muhammedyusuf-sermet/contain-style-test-updates CSS Containment - Contain:style Scoping Test Updates -- wpt-commits: 6e61e94f0af7b3d54fb7ea76afa7683425fa2c96 wpt-pr: 12417
This commit is contained in:
Родитель
f03e3b0e01
Коммит
e99ace93e0
|
@ -519690,19 +519690,19 @@
|
|||
"reftest"
|
||||
],
|
||||
"css/css-contain/quote-scoping-001.html": [
|
||||
"b440fdcd8ddea96089f418ea0f7e3bc64ae3acf0",
|
||||
"8c38e45b1ace138cbb795c77fdece555967e043d",
|
||||
"reftest"
|
||||
],
|
||||
"css/css-contain/quote-scoping-002.html": [
|
||||
"d79ec2d7f3aeef3d17467c7d4a41879b15119dce",
|
||||
"9477afdfb1cf3073695a521c28cb9643a66bf00d",
|
||||
"reftest"
|
||||
],
|
||||
"css/css-contain/quote-scoping-003.html": [
|
||||
"ee0420ee1a42ed47ef65eed8378b0aa0b91cd44c",
|
||||
"2a909511c3451c98bcdd059d506279923e6ce709",
|
||||
"reftest"
|
||||
],
|
||||
"css/css-contain/quote-scoping-004.html": [
|
||||
"b31437003365b461dccbb554805c756c4b305f37",
|
||||
"d86382be08532323baad174808181e338adbc932",
|
||||
"reftest"
|
||||
],
|
||||
"css/css-contain/reference/contain-layout-breaks-002-ref.html": [
|
||||
|
|
|
@ -19,7 +19,7 @@ div::before, span::before {
|
|||
div::after {
|
||||
content: close-quote;
|
||||
}
|
||||
div {
|
||||
span {
|
||||
contain: style;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -19,10 +19,10 @@ div::before {
|
|||
div::after, span::after {
|
||||
content: close-quote;
|
||||
}
|
||||
div {
|
||||
span {
|
||||
contain: style;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if the text below is "A9Z" (not including the quotation marks).<p>
|
||||
<p>Test passes if the text below is "AZZ" (not including the quotation marks).<p>
|
||||
<div><span></span></div>
|
||||
|
|
|
@ -23,7 +23,7 @@ span::before {
|
|||
div::after {
|
||||
content: close-quote;
|
||||
}
|
||||
div {
|
||||
span {
|
||||
contain: style;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -23,7 +23,7 @@ span::after {
|
|||
div::after {
|
||||
content: close-quote;
|
||||
}
|
||||
div {
|
||||
span {
|
||||
contain: style;
|
||||
}
|
||||
</style>
|
||||
|
|
Загрузка…
Ссылка в новой задаче