summaryrefslogtreecommitdiffstats
path: root/layout/inspector/tests/test_bug522601.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/inspector/tests/test_bug522601.xhtml')
-rw-r--r--layout/inspector/tests/test_bug522601.xhtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/inspector/tests/test_bug522601.xhtml b/layout/inspector/tests/test_bug522601.xhtml
index 7c5a9e79c..c49f2fa83 100644
--- a/layout/inspector/tests/test_bug522601.xhtml
+++ b/layout/inspector/tests/test_bug522601.xhtml
@@ -237,6 +237,8 @@ addLoadEvent(function() {
testFunc(walkerAnon, "previousNode", $("display"), "step back to root (anon)");
testFunc(walkerAnon, "previousNode", null, "step back past root (anon)");
+ //XXXsmaug update this test for Shadow DOM v1! bug 1421539
+ /*if (Element.prototype.createShadowRoot) {
var shadowdiv = document.querySelector('#test-shadow');
var shadowRoot = shadowdiv.createShadowRoot();
var h = document.createElement("header");
@@ -266,6 +268,7 @@ addLoadEvent(function() {
SimpleTest.finish();
});
+ }*/
]]>
</script>