Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Side by Side Diff: third_party/WebKit/LayoutTests/css3/flexbox/box-orient-button-expected.txt

Issue 2130543003: Convert some flexbox tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Check if box-orient is working in <button>. See https://bugs.webkit.org/show_bug .cgi?id=25406
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
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
12
13 TEST COMPLETE
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698