Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-width-height-attributes-expected.txt
blobf30d3f04cb91ab919ea40346dc1437d7f6d4ba4f
1 width and height attributes of HTMLInputElement.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Test case #1 : Image, HTML inline setting as "160", "80"
7 PASS ('width' in image1) is true
8 PASS ('height' in image1) is true
9 PASS image1.width,image1.height is 160,80
10 Test case #2 : Image, Setting by JavaScript API as "260", "130"
11 PASS ('width' in image1) is true
12 PASS ('height' in image1) is true
13 PASS image2.width,image2.height is 260,130
14 Test case #3 : Image, Setting by JavaScript API as "120px", "60px"
15 PASS ('width' in image1) is true
16 PASS ('height' in image1) is true
17 PASS image3.width,image3.height is 0,0
18 Test case #4 : Image, Setting by JavaScript API as "120.99", "60.55"
19 PASS ('width' in image1) is true
20 PASS ('height' in image1) is true
21 PASS image4.width,image4.height is 120,60
22 Test case #5 : Text, Setting by JavaScript API as "100", "50"
23 PASS ('width' in text1) is true
24 PASS ('height' in text1) is true
25 PASS text1.width,text1.height is 0,0
26 PASS text1.width,text1.height is 100,50
27 PASS text1.width,text1.height is 60,40
28 Test case #6 : File, Setting by JavaScript API as "100", "50"
29 PASS ('width' in file1) is true
30 PASS ('height' in file1) is true
31 PASS file1.width,file1.height is 0,0
32 PASS file1.width,file1.height is 100,50
33 PASS file1.width,file1.height is 60,40
34 Test case #7 : Date, Setting by JavaScript API as "100", "50"
35 PASS ('width' in date1) is true
36 PASS ('height' in date1) is true
37 PASS date1.width,date1.height is 0,0
38 PASS date1.width,date1.height is 100,50
39 PASS date1.width,date1.height is 60,40
40 Test case #8 : Button, Setting by JavaScript API as "100", "50"
41 PASS ('width' in button1) is true
42 PASS ('height' in button1) is true
43 PASS button1.width,button1.height is 0,0
44 PASS button1.width,button1.height is 100,50
45 PASS button1.width,button1.height is 60,40
46 PASS successfullyParsed is true
48 TEST COMPLETE