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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/html/nav-element-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/html/nav-element-expected.txt b/third_party/WebKit/LayoutTests/fast/html/nav-element-expected.txt
deleted file mode 100644
index 4cab53aed921e4afc30d53b7e9a58afd0bbb0735..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/html/nav-element-expected.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-Test content
-
-Test that nav closes p. This paragraph should 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 width of the content area (minus margins).
-
-Test that p does not close nav. This paragraph should have a double green border.
-
-Test that nav can nest inside itself. This paragraph should have a double green border.
-
-Test of residual style. This text should be bold.
-This should be bold too.
-
-Test of FormatBlock behavior. This text should have a green border.
-
-DOM for the above (so this test can dump as text)
-
-
-<p></p><nav>Test that <code>nav</code> closes <code>p</code>. This paragraph should 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 width of the content area (minus margins).</nav>
-<br>
-<nav><p>Test that <code>p</code> does not close <code>nav</code>. This paragraph should have a double green border.</p></nav>
-<br>
-<nav><nav>Test that <code>nav</code> can nest inside itself. This paragraph should have a double green border.</nav></nav>
-<br>
-<b><nav>Test of residual style. This text should be bold.</nav>This should be bold too.</b>
-
-<p><br></p>
-
-<div contenteditable="true" id="editable"><nav>
-Test of FormatBlock behavior. This text should have a green border.
-</nav></div>
-

Powered by Google App Engine
This is Rietveld 408576698