OLD | NEW |
1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/x
link"> | 1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/x
link"> |
2 <head> | 2 <head> |
3 <style type="text/css"> | 3 <style type="text/css"> |
4 body { | 4 body { |
5 margin:0px; | 5 margin:0px; |
6 border:0px; | 6 border:0px; |
7 padding:0px; | 7 padding:0px; |
8 } | 8 } |
9 text { | 9 text { |
10 font: 12px Ahem; | 10 font: 12px Ahem; |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 msgDumpRenderTreeRequired(); | 184 msgDumpRenderTreeRequired(); |
185 shouldBeCloseTo('text3.top', 566, 1); | 185 shouldBeCloseTo('text3.top', 566, 1); |
186 shouldBeCloseTo('text3.width', 92, 1); | 186 shouldBeCloseTo('text3.width', 92, 1); |
187 shouldBeCloseTo('text3.height', 12, 1); | 187 shouldBeCloseTo('text3.height', 12, 1); |
188 shouldBeCloseTo('text3.right', 1192, 1); | 188 shouldBeCloseTo('text3.right', 1192, 1); |
189 shouldBeCloseTo('text3.bottom', 577, 1); | 189 shouldBeCloseTo('text3.bottom', 577, 1); |
190 debug(""); | 190 debug(""); |
191 | 191 |
192 | 192 |
193 </script> | 193 </script> |
194 <script src="../fast/js/resources/js-test-post.js"></script> | |
195 | 194 |
196 </body> | 195 </body> |
197 </html> | 196 </html> |
OLD | NEW |