You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This doesn't quite fix the issue in #38642 (comment), I think macos should still have the wrong behaviour for font-optical-sizing: none (but I have no way to verify that).
It looks like a bunch of other styles (e.g. font-variant-* styles also just map into setting an OpenType feature. Up to you, but it might be easier to combine them into one PR?
FAIL [expected PASS] subtest: success (fetch): main
assert_greater_than: https://web-platform.test:8000/preload/resources/dummy.xml?label=fetch should be loaded expected a number greater than 0 but got 0
PASS [expected FAIL] subtest: Navigate a window via form-submission with javascript:-urls in report-only mode.
PASS [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in enforcing mode.
TIMEOUT [expected PASS] subtest: Navigate a frame via form-submission with javascript:-urls w/ default policy in enforcing mode.
Test timed out
Stable unexpected results (5)
OK /css/css-fonts/discrete-no-interpolation.html
PASS [expected FAIL] subtest: CSS Transitions with transition-behavior:allow-discrete: property <font-optical-sizing> from [initial] to [none] at (-0.3) should be [initial]
PASS [expected FAIL] subtest: CSS Transitions with transition-behavior:allow-discrete: property <font-optical-sizing> from [initial] to [none] at (0) should be [initial]
PASS [expected FAIL] subtest: CSS Transitions with transition-behavior:allow-discrete: property <font-optical-sizing> from [initial] to [none] at (0.3) should be [initial]
PASS [expected FAIL] subtest: CSS Transitions with transition-behavior:allow-discrete: property <font-optical-sizing> from [initial] to [none] at (0.5) should be [none]
PASS [expected FAIL] subtest: CSS Transitions with transition-behavior:allow-discrete: property <font-optical-sizing> from [initial] to [none] at (0.6) should be [none]
PASS [expected FAIL] subtest: CSS Transitions with transition-behavior:allow-discrete: property <font-optical-sizing> from [initial] to [none] at (1) should be [none]
PASS [expected FAIL] subtest: CSS Transitions with transition-behavior:allow-discrete: property <font-optical-sizing> from [initial] to [none] at (1.5) should be [none]
PASS [expected FAIL] subtest: CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <font-optical-sizing> from [initial] to [none] at (-0.3) should be [initial]
PASS [expected FAIL] subtest: CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <font-optical-sizing> from [initial] to [none] at (0) should be [initial]
PASS [expected FAIL] subtest: CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <font-optical-sizing> from [initial] to [none] at (0.3) should be [initial]
And 25 more unexpected results...
OK /css/css-fonts/font-shorthand-serialization-prevention.html
FAIL [expected PASS] subtest: Setting font-optical-sizing to none should prevent the font shorthand from serializing in specified style
assert_equals: expected "" but got "16px serif"
FAIL [expected PASS] subtest: Setting font-optical-sizing to none should prevent the font shorthand from serializing in computed style
assert_equals: expected "" but got "16px serif"
OK /css/css-fonts/inheritance.html
PASS [expected FAIL] subtest: Property font-optical-sizing has initial value auto
It looks like a bunch of other styles (e.g. font-variant-* styles also just map into setting an OpenType feature. Up to you, but it might be easier to combine them into one PR?
I'm currently working towards #37236 which doesn't require the font-variant- properties, but renders incorrectly without font-optical-sizing.
OK /_webgl/conformance/textures/misc/texture-upload-size.html (#21770)
PASS [expected FAIL] subtest: WebGL test #45
PASS [expected FAIL] subtest: WebGL test #47
PASS [expected FAIL] subtest: WebGL test #49
PASS [expected FAIL] subtest: WebGL test #51
FAIL [expected PASS] subtest: WebGL test #53
assert_true: Texture was smaller than the expected size 2x2 expected true got false
FAIL [expected PASS] subtest: WebGL test #55
assert_true: getError expected: INVALID_VALUE. Was NO_ERROR : when calling texSubImage2D with the same texture upload with offset 1, 1 expected true got false
FAIL [expected PASS] subtest: WebGL test #57
assert_true: Texture was smaller than the expected size 2x2 expected true got false
FAIL [expected PASS] subtest: WebGL test #59
assert_true: getError expected: INVALID_VALUE. Was NO_ERROR : when calling texSubImage2D with the same texture upload with offset 1, 1 expected true got false
OK /html/browsers/browsing-the-web/navigating-across-documents/refresh/same-document-refresh.html (#34597)
FAIL [expected PASS] subtest: Same-Document Referrer from Refresh
assert_equals: original page loads expected "https://web-platform.test:8000/html/browsers/browsing-the-web/navigating-across-documents/refresh/resources/refresh-with-section.sub.html?url=%23section" but got "https://web-platform.test:8000/html/browsers/browsing-the-web/navigating-across-documents/refresh/resources/refresh-with-section.sub.html?url=%23section#section"
OK /html/browsers/history/the-history-interface/traverse_the_history_5.html (#21383)
PASS [expected FAIL] subtest: Multiple history traversals, last would be aborted
OK [expected TIMEOUT] /html/interaction/focus/the-autofocus-attribute/supported-elements.html (#24145)
FAIL [expected TIMEOUT] subtest: Element with tabindex should support autofocus
assert_equals: expected "SPAN" but got "BODY"
PASS [expected NOTRUN] subtest: Non-HTMLElement should not support autofocus
FAIL [expected NOTRUN] subtest: Host element with delegatesFocus should support autofocus
assert_equals: expected Element node <div autofocus=""></div> but got Element node <body><div autofocus=""></div></body>
FAIL [expected NOTRUN] subtest: Host element with delegatesFocus including no focusable descendants should be skipped
assert_equals: expected Element node <input autofocus=""></input> but got Element node <body><div autofocus=""></div><input autofocus=""></body>
FAIL [expected NOTRUN] subtest: Area element should support autofocus
promise_test: Unhandled rejection with value: object "TypeError: can't access property "appendChild", w.document.querySelector(...) is null"
OK /html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-1.html (#39694)
PASS [expected FAIL] subtest: Meta refresh is blocked by the allow-scripts sandbox flag at its creation time, not when refresh comes due
OK /html/semantics/forms/form-submission-0/jsurl-form-submit.tentative.html (#36489)
PASS [expected FAIL] subtest: Verifies that form submissions scheduled inside javascript: urls take precedence over the javascript: url's return value.
OK /html/semantics/forms/form-submission-0/multipart-formdata.window.html (#28725)
PASS [expected FAIL] subtest: multipart/form-data: 0x00 in name (normal form)
PASS [expected FAIL] subtest: multipart/form-data: 0x00 in value (normal form)
OK /html/semantics/forms/form-submission-0/text-plain.window.html (#28687)
FAIL [expected PASS] subtest: text/plain: Basic File test (normal form)
assert_equals: expected "basic=file-test.txt\r\n" but got ""
PASS [expected FAIL] subtest: text/plain: Basic File test (formdata event)
PASS [expected FAIL] subtest: text/plain: 0x00 in value (formdata event)
PASS [expected FAIL] subtest: text/plain: single quote in name (normal form)
OK /html/semantics/forms/form-submission-0/urlencoded2.window.html (#28687)
FAIL [expected PASS] subtest: application/x-www-form-urlencoded: Basic File test (normal form)
assert_equals: expected "basic=file-test.txt" but got ""
PASS [expected FAIL] subtest: application/x-www-form-urlencoded: Basic File test (formdata event)
PASS [expected FAIL] subtest: application/x-www-form-urlencoded: 0x00 in value (normal form)
PASS [expected FAIL] subtest: application/x-www-form-urlencoded: backslash in name (normal form)
PASS [expected FAIL] subtest: application/x-www-form-urlencoded: characters not in encoding in name and value (formdata event)
OK [expected CRASH] /html/semantics/forms/the-fieldset-element/disabled-003.html (#31730, #39631)
OK [expected ERROR] /html/user-activation/no-activation-thru-escape-key.html (#40343)
OK /html/webappapis/user-prompts/print-during-unload.html (#35944)
FAIL [expected PASS] subtest: print() during unload
assert_array_equals: expected property 1 to be "destination" but got "error: window.print is not a function" (expected array ["start", "destination"] got ["start", "error: window.print is not a function"])
FAIL [expected PASS] subtest: success (fetch): main
assert_greater_than: https://web-platform.test:8000/preload/resources/dummy.xml?label=fetch should be loaded expected a number greater than 0 but got 0
PASS [expected FAIL] subtest: CORS (fetch): main
OK /resource-timing/buffer-full-add-then-clear.html (#40819)
PASS [expected FAIL] subtest: Test that if the buffer is cleared after entries were added to the secondary buffer, those entries make it into the primary one
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This doesn't quite fix the issue in #38642 (comment), I think macos should still have the wrong behaviour for
font-optical-sizing: none(but I have no way to verify that).Manual testcase (fixed by this change)
Testing: We don't run wpt with
layout_variable_fontsenabled yet. (But I think we could after this change)Depends on servo/stylo#271
Part of #38800