gecko-dev/dom/html/crashtests/795221-2.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 строки
155 B
HTML
Исходник Обычный вид История

<!DOCTYPE html>
<style>
@media all {
div { }
}
</style>
<script>
document.styleSheets[0].cssRules[0].cssRules[0].style.foo = document;
</script>