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

Side by Side Diff: third_party/WebKit/LayoutTests/html/text-level-semantics/ol-reversed-expected.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
(Empty)
1 <!DOCTYPE html>
2 <body>
3 <ol>
4 <li value="3">
5 A
6 <ul>
7 <li>A.A</li>
8 <li>A.B</li>
9 </ul>
10 </li>
11 <li value="2">
12 B
13 <ul>
14 <li>B.A</li>
15 <li>B.B</li>
16 </ul>
17 </li>
18 <li value="1">
19 C
20 </li>
21 </ol>
22 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698