-
Notifications
You must be signed in to change notification settings - Fork 6k
Reland "[web] Update text editing test skips" #37655
Reland "[web] Update text editing test skips" #37655
Conversation
| // TODO(hterkelsen): https://github.com/flutter/flutter/issues/115327 | ||
| // TODO(hterkelsen): Firefox does not support forced-color-adjust even | ||
| // though it supports forced-colors. Safari doesn't support forced-colors | ||
| // so this isn't a problem there. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we still run the test and just alter expectations on different browsers? The prod code will run on all browsers, it just produces different results.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on Firefox and Safari we would be testing that 'forced-color-adjust' is not set even though we try to set it
| expect(input.style.caretColor, 'transparent'); | ||
| expect(input.style.outline, 'none'); | ||
| expect(input.style.border, 'none'); | ||
| expect(input.style.border.split(' '), contains('none')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the actual value? I can't tell why the split is necessary. Maybe leave a comment with an explanation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed the expectations
|
Gold has detected about 2 new digest(s) on patchset 2. |
|
@hterkelsen is this PR still valid? |
…131902) flutter/engine@0c1de9b...4c62dd8 2023-08-03 matanlurey@users.noreply.github.com [Impeller] Run clangd tidy, opting out in 2 cases. (flutter/engine#44351) 2023-08-03 1961493+harryterkelsen@users.noreply.github.com Reland "[web] Update text editing test skips" (flutter/engine#37655) 2023-08-03 jason-simmons@users.noreply.github.com [Impeller] Discard invalid command buffer handles after destroying a command pool (flutter/engine#44194) 2023-08-03 skia-flutter-autoroll@skia.org Roll Skia from bae32428c1c7 to 3b3c1a617544 (1 revision) (flutter/engine#44345) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Reland #37642
Just skip this test on Firefox since it adds random stuff to the style.