| Index: LayoutTests/fast/dom/shadow/shadow-pseudo-id-expected.html
|
| diff --git a/LayoutTests/fast/dom/shadow/shadow-pseudo-id-expected.html b/LayoutTests/fast/dom/shadow/shadow-pseudo-id-expected.html
|
| deleted file mode 100644
|
| index 48fce74a0b90832ed03a0fad0d4b22a54ab45544..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/shadow/shadow-pseudo-id-expected.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -</head>
|
| -<body>
|
| -
|
| -<p>This test checks a custom pseudo element selector is valid only if it starts with 'x-'</p>
|
| -
|
| -<div id="console"></div>
|
| -<div id="host1"><div style="color:red">pseudo is x-shadow: This should be red.</div></div>
|
| -<div id="host2"><div>pseudo is -test: This should not be red.</div></div>
|
| -<div id="host2"><div>pseudo is foobar: This should not be red.</div></div>
|
| -
|
| -</body>
|
| -</html>
|
|
|