X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=LayoutTests%2Ffast%2Freplaced%2Ftable-percent-height-text-controls-expected.txt;h=170df51e0181a1feb4ccdea73fb6f42084c5826c;hp=91d9222dbb0dded1bc463a20f8df7661e4a5566d;hb=617b39a1854c02bd00f54eda0ef4b2681033ca34;hpb=82413431670580d8e4bf98137680711a9f3dcd7c;ds=sidebyside diff --git a/LayoutTests/fast/replaced/table-percent-height-text-controls-expected.txt b/LayoutTests/fast/replaced/table-percent-height-text-controls-expected.txt index 91d9222dbb0d..170df51e0181 100644 --- a/LayoutTests/fast/replaced/table-percent-height-text-controls-expected.txt +++ b/LayoutTests/fast/replaced/table-percent-height-text-controls-expected.txt @@ -11,22 +11,18 @@ This test checks that text controls with percentage heights within table cells h On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS MAC input-password-75 width = 128px. Expects: MAC 128px, WIN 152px -PASS MAC/WIN input-password-75 height = 8px. Expects: MAC 8px, WIN 8px -PASS MAC input-password-100 width = 128px. Expects: MAC 128px, WIN 152px -PASS MAC/WIN input-password-100 height = 13px. Expects: MAC 13px, WIN 13px -PASS MAC input-text-75 width = 128px. Expects: MAC 128px, WIN 152px -PASS MAC/WIN input-text-75 height = 8px. Expects: MAC 8px, WIN 8px -PASS MAC input-text-100 width = 128px. Expects: MAC 128px, WIN 152px -PASS MAC/WIN input-text-100 height = 13px. Expects: MAC 13px, WIN 13px -PASS MAC isindex-75 width = 122px. Expects: MAC 122px, WIN 146px -PASS MAC/WIN isindex-75 height = 35px. Expects: MAC 35px, WIN 35px -PASS MAC isindex-100 width = 122px. Expects: MAC 122px, WIN 146px -PASS MAC/WIN isindex-100 height = 49px. Expects: MAC 49px, WIN 49px -PASS MAC textarea-75 width = 129px. Expects: MAC 129px, WIN 161px -PASS MAC/WIN textarea-75 height = 19px. Expects: MAC 19px, WIN 19px -PASS MAC textarea-100 width = 129px. Expects: MAC 129px, WIN 161px -PASS MAC/WIN textarea-100 height = 28px. Expects: MAC 28px, WIN 28px +PASS getWidth('input-password-75') is getWidth('input-password-100') +PASS getFullHeight('input-password-75') != '0px' is true +PASS getFullHeight('input-password-75') [14px] is 75% of getFullHeight('input-password-100') [19px]. +PASS getWidth('input-text-75') is getWidth('input-text-100') +PASS getFullHeight('input-text-75') != '0px' is true +PASS getFullHeight('input-text-75') [14px] is 75% of getFullHeight('input-text-100') [19px]. +PASS getWidth('isindex-75') is getWidth('isindex-100') +PASS getFullHeight('isindex-75') != '0px' is true +PASS getFullHeight('isindex-75') is getFullHeight('isindex-100') +PASS getWidth('textarea-75') is getWidth('textarea-100') +PASS getFullHeight('textarea-75') != '0px' is true +PASS getFullHeight('textarea-75') [24px] is 75% of getFullHeight('textarea-100') [32px]. PASS successfullyParsed is true TEST COMPLETE