Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: LayoutTests/fast/dom/shadow/istabstop-property-expected.txt

Issue 917613004: Add isTabStop attribute to Element (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert status to experimental Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698