Sync WPT with upstream (25-12-2023) (#30938)

* Update web-platform-tests to revision b'73caf716542762aab6646f0a02de208bc0ec4124'

* Update expectations

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync 2023-12-26 03:08:45 -05:00 committed by GitHub
parent d58fc0d674
commit cad3ca2512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
279 changed files with 10825 additions and 511 deletions

View file

@ -0,0 +1,2 @@
[background-attachment-fixed-block-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[background-attachment-fixed-inline-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[background-attachment-local-inline-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[opacity-animation-ending-correctly-002.html]
expected: TIMEOUT

View file

@ -0,0 +1,66 @@
[content-computed.html]
[Property content value 'open-quote / "alt text"']
expected: FAIL
[Property content value 'close-quote / "alt text"']
expected: FAIL
[Property content value 'no-open-quote / "alt text"']
expected: FAIL
[Property content value 'no-close-quote / "alt text"']
expected: FAIL
[Property content value 'counter(counter-name) / "alt text"']
expected: FAIL
[Property content value 'counter(counter-name, counter-style)']
expected: FAIL
[Property content value 'counter(counter-name, counter-style) / "alt text"']
expected: FAIL
[Property content value 'counter(counter-name, dECiMaL) / "alt text"']
expected: FAIL
[Property content value 'counter(counter-name, DECIMAL) / "alt text"']
expected: FAIL
[Property content value 'counters(counter-name, ".") / "alt text"']
expected: FAIL
[Property content value 'counters(counter-name, ".", counter-style)']
expected: FAIL
[Property content value 'counters(counter-name, ".", counter-style) / "alt text"']
expected: FAIL
[Property content value 'counters(counter-name, ".", dECiMaL) / "alt text"']
expected: FAIL
[Property content value 'counters(counter-name, ".", DECIMAL) / "alt text"']
expected: FAIL
[Property content value 'url("https://www.example.com/picture.svg") / "alt text"']
expected: FAIL
[Property content value '"hello" / "alt text"']
expected: FAIL
[Property content value 'counter(counter-name) "potato" / "alt text"']
expected: FAIL
[Property content value 'counters(counter-name, ".") "potato" / "alt text"']
expected: FAIL
[Property content value '"(" counters(counter-name, ".", counter-style) ")"']
expected: FAIL
[Property content value '"(" counters(counter-name, ".", counter-style) ")" / "alt text"']
expected: FAIL
[Property content value 'open-quote "hello" "world" close-quote / "alt text"']
expected: FAIL
[Property content value 'url("https://www.example.com/picture.svg") "hello" / "alt text"']
expected: FAIL

View file

@ -0,0 +1,216 @@
[content-valid.html]
[e.style['content'\] = "open-quote / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "open-quote / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "open-quote / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "close-quote / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "close-quote / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "close-quote / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "no-open-quote / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "no-open-quote / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "no-open-quote / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "no-close-quote / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "no-close-quote / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "no-close-quote / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "attr(alt) / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "attr(alt) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "attr(alt) / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "attr(data-foo) / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "attr(data-foo) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "attr(data-foo) / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name) / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name) / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name, counter-style)" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name, counter-style) / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name, counter-style) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name, counter-style) / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name, dECiMaL) / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name, dECiMaL) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name, dECiMaL) / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name, DECIMAL) / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name, DECIMAL) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name, DECIMAL) / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\") / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\") / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\") / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\", counter-style)" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\", counter-style) / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\", counter-style) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\", counter-style) / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\", dECiMaL) / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\", dECiMaL) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\", dECiMaL) / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\", DECIMAL) / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\", DECIMAL) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\", DECIMAL) / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "url(\\"https://www.example.com/picture.svg\\") / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "url(\\"https://www.example.com/picture.svg\\") / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "url(\\"https://www.example.com/picture.svg\\") / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "\\"hello\\" / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "\\"hello\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "\\"hello\\" / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "\\"hello\\" \\"world\\" / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "\\"hello\\" \\"world\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "\\"hello\\" \\"world\\" / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "\\"hello\\" attr(alt) \\"world\\" / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "\\"hello\\" attr(alt) \\"world\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "\\"hello\\" attr(alt) \\"world\\" / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name) \\"potato\\" / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name) \\"potato\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counter(counter-name) \\"potato\\" / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\") \\"potato\\" / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\") \\"potato\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "counters(counter-name, \\".\\") \\"potato\\" / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "\\"(\\" counters(counter-name, \\".\\", counter-style) \\")\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "\\"(\\" counters(counter-name, \\".\\", counter-style) \\")\\" / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "\\"(\\" counters(counter-name, \\".\\", counter-style) \\")\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "\\"(\\" counters(counter-name, \\".\\", counter-style) \\")\\" / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "open-quote \\"hello\\" \\"world\\" close-quote / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "open-quote \\"hello\\" \\"world\\" close-quote / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "open-quote \\"hello\\" \\"world\\" close-quote / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "url(\\"https://www.example.com/picture.svg\\") \\"hello\\" / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "url(\\"https://www.example.com/picture.svg\\") \\"hello\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "url(\\"https://www.example.com/picture.svg\\") \\"hello\\" / attr(foo)" should set the property value]
expected: FAIL

View file

@ -59,9 +59,6 @@
[Matching font-weight: '400' should prefer '400' over '450 460']
expected: FAIL
[Matching font-style: 'oblique 20deg' should prefer 'oblique 40deg 50deg' over 'oblique 10deg']
expected: FAIL
[Matching font-weight: '399' should prefer '500 501' over '502 510']
expected: FAIL
@ -104,9 +101,6 @@
[Matching font-stretch: '90%' should prefer '50% 80%' over '60% 70%']
expected: FAIL
[Matching font-style: 'italic' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg']
expected: FAIL
[Matching font-style: 'italic' should prefer 'oblique 5deg' over 'normal']
expected: FAIL
@ -143,9 +137,6 @@
[Matching font-style: 'oblique -21deg' should prefer 'oblique 0deg' over 'oblique 30deg 60deg']
expected: FAIL
[Matching font-style: 'oblique 21deg' should prefer 'oblique 20deg' over 'oblique 10deg']
expected: FAIL
[Matching font-style: 'oblique -20deg' should prefer 'oblique 0deg' over 'oblique 30deg 60deg']
expected: FAIL
@ -209,9 +200,6 @@
[Matching font-style: 'oblique 20deg' should prefer 'oblique 10deg' over 'italic']
expected: FAIL
[Matching font-style: 'oblique 20deg' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg']
expected: FAIL
[Matching font-style: 'oblique 21deg' should prefer 'italic' over 'oblique 0deg']
expected: FAIL
@ -236,9 +224,6 @@
[Matching font-style: 'oblique -10deg' should prefer 'oblique -10deg' over 'oblique -5deg']
expected: FAIL
[Matching font-style: 'oblique -10deg' should prefer 'oblique -5deg' over 'oblique -1deg 0deg']
expected: FAIL
[Matching font-style: 'oblique -10deg' should prefer 'oblique -20deg -15deg' over 'oblique -60deg -30deg']
expected: FAIL
@ -266,9 +251,6 @@
[Matching font-style: 'italic' should prefer 'normal' over 'oblique 0deg']
expected: FAIL
[Matching font-style: 'oblique 20deg' should prefer 'oblique 20deg' over 'oblique 30deg 60deg']
expected: FAIL
[Matching font-style: 'oblique 21deg' should prefer 'oblique 10deg' over 'italic']
expected: FAIL
@ -278,11 +260,44 @@
[Matching font-style: 'oblique 0deg' should prefer 'oblique 0deg' over 'oblique 5deg']
expected: FAIL
[Matching font-style: 'oblique 0deg' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg']
expected: FAIL
[Matching font-style: 'oblique -10deg' should prefer 'oblique -60deg -30deg' over 'oblique -50deg -40deg']
expected: FAIL
[Matching font-style: 'oblique -10deg' should prefer 'oblique 0deg 10deg' over 'oblique 40deg 50deg']
expected: FAIL
[Matching font-weight: '430' should prefer '400 425' over '350 399']
expected: FAIL
[Matching font-weight: '501' should prefer '501' over '502 510']
expected: FAIL
[Matching font-weight: '501' should prefer '503 520' over '500']
expected: FAIL
[Matching font-weight: '501' should prefer '500' over '450 460']
expected: FAIL
[Matching font-weight: '399' should prefer '400' over '450 460']
expected: FAIL
[Matching font-stretch: '100%' should prefer '100%' over '110% 120%']
expected: FAIL
[Matching font-stretch: '110%' should prefer '115% 116%' over '105%']
expected: FAIL
[Matching font-style: 'italic' should prefer 'italic' over 'oblique 20deg']
expected: FAIL
[Matching font-style: 'italic' should prefer 'oblique 20deg' over 'oblique 30deg 60deg']
expected: FAIL
[Matching font-style: 'oblique 10deg' should prefer 'oblique 0deg' over 'oblique -50deg -20deg']
expected: FAIL
[Matching font-style: 'oblique 0deg' should prefer 'oblique 5deg' over 'oblique 15deg 20deg']
expected: FAIL
[Matching font-style: 'oblique -21deg' should prefer 'oblique -21deg' over 'oblique -60deg -40deg']
expected: FAIL

View file

@ -34,3 +34,12 @@
[Property text-spacing value 'space-all no-autospace']
expected: FAIL
[Property text-spacing value 'trim-start']
expected: FAIL
[Property text-spacing value 'no-autospace normal']
expected: FAIL
[Property text-spacing value 'normal no-autospace']
expected: FAIL

View file

@ -22,3 +22,9 @@
[Property text-spacing-trim value 'space-first allow-end']
expected: FAIL
[Property text-spacing-trim value 'normal']
expected: FAIL
[Property text-spacing-trim value 'trim-start']
expected: FAIL

View file

@ -22,3 +22,9 @@
[e.style['text-spacing-trim'\] = "space-first allow-end" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "normal" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "trim-start" should set the property value]
expected: FAIL

View file

@ -34,3 +34,12 @@
[e.style['text-spacing'\] = "space-all no-autospace" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "trim-start" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "no-autospace normal" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "normal no-autospace" should set the property value]
expected: FAIL

View file

@ -0,0 +1,11 @@
[text-spacing-trim-space-first-wrap-br-001.html?class=halt,htb]
expected: FAIL
[text-spacing-trim-space-first-wrap-br-001.html?class=chws,htb]
expected: FAIL
[text-spacing-trim-space-first-wrap-br-001.html?class=halt,vrl]
expected: FAIL
[text-spacing-trim-space-first-wrap-br-001.html?class=chws,vrl]
expected: FAIL

View file

@ -52,3 +52,6 @@
[calc(progress(sign(1001em - 10lh * progress(100px from 2rex to 10ex)) * 20em from 2rem to 12em) * 4) should be used-value-equivalent to 8]
expected: FAIL
[calc(progress(sign(1001em - 10lh * progress(100px from 2rex to 10ex)) * 20em from 2rem to 12em) * 2) should be used-value-equivalent to 4]
expected: FAIL

View file

@ -1,6 +1,3 @@
[MediaQueryList-addListener-removeListener.html]
[listeners are called when <iframe> is resized]
expected: FAIL
[listeners are called correct number of times]
expected: FAIL

View file

@ -0,0 +1,3 @@
[offsetTop-offsetLeft-with-zoom.html]
[Verifies that offsetTop and offsetLeft find the right OffsetParent and return values excluding the target zoom]
expected: FAIL

View file

@ -13,3 +13,42 @@
[Unknown pseudo-element with a known string (ex: marker)]
expected: FAIL
[Pseudo-elements can use the full range of CSS syntax]
expected: FAIL
[Unknown pseudo-element with a known identifier: backdrop]
expected: PRECONDITION_FAILED
[Unknown pseudo-element with a known identifier: file-selector-button]
expected: PRECONDITION_FAILED
[Unknown pseudo-element with a known identifier: grammar-error]
expected: PRECONDITION_FAILED
[Unknown pseudo-element with a known identifier: highlight(name)]
expected: PRECONDITION_FAILED
[Unknown pseudo-element with a known identifier: marker]
expected: PRECONDITION_FAILED
[Unknown pseudo-element with a known identifier: placeholder]
expected: PRECONDITION_FAILED
[Unknown pseudo-element with a known identifier: spelling-error]
expected: PRECONDITION_FAILED
[Unknown pseudo-element with a known identifier: view-transition]
expected: PRECONDITION_FAILED
[Unknown pseudo-element with a known identifier: view-transition-image-pair(name)]
expected: PRECONDITION_FAILED
[Unknown pseudo-element with a known identifier: view-transition-group(name)]
expected: PRECONDITION_FAILED
[Unknown pseudo-element with a known identifier: view-transition-old(name)]
expected: PRECONDITION_FAILED
[Unknown pseudo-element with a known identifier: view-transition-new(name)]
expected: PRECONDITION_FAILED

View file

@ -55,3 +55,6 @@
[dynamic changes to type of input elements affect whether value is used for dir=auto]
expected: FAIL
[input element whose type attribute is in the hidden state]
expected: FAIL

View file

@ -0,0 +1,2 @@
[has-style-sharing-007.html]
expected: FAIL