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

Side by Side Diff: LayoutTests/fast/replaced/table-percent-width-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 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 | Annotate | Revision Log
OLDNEW
1 1
2 2
3 3
4 4
5 5
6 This test checks that a replaced element with percentage width (and no height sp ecified) within a table cell is squeezed to the dimensions of the table cell. 6 This test checks that a replaced element with percentage width (and no height sp ecified) within a table cell is squeezed to the dimensions of the table cell.
7 See bug #29447. 7 See bug #29447.
8 8
9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
10 10
11 11
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
12 PASS getWidth('img-1') is '105px' 15 PASS getWidth('img-1') is '105px'
13 PASS getHeight('img-1') is '105px' 16 PASS getHeight('img-1') is '105px'
14 PASS getWidth('img-2') is '98px' 17 PASS getWidth('img-2') is '98px'
15 PASS getHeight('img-2') is '98px' 18 PASS getHeight('img-2') is '98px'
16 PASS getWidth('img-3') is '40px' 19 PASS getWidth('img-3') is '40px'
17 PASS getHeight('img-3') is '40px' 20 PASS getHeight('img-3') is '40px'
18 FAIL getWidth('img-4') should be 36px. Was 98px. 21 FAIL getWidth('img-4') should be 36px. Was 98px.
19 FAIL getHeight('img-4') should be 36px. Was 98px. 22 FAIL getHeight('img-4') should be 36px. Was 98px.
20 PASS getWidth('img-5') is '40px' 23 PASS getWidth('img-5') is '40px'
21 FAIL getHeight('img-5') should be 36px. Was 98px. 24 FAIL getHeight('img-5') should be 36px. Was 98px.
22 PASS successfullyParsed is true 25 PASS successfullyParsed is true
23 26
24 TEST COMPLETE 27 TEST COMPLETE
25 PASS successfullyParsed is true
26
27 TEST COMPLETE
28 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698