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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/linux/fast/xsl/document-function-expected.txt
diff --git a/LayoutTests/platform/linux/fast/xsl/document-function-expected.txt b/LayoutTests/platform/linux/fast/xsl/document-function-expected.txt
index 0e4ee34685f47058c2c2cfb8f5ecd26f9251c6ea..594646caf6628e5dcbab3f7e16c3233b9a752774 100644
--- a/LayoutTests/platform/linux/fast/xsl/document-function-expected.txt
+++ b/LayoutTests/platform/linux/fast/xsl/document-function-expected.txt
@@ -1,17 +1,23 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 800x600
- RenderBody {BODY} at (8,8) size 784x576
- RenderBlock {P} at (0,0) size 784x20
- RenderText {#text} at (0,0) size 619x19
- text run at (0,0) width 619: "This tests the xslt document() function. If this test is successful, there should be three paragraphs below."
- RenderBlock {P} at (0,36) size 784x20
- RenderText {#text} at (0,0) size 114x19
- text run at (0,0) width 114: "This is a paragraph"
- RenderBlock {P} at (0,72) size 784x20
- RenderText {#text} at (0,0) size 152x19
- text run at (0,0) width 152: "This is another paragraph"
- RenderBlock {P} at (0,108) size 784x20
- RenderText {#text} at (0,0) size 149x19
- text run at (0,0) width 149: "This is a third paragraph."
+layer at (0,0) size 800x175
+ RenderBlock {HTML} at (0,0) size 800x175
+ RenderBody {BODY} at (8,8) size 784x159
+layer at (8,8) size 304x154
+ RenderPartObject {IFRAME} at (0,0) size 304x154 [border: (2px inset #EEEEEE)]
+ layer at (0,0) size 285x156
+ RenderView at (0,0) size 285x150
+ layer at (0,0) size 285x156
+ RenderBlock {HTML} at (0,0) size 285x156
+ RenderBody {BODY} at (8,8) size 269x132
+ RenderBlock {P} at (0,0) size 269x60
+ RenderText {#text} at (0,0) size 267x59
+ text run at (0,0) width 267: "This tests the xslt document() function. If this"
+ text run at (0,20) width 232: "test is successful, there should be three"
+ text run at (0,40) width 112: "paragraphs below."
+ RenderBlock {P} at (0,76) size 269x20
+ RenderText {#text} at (0,0) size 114x19
+ text run at (0,0) width 114: "This is a paragraph"
+ RenderBlock {P} at (0,112) size 269x20
+ RenderText {#text} at (0,0) size 152x19
+ text run at (0,0) width 152: "This is another paragraph"

Powered by Google App Engine
This is Rietveld 408576698