gecko-dev/dom/html/test/bug1315146-iframe.html
Ehsan Akhgari 9f297a22d4 Bug 1315146 - Avoid using the Web-facing Range methods in nsTextControlFrame::SetSelectionInternal(); r=baku
The Web-facing methods perform access checks which blow up when the
stars are aligned such that we run this code under a subject principal
that doesn't have access to the anchor node of the selection.
2016-11-17 08:24:09 -05:00

5 lines
68 B
HTML

<!DOCTYPE html>
<script>
document.domain = "example.org";
</script>