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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/svg/dom/custom-elements.html ('k') | Source/core/svg/SVGElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/custom-elements-expected.html
diff --git a/LayoutTests/svg/dom/custom-elements-expected.html b/LayoutTests/svg/dom/custom-elements-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..dc52f5b4549ba07a9f591bdbe80441ad2fde77f0
--- /dev/null
+++ b/LayoutTests/svg/dom/custom-elements-expected.html
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML>
+<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
+ <rect width="20" height="20" fill="green"></rect>
+</svg><br>
+
+<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
+ <rect width="20" height="20" fill="green"></rect>
+</svg><br>
+
+<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
+ <rect width="20" height="20" fill="green"></rect>
+</svg><br>
+
+<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
+ <rect width="20" height="20" fill="green"></rect>
+</svg><br>
+
+<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
+ <rect width="20" height="20" fill="green"></rect>
+</svg><br>
+
+<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
+ <text font-size="10px" y="20">PASS</text>
+</svg>
« 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