blob: 5d6185c6502199cf3f1763340aac48b92fc87b82 [file] [log] [blame]
FAIL Selection: STYLE and SCRIPT elements should be included in Selection.toString() if they are display!=none assert_equals: expected "\nstyle { display:block; color: green; } script { color: blue; }\nfunction test_block_script() { let pre = document.createElement(\"pre\"); pre.append(document.createTextNode(\"PASS\")); document.getElementById(\"p1\").append(pre); }\n\nPASS" but got "style { display:block; color: green; } script { color: blue; }\nfunction test_block_script() { let pre = document.createElement(\"pre\"); pre.append(document.createTextNode(\"PASS\")); document.getElementById(\"p1\").append(pre); }\nPASS"
style { display:block; color: green; } script { color: blue; }
function test_block_script() { let pre = document.createElement("pre"); pre.append(document.createTextNode("PASS")); document.getElementById("p1").append(pre); }
PASS