| Index: LayoutTests/fast/html/imports/resources/bye.html
|
| diff --git a/LayoutTests/fast/dom/custom/lifecycle-ready-parser-only-expected.html b/LayoutTests/fast/html/imports/resources/bye.html
|
| similarity index 61%
|
| copy from LayoutTests/fast/dom/custom/lifecycle-ready-parser-only-expected.html
|
| copy to LayoutTests/fast/html/imports/resources/bye.html
|
| index 96fd80745b0ef05f175491d23811b15b9cf38b4d..e7f74dc31e9cdb3599361b3283e4ff2f9314e69d 100644
|
| --- a/LayoutTests/fast/dom/custom/lifecycle-ready-parser-only-expected.html
|
| +++ b/LayoutTests/fast/html/imports/resources/bye.html
|
| @@ -1,6 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| +<head></head>
|
| <body>
|
| -<span>Hello</span>
|
| + <h1>Bye</h1>
|
| </body>
|
| </html>
|
|
|