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

Side by Side Diff: LayoutTests/svg/custom/use-property-synchronization-crash-expected.txt

Issue 923533002: Move RenderSVGContainer to layout/svg/LayoutSVGContainer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
1 CONSOLE ERROR: line 5: Error: Invalid value for <polyline> attribute points="0" 1 CONSOLE ERROR: line 5: Error: Invalid value for <polyline> attribute points="0"
2 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="0" 2 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="0"
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderView at (0,0) size 800x600 4 RenderView at (0,0) size 800x600
5 layer at (0,0) size 800x600 5 layer at (0,0) size 800x600
6 RenderSVGRoot {svg} at (0,0) size 0x0 6 RenderSVGRoot {svg} at (0,0) size 0x0
7 RenderSVGContainer {g} at (0,0) size 0x0 7 LayoutSVGContainer {g} at (0,0) size 0x0
8 RenderSVGContainer {g} at (0,0) size 0x0 8 LayoutSVGContainer {g} at (0,0) size 0x0
9 RenderSVGPath {polyline} at (0,0) size 0x0 [fill={[type=SOLID] [color=#0 00000]}] [points=""] 9 RenderSVGPath {polyline} at (0,0) size 0x0 [fill={[type=SOLID] [color=#0 00000]}] [points=""]
10 RenderSVGContainer {use} at (0,0) size 0x0 10 LayoutSVGContainer {use} at (0,0) size 0x0
11 RenderSVGContainer {g} at (0,0) size 0x0 11 LayoutSVGContainer {g} at (0,0) size 0x0
12 RenderSVGPath {polyline} at (0,0) size 0x0 [fill={[type=SOLID] [color= #000000]}] [points=""] 12 RenderSVGPath {polyline} at (0,0) size 0x0 [fill={[type=SOLID] [color= #000000]}] [points=""]
13 RenderSVGContainer {g} at (0,0) size 0x0 13 LayoutSVGContainer {g} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698