| Index: LayoutTests/fast/dom/shadow/istabstop-property-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/istabstop-property-expected.txt b/LayoutTests/fast/dom/shadow/istabstop-property-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..655a6167e270ce012cc6206b93c674e9f00da40a
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/shadow/istabstop-property-expected.txt
|
| @@ -0,0 +1,26 @@
|
| +This is basic behavior test for isTabStop attribute.
|
| +
|
| +Testing isTabStop property and attribute
|
| +Test isTabStop normal assignment behavior
|
| +PASS div.isTabStop is false
|
| +PASS div.isTabStop is false
|
| +PASS div.isTabStop is false
|
| +Test isTabStop override by tabindex property
|
| +PASS div.isTabStop is true
|
| +PASS div.isTabStop is false
|
| +PASS div.isTabStop is true
|
| +Test isTabStop override by tabindex attribute
|
| +PASS div.isTabStop is true
|
| +PASS div.isTabStop is false
|
| +PASS div.isTabStop is true
|
| +Test isTabStop change after tabindex change
|
| +PASS div.isTabStop is false
|
| +PASS div.isTabStop is true
|
| +Test isTabStop change before tabindex change which will be overridden
|
| +PASS div.isTabStop is true
|
| +PASS div.isTabStop is false
|
| +Test finished.
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|