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

Side by Side Diff: LayoutTests/svg/dom/custom-elements-expected.html

Issue 585183004: Enable author shadows for SVG elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ::shadow > patches { rebase } Created 6 years, 2 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
« no previous file with comments | « LayoutTests/svg/dom/custom-elements.html ('k') | Source/core/svg/SVGElement.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
3 <rect width="20" height="20" fill="green"></rect>
4 </svg><br>
5
6 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
7 <rect width="20" height="20" fill="green"></rect>
8 </svg><br>
9
10 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
11 <rect width="20" height="20" fill="green"></rect>
12 </svg><br>
13
14 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
15 <rect width="20" height="20" fill="green"></rect>
16 </svg><br>
17
18 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
19 <rect width="20" height="20" fill="green"></rect>
20 </svg><br>
21
22 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
23 <text font-size="10px" y="20">PASS</text>
24 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/custom-elements.html ('k') | Source/core/svg/SVGElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698