summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-expected.txt')
-rw-r--r--LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-expected.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-expected.txt b/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-expected.txt
new file mode 100644
index 0000000..d92e2d7
--- /dev/null
+++ b/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-expected.txt
@@ -0,0 +1,3 @@
+This test verifies that style sheets do not outlive their elements. Since you can get back to the element with the ownerNode attribute, it's important to keep the element alive.
+
+Test passed.