<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Test zen-direction-flip()
 */
#test-zen-direction-flip {
  /* Test zen-direction-flip(left) */
  float: right;
  /* Test zen-direction-flip(right) */
  float: left;
  /* Test zen-direction-flip(both) */
  float: both;
  /* Test zen-direction-flip(none) */
  float: none;
  /* Test zen-direction-flip(invalid) */
  float: both;
}
</pre></body></html>