Back to Chromium

Create Contextual Fragment Script Unmark Already Started

third_party/blink/web_tests/fast/dom/Range/create-contextual-fragment-script-unmark-already-started.html

149.0.7827.2279 B
Original Source

Tests createContextualFragment does not mark scripts elements it parsed as already started. You should see PASS below:

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