Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / getBoundingClientRect-expected.txt
blob5d721b4aa4e5832ebbb6a93b693276356b591e7e
1 This test checks getBoundingClientRect() on rectangles
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 Checking a rectangle of absolute size at absolute coordinates:
6 PASS r1.left is 20
7 PASS r1.top is 30
8 PASS r1.width is 40
9 PASS r1.height is 50
10 PASS r1.right is 60
11 PASS r1.bottom is 80
13 Checking a resized rectangle at relative coordinates:
14 PASS r2.left is 180
15 PASS r2.top is 15
16 PASS r2.width is 160
17 PASS r2.height is 25
18 PASS r2.right is 340
19 PASS r2.bottom is 40
21 Checking rectangles with overflow:
22 PASS r3.left is 300
23 PASS r3.top is 0
24 PASS r3.width is 210
25 PASS r3.height is 50
26 PASS r3.right is 510
27 PASS r3.bottom is 50
28 PASS r4.left is 300
29 PASS r4.top is 50
30 PASS r4.width is 210
31 PASS r4.height is 60
32 PASS r4.right is 510
33 PASS r4.bottom is 110
35 PASS successfullyParsed is true
37 TEST COMPLETE