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

Side by Side 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, 8 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 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <p style="font-weight: 100"><b>Should be bold per HTML5.</b></p> 4 <p style="font-weight: 100"><b>Should be bold per HTML5.</b></p>
5 <p style="font-weight: 100"><b><b>Should be equally bold. </b></b></p> 5 <p style="font-weight: 100"><b><b>Should be equally bold. </b></b></p>
6 <p style="font-weight: 100"><strong>Should be bold per HTML5.</strong></p> 6 <p style="font-weight: 100"><strong>Should be bold per HTML5.</strong></p>
7 <p style="font-weight: 100"><strong><strong>Should be equally bold.</strong></st rong></p> 7 <p style="font-weight: 100"><strong><strong>Should be equally bold.</strong></st rong></p>
8 <p id="description">The HTML5 spec says that b and strong should render as font- weight: bold, 8 <p id="description">The HTML5 spec says that b and strong should render as font- weight: bold,
9 not font-weight: bolder. The text above should all render with the same 9 not font-weight: bolder. The text above should all render with the same
10 boldness.</p> 10 boldness.</p>
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698