Bug 188507
| Summary: | [WPE] fast/dom/Window/webkitConvertPoint.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | Keywords: | LayoutTestFailure |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Zan Dobersek
The fast/dom/Window/webkitConvertPoint.html layout test is failing on the WPE port:
--- /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/dom/Window/webkitConvertPoint-expected.txt
+++ /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/dom/Window/webkitConvertPoint-actual.txt
@@ -27,8 +27,7 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Test parameter passing - should not crash
-PASS Missing parameter test
-Test did not crash and therefore was successful
+PASS webkitConvertPointFromNodeToPage(new WebKitPoint(0, 0)) threw exception TypeError: Argument 1 ('node') to Window.webkitConvertPointFromNodeToPage must be an instance of Node.
PASS null parameter test a
Test did not crash and therefore was successful
@@ -38,156 +37,156 @@
Test 1
PASS x is 8
-PASS y is 12
+PASS y is 13
Round Trip of (0,0)
PASS x is 0
PASS y is 0
PASS x is 13
-PASS y is 52
+PASS y is 53
Round Trip of (5,40)
PASS x is 5
PASS y is 40
Test 2
PASS x is 8
-PASS y is 50
+PASS y is 51
Round Trip of (0,0)
PASS x is 0
PASS y is 0
PASS x is 13
-PASS y is 90
+PASS y is 91
Round Trip of (5,40)
PASS x is 5
PASS y is 40
Test 3
PASS x is 8
-PASS y is 84
+PASS y is 85
Round Trip of (0,0)
PASS x is 0
PASS y is 0
PASS x is 13
-PASS y is 124
+PASS y is 125
Round Trip of (5,40)
PASS x is 5
PASS y is 40
Test 4
PASS x is 8
-PASS y is 118
+PASS y is 119
Round Trip of (0,0)
PASS x is 0
PASS y is 0
PASS x is 13
-PASS y is 158
+PASS y is 159
Round Trip of (5,40)
PASS x is 5
PASS y is 40
Test 5
PASS x is 28
-PASS y is 152
+PASS y is 153
Round Trip of (0,0)
PASS x is 0
PASS y is 0
PASS x is 33
-PASS y is 192
+PASS y is 193
Round Trip of (5,40)
PASS x is 5
PASS y is 40
Test 6
PASS x is 28
-PASS y is 186
+PASS y is 187
Round Trip of (0,0)
PASS x is 0
PASS y is 0
PASS x is 33
-PASS y is 226
+PASS y is 227
Round Trip of (5,40)
PASS x is 5
PASS y is 40
Test 7
PASS x is 8
-PASS y is 238
+PASS y is 239
Round Trip of (0,0)
PASS x is 0
PASS y is 0
PASS x is 13
-PASS y is 278
+PASS y is 279
Round Trip of (5,40)
PASS x is 5
PASS y is 40
Test 8
PASS x is 8
-PASS y is 272
+PASS y is 273
Round Trip of (0,0)
PASS x is 0
PASS y is 0
PASS x is 13
-PASS y is 312
+PASS y is 313
Round Trip of (5,40)
PASS x is 5
PASS y is 40
Test 9
PASS x is 28
-PASS y is 290
+PASS y is 291
Round Trip of (0,0)
PASS x is 0
PASS y is 0
PASS x is 33
-PASS y is 330
+PASS y is 331
Round Trip of (5,40)
PASS x is 5
PASS y is 40
Test 10
PASS x is 28
-PASS y is 308
+PASS y is 309
Round Trip of (0,0)
PASS x is 0
PASS y is 0
PASS x is 33
-PASS y is 348
+PASS y is 349
Round Trip of (5,40)
PASS x is 5
PASS y is 40
Test 11
PASS x is 158
-PASS y is 355
+FAIL y should be 376. Was 355.
Round Trip of (0,0)
PASS x is 0
PASS y is 0
PASS x is 174
-PASS y is 373
+FAIL y should be 394. Was 373.
Round Trip of (5,40)
PASS x is 5
PASS y is 40
Test 12
PASS x is 168
-PASS y is 428
+FAIL y should be 451. Was 428.
Round Trip of (0,0)
PASS x is 0
PASS y is 0
PASS x is 184
-PASS y is 446
+FAIL y should be 469. Was 446.
Round Trip of (5,40)
PASS x is 5
PASS y is 40
Test 13
PASS x is 28
-PASS y is 486
+PASS y is 487
Round Trip of (0,0)
PASS x is 0
PASS y is 0
PASS x is 33
-PASS y is 526
+PASS y is 527
Round Trip of (5,40)
PASS x is 5
PASS y is 40
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |