| Index: LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter-expected.txt b/LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter-expected.txt
|
| index 96f8dc9e099407058608152c23b15ace4986259c..051111769a68c495c8f5f7ef695c12fd0b8c5feb 100644
|
| --- a/LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter-expected.txt
|
| @@ -6,6 +6,8 @@ Create shadow root with empty parameter.
|
| PASS [object ShadowRoot] is non-null.
|
| Create shadow root whose mode is neither open nor closed.
|
| PASS host4.createShadowRoot({mode: 'illegal'}) threw exception TypeError: Failed to execute 'createShadowRoot' on 'Element': The provided value 'illegal' is not a valid enum value of type ShadowRootMode..
|
| +Create open shadow root with shadow-dom.js utility.
|
| +PASS [object ShadowRoot] is non-null.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|