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

Side by Side Diff: LayoutTests/platform/linux/fast/xsl/document-function-expected.txt

Issue 365873002: Implement a part of ProcessingInstruction by using PrivateScript (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP: async XHR, rewriting layout tests Created 6 years, 3 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 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x175
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x175
5 RenderBody {BODY} at (8,8) size 784x576 5 RenderBody {BODY} at (8,8) size 784x159
6 RenderBlock {P} at (0,0) size 784x20 6 layer at (8,8) size 304x154
7 RenderText {#text} at (0,0) size 619x19 7 RenderPartObject {IFRAME} at (0,0) size 304x154 [border: (2px inset #EEEEEE)]
8 text run at (0,0) width 619: "This tests the xslt document() function. If this test is successful, there should be three paragraphs below." 8 layer at (0,0) size 285x156
9 RenderBlock {P} at (0,36) size 784x20 9 RenderView at (0,0) size 285x150
10 RenderText {#text} at (0,0) size 114x19 10 layer at (0,0) size 285x156
11 text run at (0,0) width 114: "This is a paragraph" 11 RenderBlock {HTML} at (0,0) size 285x156
12 RenderBlock {P} at (0,72) size 784x20 12 RenderBody {BODY} at (8,8) size 269x132
13 RenderText {#text} at (0,0) size 152x19 13 RenderBlock {P} at (0,0) size 269x60
14 text run at (0,0) width 152: "This is another paragraph" 14 RenderText {#text} at (0,0) size 267x59
15 RenderBlock {P} at (0,108) size 784x20 15 text run at (0,0) width 267: "This tests the xslt document() funct ion. If this"
16 RenderText {#text} at (0,0) size 149x19 16 text run at (0,20) width 232: "test is successful, there should be three"
17 text run at (0,0) width 149: "This is a third paragraph." 17 text run at (0,40) width 112: "paragraphs below."
18 RenderBlock {P} at (0,76) size 269x20
19 RenderText {#text} at (0,0) size 114x19
20 text run at (0,0) width 114: "This is a paragraph"
21 RenderBlock {P} at (0,112) size 269x20
22 RenderText {#text} at (0,0) size 152x19
23 text run at (0,0) width 152: "This is another paragraph"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698