Skip to content

Commit 2314373

Browse files
authored
Fix null URL blob handling in "get an element's noopener"
Similar to 54828a7.
1 parent 0b5dd5e commit 2314373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source

+2-2
Original file line numberDiff line numberDiff line change
@@ -25575,8 +25575,8 @@ document.body.appendChild(wbr);</code></pre>
2557525575
true.</p></li>
2557625576

2557725577
<li>
25578-
<p>If <var>url</var>'s <span data-x="concept-url-scheme">scheme</span> is "<code
25579-
data-x="">blob</code>":</p>
25578+
<p>If <var>url</var>'s <span data-x="concept-url-blob-entry">blob URL entry</span> is not
25579+
null:</p>
2558025580

2558125581
<ol>
2558225582
<li><p>Let <var>blobOrigin</var> be <var>url</var>'s <span

0 commit comments

Comments
 (0)