From e99ace93e06ca6ed6e431f52c0faeb16340b4fab Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 16 Aug 2018 09:42:08 +0000 Subject: [PATCH] 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 --- testing/web-platform/meta/MANIFEST.json | 8 ++++---- .../tests/css/css-contain/quote-scoping-001.html | 2 +- .../tests/css/css-contain/quote-scoping-002.html | 4 ++-- .../tests/css/css-contain/quote-scoping-003.html | 2 +- .../tests/css/css-contain/quote-scoping-004.html | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index f749674d395c..5e6f988bd2d6 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -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": [ diff --git a/testing/web-platform/tests/css/css-contain/quote-scoping-001.html b/testing/web-platform/tests/css/css-contain/quote-scoping-001.html index b440fdcd8dde..8c38e45b1ace 100644 --- a/testing/web-platform/tests/css/css-contain/quote-scoping-001.html +++ b/testing/web-platform/tests/css/css-contain/quote-scoping-001.html @@ -19,7 +19,7 @@ div::before, span::before { div::after { content: close-quote; } -div { +span { contain: style; } diff --git a/testing/web-platform/tests/css/css-contain/quote-scoping-002.html b/testing/web-platform/tests/css/css-contain/quote-scoping-002.html index d79ec2d7f3ae..9477afdfb1cf 100644 --- a/testing/web-platform/tests/css/css-contain/quote-scoping-002.html +++ b/testing/web-platform/tests/css/css-contain/quote-scoping-002.html @@ -19,10 +19,10 @@ div::before { div::after, span::after { content: close-quote; } -div { +span { contain: style; } -

Test passes if the text below is "A9Z" (not including the quotation marks).

+

Test passes if the text below is "AZZ" (not including the quotation marks).

diff --git a/testing/web-platform/tests/css/css-contain/quote-scoping-003.html b/testing/web-platform/tests/css/css-contain/quote-scoping-003.html index ee0420ee1a42..2a909511c345 100644 --- a/testing/web-platform/tests/css/css-contain/quote-scoping-003.html +++ b/testing/web-platform/tests/css/css-contain/quote-scoping-003.html @@ -23,7 +23,7 @@ span::before { div::after { content: close-quote; } -div { +span { contain: style; } diff --git a/testing/web-platform/tests/css/css-contain/quote-scoping-004.html b/testing/web-platform/tests/css/css-contain/quote-scoping-004.html index b31437003365..d86382be0853 100644 --- a/testing/web-platform/tests/css/css-contain/quote-scoping-004.html +++ b/testing/web-platform/tests/css/css-contain/quote-scoping-004.html @@ -23,7 +23,7 @@ span::after { div::after { content: close-quote; } -div { +span { contain: style; }