зеркало из https://github.com/mozilla/gecko-dev.git
7655d2a3f8
The web platform test was pretty buggy in a few ways: 1) It claimed that "bar" should be non-writable and enumerable. This explicitly contradicts the spec: http://heycam.github.io/webidl/#named-properties-object-getownproperty step 3 substep 8 sets [[Writable]] to true, and https://html.spec.whatwg.org/multipage/browsers.html#named-access-on-the-window-object explicitly says these properties are unenumerable. 2) It claimed that "constructor" should be exposed on the named properties object. But the named property visibility algorithm obviously returns false for that property name, so it should not be exposed. |
||
---|---|---|
.. | ||
dom | ||
domxpath | ||
html | ||
js/builtins | ||
microdata/microdata-dom-api | ||
typedarrays | ||
webgl | ||
mochitest.ini |