Back to Chromium

Create Contextual Fragment Script Not Ran

third_party/blink/web_tests/fast/dom/Range/create-contextual-fragment-script-not-ran.html

149.0.7827.2250 B
Original Source

Tests createContextualFragment does not execute scripts immediately. You should see PASS below:

"); node.textContent = !count ? 'PASS' : 'FAIL - expected no execution but executed ' + count + ' times'; if (window.testRunner) testRunner.dumpAsText();