Bug 1334199 - script-generated patch to omit getComputedStyle's second argument when it's falsy, r=jaws.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
var direction = frame.contentDocument
|
||||
.defaultView
|
||||
.window
|
||||
.getComputedStyle(frame.contentDocument.getElementById("target"), "")
|
||||
.getComputedStyle(frame.contentDocument.getElementById("target"))
|
||||
.getPropertyValue("direction");
|
||||
document.body.removeChild(frame);
|
||||
document.dir = direction;
|
||||
|
||||
Reference in New Issue
Block a user