A failing DRT test fast/dom/Window/window-lookup-precedence.html checks the following:
"Tests lookup precedence for properties on DOMWindow objects in the presence of a child frame, and that IDL properties defined in the prototype (window.location, window.focus, etc) have higher lookup precedence than named document elements (such as input elements)."
The test is attached. Numerous failures are seen when the test is loaded into WebNode.
"Tests lookup precedence for properties on DOMWindow objects in the presence of a child frame, and that IDL properties defined in the prototype (window.location, window.focus, etc) have higher lookup precedence than named document elements (such as input elements)."
The test is attached. Numerous failures are seen when the test is loaded into WebNode.
- duplicates
-
JDK-8127373 JSDOMWindow.cpp is missing features
- Resolved