From 76440ea7fea41e76cfebf19364f6c6f7d7d01e1e Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 19 Jul 2016 05:13:34 -0400 Subject: [PATCH] Do not fetch stylesheets in documents without a browsing context This fixes #1495 by changing the "appropriate times to obtain the resource" to require that the element be in a document that has a browsing context. --- source | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/source b/source index fe104f36c6f..466c8590e0a 100644 --- a/source +++ b/source @@ -23212,34 +23212,39 @@ interface HTMLHyperlinkElementUtils {

The appropriate times to obtain the resource are: +