DescriptionSync the getComputedStyle() IDL with the spec
http://dev.w3.org/csswg/cssom/#extensions-to-the-window-interface
Firefox and IE already throw exceptions for getComputedStyle(),
getComputedStyle(null), getComputedStyle(undefined) and
getComputedStyle(document);
Previously, getComputedStyle() would fail the ASSERT(elt) in
LocalDOMWindow::getComputedStyle().
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186258
Patch Set 1 #
Total comments: 4
Patch Set 2 : simplify #
Messages
Total messages: 9 (2 generated)
|