Chromium Code Reviews| Index: LayoutTests/fast/dom/shadow/pseudoclass-update-checked-option-expected.txt |
| diff --git a/LayoutTests/fast/dom/shadow/pseudoclass-update-checked-option-expected.txt b/LayoutTests/fast/dom/shadow/pseudoclass-update-checked-option-expected.txt |
| deleted file mode 100644 |
| index da13177f467821aaf7aead985228c96c000c7b5f..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/dom/shadow/pseudoclass-update-checked-option-expected.txt |
| +++ /dev/null |
| @@ -1,13 +0,0 @@ |
| -When an option element became 'checked' or not-'checked', distribution should happen. |
| - |
| -Since an option element does not create a renderer, we cannot check this using reftest. |
| - |
| -PASS nodes1.length is 0 |
| -PASS nodes2.length is 1 |
| -Flipping :checked state |
| -PASS nodes1.length is 1 |
| -PASS nodes2.length is 0 |
| -PASS successfullyParsed is true |
| - |
| -TEST COMPLETE |
| - |