[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:32:15 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 2a4edc19bea5a315aa06eb27dc5d50f21d11503a
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Apr 3 20:17:32 2004 +0000

    *** empty log message ***
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6309 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/parser/001-expected.txt b/LayoutTests/fast/parser/001-expected.txt
new file mode 100644
index 0000000..0d50f4f
--- /dev/null
+++ b/LayoutTests/fast/parser/001-expected.txt
@@ -0,0 +1,38 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x556
+  RenderBlock {HTML} at (0,0) size 800x556
+    RenderBody {BODY} at (8,8) size 784x540
+      RenderBlock {DIR} at (0,0) size 784x104
+        RenderBlock (anonymous) at (40,0) size 744x18
+          RenderText {TEXT} at (0,0) size 27x18
+            text run at (0,0) width 27: "One"
+        RenderBlock {DIR} at (40,34) size 744x70
+          RenderBlock (anonymous) at (40,0) size 704x18
+            RenderText {TEXT} at (0,0) size 30x18
+              text run at (0,0) width 30: "Two"
+          RenderBlock {DIR} at (40,34) size 704x36
+            RenderBlock (anonymous) at (40,0) size 664x18
+              RenderText {TEXT} at (0,0) size 37x18
+                text run at (0,0) width 37: "Three"
+            RenderBlock {CENTER} at (40,18) size 664x18
+              RenderText {TEXT} at (317,0) size 30x18
+                text run at (317,0) width 30: "Four"
+      RenderBlock {PRE} at (0,120) size 784x330
+        RenderText {TEXT} at (0,0) size 64x15
+          text run at (0,0) width 64: "Pre text"
+        RenderPartObject {OBJECT} at (0,15) size 300x300 [bgcolor=#008000]
+        RenderText {TEXT} at (0,315) size 104x15
+          text run at (0,315) width 104: "Also pre text"
+      RenderBlock (anonymous) at (0,463) size 784x18
+        RenderInline {NOBR} at (0,0) size 137x18 [bgcolor=#CCCCCC]
+          RenderText {TEXT} at (0,0) size 137x18
+            text run at (0,0) width 137: "This text won't break."
+      RenderBlock (anonymous) at (0,494) size 784x15
+        RenderBlock {PRE} at (0,0) size 784x15
+          RenderText {TEXT} at (0,0) size 208x15
+            text run at (0,0) width 208: "This will be preformatted."
+      RenderBlock (anonymous) at (0,522) size 784x18
+        RenderInline {NOBR} at (0,0) size 234x18 [bgcolor=#CCCCCC]
+          RenderText {TEXT} at (0,0) size 234x18
+            text run at (0,0) width 234: "Now we're back to nonbreaking text."
diff --git a/LayoutTests/fast/parser/001.html b/LayoutTests/fast/parser/001.html
new file mode 100644
index 0000000..9ee3581
--- /dev/null
+++ b/LayoutTests/fast/parser/001.html
@@ -0,0 +1,15 @@
+<dir>One
+<dir>Two
+<dir>Three
+<center>Four</center>
+</dir>
+</dir>
+</dir>
+
+<pre>Pre text
+<object width=300 height=300 style="display: inline; background-color:green"></object>
+Also pre text
+</pre>
+
+<nobr style="background-color:#cccccc">This text won't break.
+<pre>This will be preformatted.</pre>Now we're back to nonbreaking text.</nobr>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list