[resultui] fix build page not rendering correctly on Safari

1. Fix test results search bar not sticking to the top properly.
2. Fix "collapse all" button text wraps to the 2nd line.
3. Fix test results filter box too tall on Safari.
4. Update a screenshot in integration tests.

R=gavinmak@google.com, mwarton, nodir

Change-Id: Icfee1b11c75716b6b48be3f3768999f57178e00e
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2971986
Auto-Submit: Weiwei Lin <weiweilin@google.com>
Reviewed-by: Matthew Warton <mwarton@google.com>
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Matthew Warton <mwarton@google.com>
7 files changed
tree: 6b16a9c66736ccba025fcc59dc1be19dc27d098a
  1. appengine/
  2. auth/
  3. buildbucket/
  4. casviewer/
  5. cipd/
  6. client/
  7. cmdrunner/
  8. common/
  9. config/
  10. cq/
  11. cv/
  12. dm/
  13. examples/
  14. gae/
  15. gce/
  16. grpc/
  17. hacks/
  18. hardcoded/
  19. led/
  20. logdog/
  21. luci_notify/
  22. lucicfg/
  23. lucictx/
  24. luciexe/
  25. machine-db/
  26. milo/
  27. mmutex/
  28. mp/
  29. resultdb/
  30. scheduler/
  31. server/
  32. starlark/
  33. swarming/
  34. tokenserver/
  35. tools/
  36. tumble/
  37. vpython/
  38. web/
  39. .gitallowed
  40. .gitattributes
  41. .gitignore
  42. .golangci.yml
  43. AUTHORS
  44. codereview.settings
  45. CONTRIBUTING.md
  46. CONTRIBUTORS
  47. LICENSE
  48. OWNERS
  49. PRESUBMIT.py
  50. README.md
  51. WATCHLISTS
README.md

luci-go: LUCI services and tools in Go

GoDoc

Installing

LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:

fetch infra
cd infra/go
eval `./env.py`
cd src/go.chromium.org/luci

Contributing

Contributing uses the same flow as Chromium contributions.