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

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

Issue 1152623012: WIP: delegatesFocus (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « LayoutTests/fast/dom/shadow/tabstop-property.html ('k') | Source/core/dom/ContainerNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/tabstop-property-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/tabstop-property-expected.txt b/LayoutTests/fast/dom/shadow/tabstop-property-expected.txt
deleted file mode 100644
index d4d92fffe079fd962edbed6894e53553bfa962aa..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/shadow/tabstop-property-expected.txt
+++ /dev/null
@@ -1,48 +0,0 @@
-This is basic behavior test for tabStop attribute.
-
-Testing tabStop property and attribute
-Test tabStop normal assignment behavior
-PASS div.tabStop is false
-PASS div.tabStop is false
-PASS div.getAttribute('tabstop') is "false"
-PASS div.tabStop is false
-PASS div.hasAttribute('tabstop') is false
-PASS div.tabStop is true
-PASS div.getAttribute('tabstop') is "true"
-PASS div.tabStop is false
-PASS div.hasAttribute('tabstop') is false
-Test tabStop value implicitly set by tabindex property
-PASS div.tabStop is true
-PASS div.tabStop is false
-PASS div.tabStop is true
-PASS div.tabStop is false
-Test explicit tabStop not overridable by tabindex attribute
-PASS div.tabStop is false
-PASS div.getAttribute('tabstop') is "false"
-PASS div.tabStop is true
-PASS div.getAttribute('tabstop') is "true"
-PASS div.tabStop is false
-PASS div.getAttribute('tabstop') is "false"
-PASS div.tabStop is false
-PASS div.hasAttribute('tabstop') is false
-Test tabStop change with explicit tabindex change
-PASS div.tabStop is true
-PASS div.tabStop is false
-PASS div.getAttribute('tabstop') is "false"
-PASS div.tabStop is false
-PASS div.tabStop is true
-PASS div.getAttribute('tabstop') is "true"
-Test tabStop with invalid value
-PASS div.tabStop is false
-PASS div.getAttribute('tabstop') is "false"
-PASS div.tabStop is true
-PASS div.getAttribute('tabstop') is "invalid"
-PASS div.tabStop is true
-PASS div.getAttribute('tabstop') is "true"
-PASS div.tabStop is false
-PASS div.getAttribute('tabstop') is "invalid"
-Test finished.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/dom/shadow/tabstop-property.html ('k') | Source/core/dom/ContainerNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698