Remove stale Blink expectations

Autogenerated CL from running:

//third_party/blink/tools/remove_stale_expectations.py --project chrome-unexpected-pass-data --no-include-internal-builders --remove-stale-expectations --large-query-mode --num-samples 200 --jobs 2

Affected bugs for CL description:

R=rubber-stamper@appspot.gserviceaccount.com

Bug: 1010483, 1024156, 1035582, 1035708, 1043675
Bug: 1045599, 1047358, 1048149, 1048761, 1051044
Bug: 1068610, 1074482, 1078927, 1090628, 1092462
Bug: 1095540, 1108786, 1147859, 1163436, 1170337
Bug: 1179552, 1179565, 1191215, 1194557, 1195814
Bug: 1201406, 1204176, 1205184, 1205673, 1218715
Bug: 1219915, 1222097, 1225630, 1232504, 1243128
Bug: 1249176, 1250457, 1250534, 1266821, 1279648
Bug: 1281208, 1287036, 1295264, 1295317, 1299585
Bug: 1301971, 1302831, 1312164, 1315717, 1317067
Bug: 1321217, 1339051, 1339293, 1341227, 1349215
Bug: 1351556, 1353771, 1356118, 1357443, 1370307
Bug: 248894, 377847, 479533, 567837, 585766
Bug: 591099, 591500, 613672, 626703, 660611
Bug: 702927, 706350, 722825, 729136, 730267
Bug: 757165, 829028, 841567, 852645, 856601
Bug: 864567, 866850, 874162, 881555, 882975
Bug: 944583, 958381, 979422, 994034
Change-Id: Ia7bce1c861986a8935bb68e315ce2d4287773ce3
Fixed: 1001817, 1007228, 1066122, 1067031, 1067477
Fixed: 1087471, 1092135, 1105958, 1120330, 1141909
Fixed: 1155036, 1162205, 1167222, 1170041, 1196201
Fixed: 1203491, 1203963, 1205659, 1209233, 1215575
Fixed: 1226219, 1242416, 1243568, 1247850, 1251788
Fixed: 1266221, 1269536, 1272436, 1275944, 1276208
Fixed: 1284269, 1290670, 1290976, 1292844, 1295905
Fixed: 1302664, 1309533, 1309664, 1310202, 1319399
Fixed: 1323571, 1326491, 1330586, 1337125, 1339538
Fixed: 1339541, 1340421, 1341929, 1347321, 1348475
Fixed: 1349326, 1349910, 1350336, 1351106, 1351422
Fixed: 1351811, 1356256, 1356561, 1357621, 1364304
Fixed: 1366886, 1367103, 1371949, 1376822, 438499
Fixed: 576815, 624430, 694525, 713587, 736052
Fixed: 759665, 766135, 813547, 816956, 831509
Fixed: 831942, 869662, 906791, 918905, 919272
Fixed: 919789, 936827, 939561, 961059, 988246
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4024554
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: chromium-automated-expectation@chops-service-accounts.iam.gserviceaccount.com <chromium-automated-expectation@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1070678}
9 files changed
tree: 6495b28739614a9c800cc13bb8dff55cafaa22c4
  1. android_webview/
  2. apps/
  3. ash/
  4. base/
  5. build/
  6. build_overrides/
  7. buildtools/
  8. cc/
  9. chrome/
  10. chromecast/
  11. chromeos/
  12. codelabs/
  13. components/
  14. content/
  15. courgette/
  16. crypto/
  17. dbus/
  18. device/
  19. docs/
  20. extensions/
  21. fuchsia_web/
  22. gin/
  23. google_apis/
  24. google_update/
  25. gpu/
  26. headless/
  27. infra/
  28. ios/
  29. ipc/
  30. media/
  31. mojo/
  32. native_client_sdk/
  33. net/
  34. pdf/
  35. ppapi/
  36. printing/
  37. remoting/
  38. rlz/
  39. sandbox/
  40. services/
  41. skia/
  42. sql/
  43. storage/
  44. styleguide/
  45. testing/
  46. third_party/
  47. tools/
  48. ui/
  49. url/
  50. weblayer/
  51. .clang-format
  52. .clang-tidy
  53. .eslintrc.js
  54. .git-blame-ignore-revs
  55. .gitattributes
  56. .gitignore
  57. .gn
  58. .mailmap
  59. .rustfmt.toml
  60. .vpython3
  61. .yapfignore
  62. AUTHORS
  63. BUILD.gn
  64. CODE_OF_CONDUCT.md
  65. codereview.settings
  66. DEPS
  67. DIR_METADATA
  68. ENG_REVIEW_OWNERS
  69. LICENSE
  70. LICENSE.chromium_os
  71. OWNERS
  72. PRESUBMIT.py
  73. PRESUBMIT_test.py
  74. PRESUBMIT_test_mocks.py
  75. README.md
  76. WATCHLISTS
README.md

Logo Chromium

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

The project's web site is https://www.chromium.org.

To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.

Documentation in the source is rooted in docs/README.md.

Learn how to Get Around the Chromium Source Code Directory Structure .

For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.

If you found a bug, please file it at https://crbug.com/new.