Back to Chromium

Box Orient Button

third_party/blink/web_tests/css3/flexbox/box-orient-button.html

149.0.7827.2337 B
Original Source

Check if box-orient is working in <button>. See https://bugs.webkit.org/show\_bug.cgi?id=25406

reference of horizontal button:
helloworld

reference of vertical button:
hello
world

default:
helloworld

horizontal:
helloworld

vertical:
helloworld

default => vertical:
helloworld

vertical => horizontal:
helloworld