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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-meter-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 <body>
4 <style>
5 div#wrapper {
6 display: block;
7 margin: 0;
8 padding: 0;
9 width: auto;
10 height: 3em;
11 vertical-align: 0;
12 }
13
14 meter {
15 display: block;
16 width: 15em;
17 height: 3em;
18 }
19 </style>
20
21 <div id="container">
22 <div id="wrapper" class="meter-like">
23 <div style="margin-left: 100px;">
24 <span>(after)</span>
25 </div>
26 </div>
27 </div>
28
29 </body>
30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698