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

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

Issue 1729073002: Update SVG tests ahead of offset* removal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update flexitem.html and grid-item-display.html too Created 4 years, 10 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
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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
3 PASS .flexbox 1 2 PASS .flexbox 1
4 PASS .flexbox 2 3 PASS .flexbox 2
5 PASS .flexbox 3 4 PASS .flexbox 3
6 PASS .flexbox 4 5 PASS .flexbox 4
7 PASS .flexbox 5 6 PASS .flexbox 5
8 PASS .flexbox 6 7 PASS .flexbox 6
9 PASS .flexbox 7 8 PASS .flexbox 7
10 PASS .flexbox 8 9 PASS .flexbox 8
11 PASS .flexbox 9 10 PASS .flexbox 9
12 PASS .flexbox 10 11 PASS .flexbox 10
13 PASS .flexbox 11 12 PASS .flexbox 11
14 FAIL .flexbox 12 assert_equals: 13 FAIL .flexbox 12 assert_equals:
15 <div class="flexbox"> 14 <div class="flexbox">
16 <!-- FIXME: This table should flex. --> 15 <!-- FIXME: This table should flex. -->
17 <div data-expected-display="table" data-expected-width="600" style="display: i nline-table"></div> 16 <div data-expected-display="table" data-expected-width="600" style="display: i nline-table"></div>
18 </div> 17 </div>
19 width expected 600 but got 0 18 width expected 600 but got 0
20 PASS .flexbox 13 19 PASS .flexbox 13
21 PASS .flexbox 14 20 PASS .flexbox 14
22 PASS .flexbox 15 21 PASS .flexbox 15
23 PASS .flexbox 16 22 PASS .flexbox 16
24 PASS .flexbox 17 23 PASS .flexbox 17
25 PASS .flexbox 18 24 PASS .flexbox 18
26 Harness: the test ran to completion. 25 Harness: the test ran to completion.
27 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698