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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This is basic behavior test for isTabStop attribute.
2
3 Testing isTabStop property and attribute
4 Test isTabStop normal assignment behavior
5 PASS div.isTabStop is false
6 PASS div.isTabStop is false
7 PASS div.isTabStop is false
8 Test isTabStop override by tabindex property
9 PASS div.isTabStop is true
10 PASS div.isTabStop is false
11 PASS div.isTabStop is true
12 Test isTabStop override by tabindex attribute
13 PASS div.isTabStop is true
14 PASS div.isTabStop is false
15 PASS div.isTabStop is true
16 Test isTabStop change after tabindex change
17 PASS div.isTabStop is false
18 PASS div.isTabStop is true
19 Test isTabStop change before tabindex change which will be overridden
20 PASS div.isTabStop is true
21 PASS div.isTabStop is false
22 Test finished.
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698