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

Side by Side Diff: LayoutTests/fast/dom/shadow/distributed-pseudo-element-style-in-doc-expected.html

Issue 212123002: Unship '::-webkit-distributed(...)' functional pseudo element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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 <head>
4 <style>
5 h1 {
6 color: red;
7 }
8 </style>
9 </head>
10 <body>
11 <h1 id='second'>I should be red without a border</h1>
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698