Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / flexbox / box-orient-button-expected.txt
blob6c19de140875f54093b21d8ae59b391cc6715c14
1 Check if box-orient is working in <button>. See https://bugs.webkit.org/show_bug.cgi?id=25406
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS gebi('default').clientHeight is referenceHorizontalHeight
7 PASS gebi('horizontal').clientHeight is referenceHorizontalHeight
8 PASS gebi('vertical').clientHeight is referenceVerticalHeight
9 PASS gebi('toHorizontal').clientHeight is referenceHorizontalHeight
10 PASS gebi('toVertical').clientHeight is referenceVerticalHeight
11 PASS successfullyParsed is true
13 TEST COMPLETE