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

Side by Side Diff: third_party/WebKit/LayoutTests/html/sections/nav-element-expected.txt

Issue 2669403002: Move tests for sections elements to html/sections/. (Closed)
Patch Set: Created 3 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
OLDNEW
1 Test content 1 Test content
2 2
3 Test that nav closes p. This paragraph should be surrounded by a thin green bord er, instead of a thick red one. Also tests that nav lays out as a block. There s hould be only a single border box with width of the content area (minus margins) . 3 Test that nav closes p. This paragraph should be surrounded by a thin green bord er, instead of a thick red one. Also tests that nav lays out as a block. There s hould be only a single border box with width of the content area (minus margins) .
4 4
5 Test that p does not close nav. This paragraph should have a double green border . 5 Test that p does not close nav. This paragraph should have a double green border .
6 6
7 Test that nav can nest inside itself. This paragraph should have a double green border. 7 Test that nav can nest inside itself. This paragraph should have a double green border.
8 8
9 Test of residual style. This text should be bold. 9 Test of residual style. This text should be bold.
10 This should be bold too. 10 This should be bold too.
(...skipping 10 matching lines...) Expand all
21 <nav><nav>Test that <code>nav</code> can nest inside itself. This paragraph shou ld have a double green border.</nav></nav> 21 <nav><nav>Test that <code>nav</code> can nest inside itself. This paragraph shou ld have a double green border.</nav></nav>
22 <br> 22 <br>
23 <b><nav>Test of residual style. This text should be bold.</nav>This should be bo ld too.</b> 23 <b><nav>Test of residual style. This text should be bold.</nav>This should be bo ld too.</b>
24 24
25 <p><br></p> 25 <p><br></p>
26 26
27 <div contenteditable="true" id="editable"><nav> 27 <div contenteditable="true" id="editable"><nav>
28 Test of FormatBlock behavior. This text should have a green border. 28 Test of FormatBlock behavior. This text should have a green border.
29 </nav></div> 29 </nav></div>
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698