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

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

Issue 1144953007: Remove tabStop feature (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This is basic behavior test for tabStop attribute.
2
3 Testing tabStop property and attribute
4 Test tabStop normal assignment behavior
5 PASS div.tabStop is false
6 PASS div.tabStop is false
7 PASS div.getAttribute('tabstop') is "false"
8 PASS div.tabStop is false
9 PASS div.hasAttribute('tabstop') is false
10 PASS div.tabStop is true
11 PASS div.getAttribute('tabstop') is "true"
12 PASS div.tabStop is false
13 PASS div.hasAttribute('tabstop') is false
14 Test tabStop value implicitly set by tabindex property
15 PASS div.tabStop is true
16 PASS div.tabStop is false
17 PASS div.tabStop is true
18 PASS div.tabStop is false
19 Test explicit tabStop not overridable by tabindex attribute
20 PASS div.tabStop is false
21 PASS div.getAttribute('tabstop') is "false"
22 PASS div.tabStop is true
23 PASS div.getAttribute('tabstop') is "true"
24 PASS div.tabStop is false
25 PASS div.getAttribute('tabstop') is "false"
26 PASS div.tabStop is false
27 PASS div.hasAttribute('tabstop') is false
28 Test tabStop change with explicit tabindex change
29 PASS div.tabStop is true
30 PASS div.tabStop is false
31 PASS div.getAttribute('tabstop') is "false"
32 PASS div.tabStop is false
33 PASS div.tabStop is true
34 PASS div.getAttribute('tabstop') is "true"
35 Test tabStop with invalid value
36 PASS div.tabStop is false
37 PASS div.getAttribute('tabstop') is "false"
38 PASS div.tabStop is true
39 PASS div.getAttribute('tabstop') is "invalid"
40 PASS div.tabStop is true
41 PASS div.getAttribute('tabstop') is "true"
42 PASS div.tabStop is false
43 PASS div.getAttribute('tabstop') is "invalid"
44 Test finished.
45 PASS successfullyParsed is true
46
47 TEST COMPLETE
48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698