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

Unified Diff: third_party/WebKit/LayoutTests/html/text-level-semantics/font-weight-bold-for-b-and-strong.html

Issue 2780363002: Rename subdirectory names in LayoutTests/html/. (Closed)
Patch Set: Created 3 years, 9 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/html/text-level-semantics/font-weight-bold-for-b-and-strong.html
diff --git a/third_party/WebKit/LayoutTests/html/text-level-semantics/font-weight-bold-for-b-and-strong.html b/third_party/WebKit/LayoutTests/html/text-level-semantics/font-weight-bold-for-b-and-strong.html
deleted file mode 100644
index 8c55a269a3433af7557b1ad8f1b2255157d9520a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/html/text-level-semantics/font-weight-bold-for-b-and-strong.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!doctype html>
-<html>
-<body>
-<p style="font-weight: 100"><b>Should be bold per HTML5.</b></p>
-<p style="font-weight: 100"><b><b>Should be equally bold. </b></b></p>
-<p style="font-weight: 100"><strong>Should be bold per HTML5.</strong></p>
-<p style="font-weight: 100"><strong><strong>Should be equally bold.</strong></strong></p>
-<p id="description">The HTML5 spec says that b and strong should render as font-weight: bold,
-not font-weight: bolder. The text above should all render with the same
-boldness.</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698