mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests to revision b'dcf353e2846063d4b9e62ec75545d0ea857ef765' (#30045)
This commit is contained in:
parent
8a5d5eaf13
commit
4061d13ba6
610 changed files with 10249 additions and 12779 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,2 +0,0 @@
|
|||
[system-color-hightlights-vs-getSelection-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[text-transform-computed.html]
|
||||
[Property text-transform value 'math-auto']
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[text-transform-valid.html]
|
||||
[e.style['text-transform'\] = "math-auto" should set the property value]
|
||||
expected: FAIL
|
|
@ -7,3 +7,6 @@
|
|||
|
||||
[transition:all with transition-animation-type:discrete should animate discrete properties.]
|
||||
expected: FAIL
|
||||
|
||||
[transition:all with transition-behavior:allow-discrete should animate discrete properties.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,78 @@
|
|||
[transition-behavior.html]
|
||||
[e.style['transition-behavior'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition-behavior value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition-behavior'\] = "allow-discrete" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition-behavior value 'allow-discrete']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "allow-discrete display" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'allow-discrete display']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "allow-discrete display 3s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'allow-discrete display 3s']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "allow-discrete display 3s 1s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'allow-discrete display 3s 1s']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "allow-discrete display 3s ease-in-out" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'allow-discrete display 3s ease-in-out']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "allow-discrete display 3s ease-in-out 1s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'allow-discrete display 3s ease-in-out 1s']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "display allow-discrete 3s ease-in-out 1s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "display 3s allow-discrete ease-in-out 1s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "display 3s ease-in-out allow-discrete 1s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "display 3s ease-in-out 1s allow-discrete" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'display allow-discrete 3s ease-in-out 1s']
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'display 3s allow-discrete ease-in-out 1s']
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'display 3s ease-in-out allow-discrete 1s']
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'display 3s ease-in-out 1s allow-discrete']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "allow-discrete display, normal opacity, color" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'allow-discrete display, normal opacity, color']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "normal opacity, color, allow-discrete display" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'normal opacity, color, allow-discrete display']
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[transition-shorthand.html]
|
||||
[e.style['transition'\] = "1s -3s cubic-bezier(0, -2, 1, 3) top" should set transition-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "1s -3s, cubic-bezier(0, -2, 1, 3) top" should set transition-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "cubic-bezier(0, -2, 1, 3) top, 1s -3s" should set transition-behavior]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[scroll-behavior-smooth-navigation.html]
|
||||
[Instant scrolling while doing history navigation.]
|
||||
expected: FAIL
|
||||
|
||||
[Smooth scrolling while doing history navigation.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scrollend-with-snap-on-fractional-offset.html]
|
||||
[snap to fractional offset fires scrollend exactly once.]
|
||||
expected: FAIL
|
|
@ -67,3 +67,15 @@
|
|||
|
||||
[Basic declarative DOM Parts (Clone)]
|
||||
expected: FAIL
|
||||
|
||||
[Corner case ChildNodePart construction and cloning (Document)]
|
||||
expected: FAIL
|
||||
|
||||
[Corner case ChildNodePart construction and cloning (DocumentFragment)]
|
||||
expected: FAIL
|
||||
|
||||
[Basic declarative DOM Parts (PartClone)]
|
||||
expected: FAIL
|
||||
|
||||
[Basic declarative DOM Parts (DeclarativeShadowDOM)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[basic.tentative.https.window.html]
|
||||
[fetchLater() cannot be called without request.]
|
||||
expected: FAIL
|
||||
|
||||
[fetchLater()'s return tells the deferred request is not yet sent.]
|
||||
expected: FAIL
|
|
@ -147,8 +147,5 @@
|
|||
[list-style-image sec-fetch-site - HTTPS downgrade-upgrade]
|
||||
expected: FAIL
|
||||
|
||||
[background-image sec-fetch-user - Not sent to non-trustworthy same-origin destination]
|
||||
[background-image sec-fetch-site - HTTPS downgrade (header not sent)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[border-image sec-fetch-user - Not sent to non-trustworthy same-origin destination]
|
||||
expected: FAIL
|
||||
|
|
|
@ -34,3 +34,50 @@
|
|||
|
||||
[public to local, grandparent navigates: success.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[iframe.tentative.https.window.html?include=grandparent]
|
||||
[public to local, grandparent navigates: failure.]
|
||||
expected: FAIL
|
||||
|
||||
[public to local, grandparent navigates: success.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[iframe.tentative.https.window.html?include=from-private]
|
||||
[private to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[private to local: success.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[iframe.tentative.https.window.html?include=from-public]
|
||||
[public to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[public to local: success.]
|
||||
expected: FAIL
|
||||
|
||||
[public to private: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[public to private: success.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[iframe.tentative.https.window.html?include=from-treat-as-public]
|
||||
[treat-as-public-address to local: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public-address to local: success.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public-address to private: failed preflight.]
|
||||
expected: FAIL
|
||||
|
||||
[treat-as-public-address to private: success.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[iframe.tentative.https.window.html?include=from-local]
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
[failure-check-sequence.https.html]
|
||||
expected: TIMEOUT
|
||||
[CSP check precedes COEP check - CSP header first]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[COEP check precedes X-Frame-Options check]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP check precedes COEP check - COEP header first]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP check precedes X-Frame-Options check]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[iframe-src-aboutblank-navigate-immediately.html]
|
||||
expected: TIMEOUT
|
||||
[Navigating to a different document with window.open]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -6,4 +7,4 @@
|
|||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with form submission]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -7,3 +7,6 @@
|
|||
|
||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
|
||||
expected: FAIL
|
||||
|
||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[navigation-unload-same-origin.window.html]
|
||||
[Same-origin navigation started from unload handler must be ignored]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[traverse_the_history_1.html]
|
||||
[Multiple history traversals from the same task]
|
||||
expected: FAIL
|
|
@ -1,4 +1,5 @@
|
|||
[cross-origin-objects.html]
|
||||
expected: TIMEOUT
|
||||
[Basic sanity-checking (cross-origin)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[2d.text.draw.align.center.html]
|
||||
[textAlign center is the center of the em squares (not the bounding box)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.text.draw.align.end.ltr.html]
|
||||
[textAlign end with ltr is the right edge]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.text.draw.align.end.rtl.html]
|
||||
[textAlign end with rtl is the left edge]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.text.draw.align.start.ltr.html]
|
||||
[textAlign start with ltr is the left edge]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.text.measure.advances.html]
|
||||
[Testing width advances]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.text.measure.baselines.html]
|
||||
[Testing baselines]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.text.measure.emHeights.html]
|
||||
[Testing emHeights]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.text.draw.baseline.middle.html]
|
||||
[textBaseline middle is the middle of the em square (not the bounding box)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.draw.space.collapse.other.html]
|
||||
[Space characters are converted to U+0020, and collapsed (per CSS)]
|
||||
expected: FAIL
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.align.center.html]
|
||||
[textAlign center is the center of the em squares (not the bounding box)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.align.end.ltr.html]
|
||||
[textAlign end with ltr is the right edge]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.align.end.rtl.html]
|
||||
[textAlign end with rtl is the left edge]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.align.left.html]
|
||||
[textAlign left is the left of the first em square (not the bounding box)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.align.right.html]
|
||||
[textAlign right is the right of the last em square (not the bounding box)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.align.start.ltr.html]
|
||||
[textAlign start with ltr is the left edge]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.align.start.rtl.html]
|
||||
[textAlign start with rtl is the right edge]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.baseline.alphabetic.html]
|
||||
[Canvas test: 2d.text.draw.baseline.alphabetic]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.baseline.bottom.html]
|
||||
[textBaseline bottom is the bottom of the em square (not the bounding box)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.baseline.hanging.html]
|
||||
[Canvas test: 2d.text.draw.baseline.hanging]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.baseline.ideographic.html]
|
||||
[Canvas test: 2d.text.draw.baseline.ideographic]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.baseline.middle.html]
|
||||
[textBaseline middle is the middle of the em square (not the bounding box)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.baseline.top.html]
|
||||
[textBaseline top is the top of the em square (not the bounding box)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.fill.maxWidth.bound.html]
|
||||
[fillText handles maxWidth based on line size, not bounding box size]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.draw.fill.maxWidth.fontface.html]
|
||||
[fillText works on @font-face fonts]
|
||||
expected: FAIL
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.space.basic.html]
|
||||
[U+0020 is rendered the correct size (1em wide)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
[2d.text.draw.space.collapse.end.html]
|
||||
[Space characters at the end of a line are collapsed (per CSS)]
|
||||
expected: FAIL
|
||||
|
||||
[Space characters at the end of a line are NOT collapsed]
|
||||
expected: FAIL
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.space.collapse.nonspace.html]
|
||||
[Non-space characters are not converted to U+0020 and collapsed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.draw.space.collapse.other.html]
|
||||
[Space characters are converted to U+0020, and are NOT collapsed]
|
||||
expected: FAIL
|
|
@ -1,6 +1,3 @@
|
|||
[2d.text.draw.space.collapse.space.html]
|
||||
[Space characters are converted to U+0020, and collapsed (per CSS)]
|
||||
expected: FAIL
|
||||
|
||||
[Space characters are converted to U+0020, and are NOT collapsed]
|
||||
expected: FAIL
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.draw.stroke.unaffected.html]
|
||||
[strokeText does not start a new path or subpath]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.drawing.style.fontKerning.html]
|
||||
[Testing basic functionalities of fontKerning for canvas]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.drawing.style.fontKerning.with.uppercase.html]
|
||||
[Testing basic functionalities of fontKerning for canvas]
|
||||
expected: FAIL
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
[2d.text.drawing.style.fontVariant.settings.html]
|
||||
[Testing basic functionalities of fontKerning for canvas]
|
||||
expected: FAIL
|
||||
|
||||
[Testing basic functionalities of fontVariant for canvas]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.text.drawing.style.letterSpacing.measure.html]
|
||||
[Testing letter spacing and word spacing]
|
||||
[Testing letter spacing with different length units]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.text.measure.boundingBox.direction.html]
|
||||
[2d.text.drawing.style.measure.direction.html]
|
||||
[Measurement should follow text direction]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.text.measure.rtl.text.html]
|
||||
[2d.text.drawing.style.measure.rtl.text.html]
|
||||
[Measurement should follow canvas direction instead text direction]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.text.measure.boundingBox.textAlign.html]
|
||||
[2d.text.drawing.style.measure.textAlign.html]
|
||||
[Measurement should be related to textAlignment]
|
||||
expected: FAIL
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.drawing.style.textRendering.settings.html]
|
||||
[Testing basic functionalities of textRendering in Canvas]
|
||||
expected: FAIL
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
[2d.text.drawing.style.wordSpacing.measure.html]
|
||||
[Testing if word spacing is working properly]
|
||||
[Testing word spacing with different length units]
|
||||
expected: FAIL
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.font.parse.invalid.html]
|
||||
[Canvas test: 2d.text.font.parse.invalid]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.measure.actualBoundingBox.html]
|
||||
[Testing actualBoundingBox]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.measure.advances.html]
|
||||
[Testing width advances]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.measure.baselines.html]
|
||||
[Testing baselines]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.measure.emHeights.html]
|
||||
[Testing emHeights]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.measure.fontBoundingBox.ahem.html]
|
||||
[Testing fontBoundingBox for font ahem]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.measure.fontBoundingBox.html]
|
||||
[Testing fontBoundingBox]
|
||||
[Testing fontBoundingBox measurements]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.measure.width.basic.html]
|
||||
[The width of character is same as font used]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[2d.text.measure.width.empty.html]
|
||||
[The empty string has zero width]
|
||||
expected: FAIL
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
[2d.text.measure.width.space.html]
|
||||
[Space characters are converted to U+0020 and collapsed (per CSS)]
|
||||
expected: FAIL
|
||||
|
||||
[Space characters are converted to U+0020 and NOT collapsed]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.drawing.style.letterSpacing.measure.absolute.html]
|
||||
[Testing letter spacing with absolute length]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.drawing.style.letterSpacing.measure.absolute.worker.html]
|
||||
[Testing letter spacing with absolute length]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.text.drawing.style.letterSpacing.measure.html]
|
||||
[Testing letter spacing and word spacing]
|
||||
[Testing letter spacing with different length units]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.drawing.style.letterSpacing.measure.relative.html]
|
||||
[Testing letter spacing with font-relative length]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.drawing.style.letterSpacing.measure.relative.worker.html]
|
||||
[Testing letter spacing with font-relative length]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.drawing.style.letterSpacing.measure.worker.html]
|
||||
[Testing letter spacing with different length units]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.drawing.style.wordSpacing.measure.absolute.html]
|
||||
[Testing if word spacing is working properly with absolute length]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.drawing.style.wordSpacing.measure.absolute.worker.html]
|
||||
[Testing if word spacing is working properly with absolute length]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.text.drawing.style.wordSpacing.measure.html]
|
||||
[Testing if word spacing is working properly]
|
||||
[Testing word spacing with different length units]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.drawing.style.wordSpacing.measure.relative.html]
|
||||
[Testing if word spacing is working properly with font-relative length]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.drawing.style.wordSpacing.measure.relative.worker.html]
|
||||
[Testing if word spacing is working properly with font-relative length]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.drawing.style.wordSpacing.measure.worker.html]
|
||||
[Testing word spacing with different length units]
|
||||
expected: FAIL
|
|
@ -2,3 +2,5 @@
|
|||
[Testing actualBoundingBox for OffscreenCanvas]
|
||||
expected: FAIL
|
||||
|
||||
[Testing actualBoundingBox]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
[Testing actualBoundingBox for OffscreenCanvas]
|
||||
expected: FAIL
|
||||
|
||||
[Testing actualBoundingBox]
|
||||
expected: FAIL
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue