12016-09-08 Chris Dumez <cdumez@apple.com>
2
3 HTMLObjectElement.codebase attribute should reflect as a URL
4 https://bugs.webkit.org/show_bug.cgi?id=161768
5
6 Reviewed by Alex Christensen.
7
8 HTMLObjectElement.codebase attribute should reflect as a URL:
9 - https://html.spec.whatwg.org/#dom-applet-codebase
10
11 Chrome and Firefox agree with the specification.
12
13 No new test, rebaselined existing test.
14
15 * html/HTMLObjectElement.idl:
16