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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadow-root-applyAuthorStyles-expected.html

Issue 215313003: Remove applyAuthorStyles flag from ShadowRoot. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Git is hard Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <div id="apply-author-style"><span style="background-color:#eef;border:solid;col or:#fee;display:boxed-inline;font-size:24px;margin:2px;outline-color:#f00;paddin g-left:5px;text-align:start;text-decoration:underline;"></span></div>
5 <!-- <div id="no-apply-author-style"><span></span></div> -->
6 <div id="with-inline-style-declaration"><span style="background-color:#eef;borde r:none;color:#daa;display:boxed-inline;font-size:18px;margin:2px;outline-color:# f00;padding-left:5px;text-align:start;text-decoration:none;"></span></div>
7 <div id="try-to-overide-important"><input type="file" /></div>
8 <div id="change-apply-author-style-from-true-to-false"><div><span></span></div>< /div>
9 <div id="change-apply-author-style-from-false-to-true"><div><span style="backgro und-color:#eef;border:solid;color:#fee;display:boxed-inline;font-size:24px;margi n:2px;outline-color:#f00;padding-left:5px;text-align:start;text-decoration:under line;"></span></div></div>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698