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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/clip-path-referencing-use-expected.txt

Issue 515067: Roll webkit 52633 -> 52667. (Closed)
Patch Set: Disable MessagingContentScript and MessagingExtensionTab in browser_tests. Created 10 years, 11 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
OLDNEW
1 KCanvasResource {id="clip" [type=CLIPPER] [clip data=[[winding=NON-ZERO] [path=M 0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z]]]} 1 KCanvasResource {id="clip" [type=CLIPPER] [clip data=[[winding=NON-ZERO] [path=M 0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z]]]}
2 layer at (0,0) size 800x600 2 layer at (0,0) size 800x600
3 RenderView at (0,0) size 800x600 3 RenderView at (0,0) size 800x600
4 layer at (0,0) size 800x600 4 layer at (0,0) size 800x600
5 RenderSVGRoot {svg} at (0,0) size 579x200 5 RenderSVGRoot {svg} at (0,0) size 579x144
6 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 6 RenderSVGHiddenContainer {defs} at (0,0) size 0x0
7 RenderPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000 ]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"] 7 RenderPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000 ]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"]
8 RenderSVGContainer {g} at (0,0) size 200x200 [clip path="clip"] 8 RenderSVGContainer {g} at (0,0) size 100x100 [clip path="clip"]
9 RenderPath {rect} at (0,0) size 200x200 [fill={[type=SOLID] [color=#FF0000 ]}] [data="M0.00,0.00 L200.00,0.00 L200.00,200.00 L0.00,200.00 Z"] 9 RenderPath {rect} at (0,0) size 200x200 [fill={[type=SOLID] [color=#FF0000 ]}] [data="M0.00,0.00 L200.00,0.00 L200.00,200.00 L0.00,200.00 Z"]
10 RenderPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000 ]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"] 10 RenderPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000 ]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"]
11 RenderSVGText {text} at (10,120) size 465x19 contains 1 chunk(s) 11 RenderSVGText {text} at (10,120) size 465x19 contains 1 chunk(s)
12 RenderSVGInlineText {#text} at (0,-15) size 465x19 12 RenderSVGInlineText {#text} at (0,-15) size 465x19
13 chunk 1 text run 1 at (10.00,120.00) startOffset 0 endOffset 76 width 46 5.00: "The graphic above uses a 100x100 clipPath referencing a rectangle using u se." 13 chunk 1 text run 1 at (10.00,120.00) startOffset 0 endOffset 76 width 46 5.00: "The graphic above uses a 100x100 clipPath referencing a rectangle using u se."
14 RenderSVGText {text} at (10,140) size 569x19 contains 1 chunk(s) 14 RenderSVGText {text} at (10,140) size 569x19 contains 1 chunk(s)
15 RenderSVGInlineText {#text} at (0,-15) size 569x19 15 RenderSVGInlineText {#text} at (0,-15) size 569x19
16 chunk 1 text run 1 at (10.00,140.00) startOffset 0 endOffset 92 width 56 9.00: "It should clip the 200x200 red rectangle out and leave a 100x100 green re ctangle. Bug 16557." 16 chunk 1 text run 1 at (10.00,140.00) startOffset 0 endOffset 92 width 56 9.00: "It should clip the 200x200 red rectangle out and leave a 100x100 green re ctangle. Bug 16557."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698