Top: Chromium, bottom: Firefox

body {
  background: repeating-linear-gradient(
    -45deg,
    black,
    black calc(sqrt(2) * 10px),
    white calc(sqrt(2) * 10px),
    white calc(sqrt(2) * 20px)
  );
  height: 100vh;
}