Update web-platform-tests to revision 46aeb6c47e00b0cd3ebcab3735ec1aba7806ca79

This commit is contained in:
WPT Sync Bot 2020-01-16 08:22:41 +00:00
parent 7b6e60883f
commit 2ac52623c2
3570 changed files with 12529 additions and 11891 deletions

View file

@ -10,7 +10,7 @@
#test {
color: rgb(255, 0, 0);
}
span::-webkit-something-invalid, #test, ::-WeBkIt-sOmEtHiNg-NoNeXiSt123 {
span::-webkit-something-invalid, #test, ::-WeBkIt-sOmEtHiNg-NoNeXiSt123, ::-webkit-\ escaped {
color: rgb(0, 255, 0);
}
::-webkitfoo, #test {
@ -29,7 +29,8 @@ span::-webkit-something-invalid, #test, ::-WeBkIt-sOmEtHiNg-NoNeXiSt123 {
let sheet = document.getElementById("style").sheet;
assert_equals(sheet.cssRules[1].selectorText,
"span::-webkit-something-invalid, " +
"#test, ::-webkit-something-nonexist123");
"#test, ::-webkit-something-nonexist123, " +
"::-webkit-\\ escaped");
}, "webkit-prefixed pseudo-element selectors should be accessible from CSSOM");
test(() => {