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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/html/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
(Empty)
1 Test content
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) .
4
5 Test that p does not close nav. This paragraph should have a double green border .
6
7 Test that nav can nest inside itself. This paragraph should have a double green border.
8
9 Test of residual style. This text should be bold.
10 This should be bold too.
11
12 Test of FormatBlock behavior. This text should have a green border.
13
14 DOM for the above (so this test can dump as text)
15
16
17 <p></p><nav>Test that <code>nav</code> closes <code>p</code>. This paragraph sho uld be surrounded by a thin green border, instead of a thick red one. Also tests that nav lays out as a block. There should be only a single border box with wid th of the content area (minus margins).</nav>
18 <br>
19 <nav><p>Test that <code>p</code> does not close <code>nav</code>. This paragraph should have a double green border.</p></nav>
20 <br>
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>
23 <b><nav>Test of residual style. This text should be bold.</nav>This should be bo ld too.</b>
24
25 <p><br></p>
26
27 <div contenteditable="true" id="editable"><nav>
28 Test of FormatBlock behavior. This text should have a green border.
29 </nav></div>
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698