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

Side by Side Diff: third_party/WebKit/LayoutTests/html/text_level_semantics/ol-reversed.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 <body> 2 <body>
3 <ol reversed> 3 <ol reversed>
4 <li> 4 <li>
5 A 5 A
6 <ul> 6 <ul>
7 <li>A.A</li> 7 <li>A.A</li>
8 <li>A.B</li> 8 <li>A.B</li>
9 </ul> 9 </ul>
10 </li> 10 </li>
11 <li> 11 <li>
12 B 12 B
13 <ul> 13 <ul>
14 <li>B.A</li> 14 <li>B.A</li>
15 <li>B.B</li> 15 <li>B.B</li>
16 </ul> 16 </ul>
17 </li> 17 </li>
18 <li> 18 <li>
19 C 19 C
20 </li> 20 </li>
21 </ol> 21 </ol>
22 </body> 22 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698