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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-reprojection-1-expected.html

Issue 2843883002: Remove, or rewrite if necessary, tests which use /deep/ or ::shadow (Closed)
Patch Set: rev 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 <head>
4 <style>
5 div {
6 margin: 10px 10px 10px 10px;
7 border: solid black;
8 }
9 </style>
10 </head>
11 <body> 3 <body>
12 4
13 <div> 5 <div>
14 <div> 6 <div>
15 <div>a-1</div> 7 <div>a-1</div>
16 </div> 8 </div>
17 </div> 9 </div>
18 10
19 </body> 11 </body>
20 </html> 12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698