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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/flexbox/flexitem-expected.txt

Issue 1458553005: Add variant of check-layout.js that uses testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better error output, remove dead code Created 5 years, 1 month 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
1 CONSOLE WARNING: 'SVGElement.offsetWidth' is deprecated and will be removed in M 50, around April 2016. See https://www.chromestatus.com/features/572491246757478 4 for more details. 1 CONSOLE WARNING: 'SVGElement.offsetWidth' is deprecated and will be removed in M 50, around April 2016. See https://www.chromestatus.com/features/572491246757478 4 for more details.
2 button 2 button
3 3
4 object 4 object
5 5
6 PASS
7 6
8 PASS
9 7
10 PASS
11 PASS
12 button 8 button
13 PASS
14 PASS
15 FAIL:
16 Expected 600 for width, but got 0.
17 9
10
11
12 button
13
14 object
15
16
17
18
19 Some text
20 Some more text
21
22
23
24 This is a testharness.js-based test.
25 PASS .flexbox 1
26 PASS .flexbox 2
27 PASS .flexbox 3
28 PASS .flexbox 4
29 PASS .flexbox 5
30 PASS .flexbox 6
31 PASS .flexbox 7
32 PASS .flexbox 8
33 PASS .flexbox 9
34 PASS .flexbox 10
35 PASS .flexbox 11
36 FAIL .flexbox 12 assert_equals:
18 <div class="flexbox"> 37 <div class="flexbox">
19 <!-- FIXME: This table should flex. --> 38 <!-- FIXME: This table should flex. -->
20 <div data-expected-display="table" data-expected-width="600" style="display: i nline-table"></div> 39 <div data-expected-display="table" data-expected-width="600" style="display: i nline-table"></div>
21 </div> 40 </div>
41 width expected 600 but got 0
42 PASS .flexbox 13
43 PASS .flexbox 14
44 PASS .flexbox 15
45 PASS .flexbox 16
46 PASS .flexbox 17
47 PASS .flexbox 18
48 Harness: the test ran to completion.
22 49
23 PASS
24
25 PASS
26
27 PASS
28 button
29
30 object
31
32 PASS
33
34 PASS
35
36 PASS
37
38 PASS
39 Some text
40 Some more text
41 PASS
42
43 PASS
44
45 PASS
46
47 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698