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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-progress-with-style-expected.html

Issue 1751953003: Remove the support of multiple shadow roots with a user agent shadow root (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix failing tests Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="resources/replaced-element-styles.css">
5 </head>
6 <body>
7 <style>
8 div#wrapper {
9 display: block;
10 margin: 0;
11 padding: 0;
12 width: auto;
13 height: 3em;
14 vertical-align: 0;
15 }
16
17 progress#with-style {
18 display: block;
19 width: 15em;
20 height: 3em;
21 }
22 </style>
23
24 <div id="container">
25 <div id="wrapper" class="progress-like">
26 <div style="margin-left: 100px;">
27 <span>(after)</span>
28 </div>
29 </div>
30 </div>
31
32 </body>
33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698