Re: [html-tests] Verify <img ismap> server coordinate origin interop (#5118)

Result in Safari TP Release 25 (Safari 10.2, WebKit 12604.1.8.1.2)

```
Fail Coordinates within the content box of an image map have origin of the context box assert_true: The x coordinate [152] must be greater-than (or equal-to) 0 and less-than (or equal-to) 96 expected true got false
http://web-platform.test:8000/html/semantics/embedded-content/the-img-element/ismap/img-ismap-coordinates-manual.html:66:20
step@http://web-platform.test:8000/resources/testharness.js:1409:30
testInit@http://web-platform.test:8000/html/semantics/embedded-content/the-img-element/ismap/img-ismap-coordinates-manual.html:58:16
Fail Coordinates within the margin/padding (top-left) of the image map are clamped to zero assert_true: The x coordinate [68] must be greater-than (or equal-to) 0 and less-than (or equal-to) 0 expected true got false
http://web-platform.test:8000/html/semantics/embedded-content/the-img-element/ismap/img-ismap-coordinates-manual.html:66:20
step@http://web-platform.test:8000/resources/testharness.js:1409:30
testInit@http://web-platform.test:8000/html/semantics/embedded-content/the-img-element/ismap/img-ismap-coordinates-manual.html:58:16
Fail Coordinates within the margin/padding (bottom-right) of the image map have origin in the content box assert_true: The x coordinate [214] must be greater-than (or equal-to) 97 and less-than (or equal-to) 146 expected true got false
http://web-platform.test:8000/html/semantics/embedded-content/the-img-element/ismap/img-ismap-coordinates-manual.html:66:20
step@http://web-platform.test:8000/resources/testharness.js:1409:30
testInit@http://web-platform.test:8000/html/semantics/embedded-content/the-img-element/ismap/img-ismap-coordinates-manual.html:58:16
```

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5118#issuecomment-286071192

Received on Monday, 13 March 2017 10:37:18 UTC