| Index: LayoutTests/fast/dom/shadow/shadow-root-resetStyleInheritance-expected.html
|
| diff --git a/LayoutTests/fast/dom/shadow/shadow-root-resetStyleInheritance-expected.html b/LayoutTests/fast/dom/shadow/shadow-root-resetStyleInheritance-expected.html
|
| deleted file mode 100644
|
| index afdeb65438c4b5f1d14f9e601b01b7ac609c2cbe..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/shadow/shadow-root-resetStyleInheritance-expected.html
|
| +++ /dev/null
|
| @@ -1,49 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| -div.resetTest {
|
| - background-color: #eef;
|
| - border: solid;
|
| - margin: 4px;
|
| - padding: 16px;
|
| - color: #fee;
|
| - font-family: Serif;
|
| - font-size: 24px;
|
| - font-style: italic;
|
| - font-variant: small-caps;
|
| - font-weight: bold;
|
| - letter-spacing: 2px;
|
| - line-height: 200%;
|
| - text-align: start;
|
| - text-indent: 50px;
|
| - text-transform: uppercase;
|
| - white-space: nowrap;
|
| - word-spacing: 30px;
|
| -}
|
| -div.initialValues {
|
| - color: initial;
|
| - font-family: initial;
|
| - font-size: initial;
|
| - font-style: initial;
|
| - font-variant: initial;
|
| - font-weight: initial;
|
| - letter-spacing: initial;
|
| - line-height: initial;
|
| - text-align: initial;
|
| - text-indent: initial;
|
| - text-transform: initial;
|
| - white-space: initial;
|
| - word-spacing: initial;
|
| -}
|
| -</style>
|
| -</head>
|
| -<body>
|
| -<div><div class="resetTest"><div class="initialValues">text</div></div></div>
|
| -<div><div class="resetTest"><div>text</div></div></div>
|
| -<div><div class="resetTest"><div>text</div></div></div>
|
| -<div><div class="resetTest"><div class="initialValues">text</div></div></div>
|
| -<div><div class="resetTest"><div class="initialValues">text</div></div></div>
|
| -<div><div class="resetTest"><div>text</div></div></div>
|
| -</body>
|
| -</html>
|
|
|