We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9bc84 commit 4422c63Copy full SHA for 4422c63
AngleSharp.Scripting.JavaScript.Tests/ScriptEvalTests.cs
@@ -128,7 +128,7 @@ public async Task PerformXmlHttpRequestAsynchronousToDelayedResponseShouldWork()
128
[Test]
129
public async Task SetContentOfIFrameElement()
130
{
131
- var cfg = Configuration.Default.WithJavaScript();
+ var cfg = Configuration.Default.WithJavaScript().WithDefaultLoader(m => m.IsResourceLoadingEnabled = true);
132
var html = @"<!doctype html><iframe id=myframe srcdoc=''></iframe><script>
133
var iframe = document.querySelector('#myframe');
134
var doc = iframe.contentWindow.document;
0 commit comments