1 | 1 | This is a testharness.js-based test.
|
---|
2 | | FAIL range.selectNode(container) has rects for container and each line. assert_equals: Size of rect 4 should match expected expected "324x18" but got "398x18"
|
---|
3 | | FAIL range.selectNodeContents(container) has rects for each line. assert_equals: Size of rect 3 should match expected expected "324x18" but got "398x18"
|
---|
| 2 | PASS range.selectNode(container) has rects for container and each line.
|
---|
| 3 | PASS range.selectNodeContents(container) has rects for each line.
|
---|
4 | 4 | PASS range.setStart/setEnd(node, offset) has rects for each line in range.
|
---|
5 | 5 | PASS range.selectNode(container) should not include rect of image.
|
---|
6 | 6 | PASS range.setStart/setEnd(node, offset) should include rect of image.
|
---|
7 | 7 | PASS range.selectNode(container) should not include green/blue boxes.
|
---|
8 | 8 | PASS range.selectNodeContents() should select green but not blue box.
|
---|
9 | | FAIL transform, range.selectNodeContents() has rects for each line. assert_equals: Size of rect 3 should match expected expected "222x260" but got "270x316"
|
---|
10 | | FAIL vertical, range.selectNodeContents() has rects for each line. assert_equals: Size of rect 3 should match expected expected "18x324" but got "18x398"
|
---|
| 9 | PASS transform, range.selectNodeContents() has rects for each line.
|
---|
| 10 | PASS vertical, range.selectNodeContents() has rects for each line.
|
---|
11 | 11 | Harness: the test ran to completion.
|
---|
12 | 12 |
|
---|