| Index: LayoutTests/fast/dom/shadow/pseudo-attribute-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/pseudo-attribute-expected.txt b/LayoutTests/fast/dom/shadow/pseudo-attribute-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9af529638fd0d6e2d46c1127f24b923db07958c7
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/shadow/pseudo-attribute-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +This test checks pseudo attribute is exposed correctly.
|
| +
|
| +PASS div.pseudo is ''
|
| +PASS div.getAttribute('pseudo') is null
|
| +PASS div.pseudo is 'foo'
|
| +PASS div.getAttribute('pseudo') is 'foo'
|
| +PASS div.pseudo is 'bar'
|
| +PASS div.getAttribute('pseudo') is 'bar'
|
| +PASS div.pseudo is ''
|
| +PASS div.getAttribute('pseudo') is null
|
| +PASS div.pseudo is 'first-letter'
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|