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

Unified Diff: LayoutTests/svg/dom/content-model-expected.txt

Issue 1009923002: Don't allow <stop> as layout tree child of <svg> or <g> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Content model tests for linear/radialGradient. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/svg/dom/content-model.html ('k') | Source/core/layout/svg/LayoutSVGModelObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/content-model-expected.txt
diff --git a/LayoutTests/svg/dom/content-model-expected.txt b/LayoutTests/svg/dom/content-model-expected.txt
index f6c5d3fb89d23d3390d2d175a69a08c25a89292a..6ff88613c69a076ebaeb0d4653cc3f516ae1e862 100644
--- a/LayoutTests/svg/dom/content-model-expected.txt
+++ b/LayoutTests/svg/dom/content-model-expected.txt
@@ -4,6 +4,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS <filter>: [CLASS_DESCRIPTIVE,CLASS_FILTER_PRIMITIVE,animate,set]
+PASS <linearGradient>: [CLASS_DESCRIPTIVE,CLASS_PAINT_SERVER,animate,animateTransform,script,set,stop]
+PASS <g>: [CLASS_ANIMATION,CLASS_DESCRIPTIVE,CLASS_PAINT_SERVER,CLASS_SHAPE,CLASS_STRUCTURAL,a,clipPath,cursor,filter,foreignObject,image,marker,mask,script,style,switch,text,view]
+PASS <radialGradient>: [CLASS_DESCRIPTIVE,CLASS_PAINT_SERVER,animate,animateTransform,script,set,stop]
+PASS <svg>: [CLASS_ANIMATION,CLASS_DESCRIPTIVE,CLASS_PAINT_SERVER,CLASS_SHAPE,CLASS_STRUCTURAL,a,clipPath,cursor,filter,foreignObject,image,marker,mask,script,style,switch,text,view]
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/svg/dom/content-model.html ('k') | Source/core/layout/svg/LayoutSVGModelObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698