Bug 161754

Summary: HTMLImageElement.hspace / vspace attributes should be unsigned
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cdumez, commit-queue, darin, esprehn+autocc, gyuyoung.kim, kondapallykalyan, rniwa, sam
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://html.spec.whatwg.org/#HTMLImageElement-partial
Attachments:
Description Flags
Patch
none
Patch
achristensen: review+, buildbot: commit-queue-
Archive of layout-test-results from ews122 for ios-simulator-elcapitan-wk2 none

Description Chris Dumez 2016-09-08 13:23:50 PDT
HTMLImageElement.hspace / vspace attributes should be unsigned:
- https://html.spec.whatwg.org/#HTMLImageElement-partial

Firefox agrees with the specification, however, those are signed in webKit.
Comment 1 Chris Dumez 2016-09-08 13:25:10 PDT
Created attachment 288313 [details]
Patch
Comment 2 Chris Dumez 2016-09-08 13:28:04 PDT
Created attachment 288314 [details]
Patch
Comment 3 Build Bot 2016-09-08 15:02:17 PDT
Comment on attachment 288314 [details]
Patch

Attachment 288314 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/2036469

New failing tests:
imported/w3c/web-platform-tests/html/dom/reflection-embedded.html
Comment 4 Build Bot 2016-09-08 15:02:21 PDT
Created attachment 288335 [details]
Archive of layout-test-results from ews122 for ios-simulator-elcapitan-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews122  Port: ios-simulator-elcapitan-wk2  Platform: Mac OS X 10.11.5
Comment 5 Chris Dumez 2016-09-08 15:04:41 PDT
Committed r205665: <http://trac.webkit.org/changeset/205665>