| Index: LayoutTests/fast/dom/shadow/element-name-in-shadow-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/element-name-in-shadow-expected.txt b/LayoutTests/fast/dom/shadow/element-name-in-shadow-expected.txt
|
| index 506d77867fb28c4f47d3fca4354833461a26c3e5..a168bd87159aa0ef3985defd2b40440a7e3a21f8 100644
|
| --- a/LayoutTests/fast/dom/shadow/element-name-in-shadow-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/element-name-in-shadow-expected.txt
|
| @@ -10,18 +10,6 @@ PASS element.name in window is false
|
| <a>: After changing its name attribute into re-renamed_a by using '.name=', the name should not still be in document.
|
| PASS element.name in document is false
|
| PASS element.name in window is false
|
| -<applet>: Before appendChild, named_applet should not be in document.
|
| -PASS element.name in document is false
|
| -PASS element.name in window is false
|
| -<applet>: After appendChild, named_applet should not still be in document, because the element was inserted into a shadow DOM tree.
|
| -PASS element.name in document is false
|
| -PASS element.name in window is false
|
| -<applet>: After changing its name attribute into renamed_applet by using setAttribute, the name should not still be in document.
|
| -PASS element.name in document is false
|
| -PASS element.name in window is false
|
| -<applet>: After changing its name attribute into re-renamed_applet by using '.name=', the name should not still be in document.
|
| -PASS element.name in document is false
|
| -PASS element.name in window is false
|
| <area>: Before appendChild, named_area should not be in document.
|
| PASS element.name in document is false
|
| PASS element.name in window is false
|
|
|