Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug1055-2.html
blobab3697852a7daaab2a9d5e17ffd1cc70c6fde30d
1 <html>
2 <head>
3 <title>Cadres de tableaux</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <style type="text/css">
6 <!--
7 .t0 { border-width : 10pt ; border-color : yellow ; border-style : double }
8 .t1 { border-color : black ; border-style : double ; border-width : 5pt }
9 .t2 { border-color : red ; border-style : solid ; border-width : 5pt }
10 .t3 { border-color : lime ; border-style : groove ; border-width : 5pt }
11 .t4 { border-color : blue ; border-style : inset ; border-width : 5pt }
12 .t00 { border-width : 10pt ; border-color : yellow ; border-style : double ;
13 border-collapse : collapse }
14 -->
15 </style><link rel="stylesheet" href="../testsCSS2.css"></head>
17 <body BGCOLOR=#ffffff>
18 <h1 class="titre">Tests de conformit&eacute; CSS 2</h1>
19 <h3 class="sstire">Tableaux, test 13.8</h3>
20 <h6 class="sstire">&copy; &Eacute;ditions Eyrolles 1998</h6>
21 <table border="0" width="75%" align="right">
22 <tr align="center">
23 <td colspan="3">
24 <hr width="100%" noshade>
25 </td>
26 </tr>
27 <tr>
28 <td width="25%" align="left"><a href="tables7.htm">test pr&eacute;c&eacute;dent</a></td>
29 <td width="50%" align="center"><b>Cadres de tableaux</b></td>
30 <td align="right" width="25%"><a href="tables9.htm">test suivant</a></td>
31 </tr>
32 </table>
33 <p>&nbsp;</p>
34 <p>&nbsp;</p>
35 <p>Ce test v&eacute;rifie que les cadres s'appliquent bien aux tableaux.</p>
36 <pre>.firsttable { border-width : 10pt ; border-color : yellow ;
37 border-style : double }
38 .t1 { border-color : black ; border-style : double ;
39 border-width : 5pt }
40 .t2 { border-color : red ; border-style : solid ;
41 border-width : 5pt }
42 .t3 { border-color : lime ; border-style : groove ;
43 border-width : 5pt }
44 .t4 { border-color : blue ; border-style : inset ; border-width : 5pt }
45 .secondtable { border-width : 10pt ; border-color : yellow ;
46 border-style : double ;
47 border-collapse : collapse }</pre>
48 <table border="1" width="75%" align="center" class="t0">
49 <tr>
50 <td class="t1">1</td>
51 <td class="t2">2</td>
52 <td class="t3">3</td>
53 </tr>
54 <tr>
55 <td class="t4">4</td>
56 <td class="t1">5</td>
57 <td class="t2">6</td>
58 </tr>
59 <tr>
60 <td class="t3">7</td>
61 <td class="t4">8</td>
62 <td class="t1">9</td>
63 </tr>
64 </table>
65 <br>
66 <table border="1" width="75%" align="center" class="t00">
67 <tr>
68 <td class="t1">1</td>
69 <td class="t2">2</td>
70 <td class="t3">3</td>
71 </tr>
72 <tr>
73 <td class="t4">4</td>
74 <td class="t1">5</td>
75 <td class="t2">6</td>
76 </tr>
77 <tr>
78 <td class="t3">7</td>
79 <td class="t4">8</td>
80 <td class="t1">9</td>
81 </tr>
82 </table>
83 <p class="valeur">Si toutes les conditions exprim&eacute;es par les r&egrave;gles
84 CSS ci-dessus se retrouvent dans le formatage des tableaux ci-dessus, la valeur
85 de ce test est 2 et 0 sinon.</p>
86 <table border="0" width="75%" align="right">
87 <tr align="center">
88 <td colspan="3">
89 <hr width="100%" noshade>
90 </td>
91 </tr>
92 <tr>
93 <td width="25%" align="left">test pr&eacute;c&eacute;dent</td>
94 <td width="50%" align="center"><b>Cadres de tableaux</b></td>
95 <td width="25%" align="right"><a href="tables9.htm">test suivant</a></td>
96 </tr>
97 </table>
98 <p>&nbsp;</p>
99 <p>&nbsp;</p>
100 <p>&nbsp;</p>
101 <P>Auteur : Daniel Glazman.</P>
102 </body>
103 </html>