Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / frameset-frameborder-boolean-values-expected.txt
blobf0890c3acbbfb2ab46c9b990294dee581c6a6898
1 Check frameset frameborder attribute allows 1,yes for true and 0,no for false
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 frameborder=1 is true
7 PASS frames[0].offsetWidth is 145
8 PASS frames[1].offsetWidth is 145
11 frameborder=yes is true
12 PASS frames[0].offsetWidth is 145
13 PASS frames[1].offsetWidth is 145
16 frameborder=0 is false
17 PASS frames[0].offsetWidth is 150
18 PASS frames[1].offsetWidth is 150
21 frameborder=no is false
22 PASS frames[0].offsetWidth is 150
23 PASS frames[1].offsetWidth is 150
26 Invalid values like frameborder=false are ignored
27 PASS frames[0].offsetWidth is 147
28 PASS frames[1].offsetWidth is 147
31 Invalid values like frameborder=2 are ignored
32 PASS frames[0].offsetWidth is 147
33 PASS frames[1].offsetWidth is 147
36 PASS successfullyParsed is true
38 TEST COMPLETE
39