Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-rounded-boxes-002-expected.txt
blobef594e6ca9bf7c26d796587db32568746739e7a0
1 PASS elementRect('a').top is 0
2 PASS elementRect('a').right is 200
3 PASS elementRect('b').top is 20
4 PASS Math.floor(elementRect('b').right) is 105
5 PASS elementRect('c').top is 40
6 PASS elementRect('c').right is 100
7 PASS elementRect('d').top is 60
8 PASS elementRect('d').right is 100
9 PASS elementRect('e').top is 80
10 PASS Math.floor(elementRect('e').right) is 105
11 PASS elementRect('f').top is 100
12 PASS elementRect('f').right is 200
13 PASS successfullyParsed is true
15 TEST COMPLETE