[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:13:18 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 17627d40d6d4c1488dcd82b26539288ae7cccbfe
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 18 02:39:00 2003 +0000

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

diff --git a/LayoutTests/fast/invalid/018-expected.txt b/LayoutTests/fast/invalid/018-expected.txt
new file mode 100644
index 0000000..0cfd985
--- /dev/null
+++ b/LayoutTests/fast/invalid/018-expected.txt
@@ -0,0 +1,27 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x58
+  RenderBlock {HTML} at (0,0) size 800x58
+    RenderBody {BODY} at (8,8) size 784x42
+      RenderBlock {CENTER} at (0,0) size 784x0
+        RenderBlock {CENTER} at (0,0) size 784x0
+      RenderBlock (anonymous) at (0,0) size 784x0
+        RenderInline {FONT} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,0) size 784x2
+        RenderTable {TABLE} at (0,0) size 4x2
+          RenderTableSection {TBODY} at (0,0) size 0x2
+            RenderTableRow {TR} at (0,0) size 0x0
+        RenderBlock {P} at (0,18) size 784x0
+      RenderBlock (anonymous) at (0,18) size 784x18
+        RenderInline {FONT} at (0,0) size 0x0
+          RenderInline {A} at (0,0) size 0x0
+        RenderInline {A} at (0,0) size 0x0
+          RenderInline {FONT} at (0,0) size 0x0
+        RenderInline {FONT} at (0,0) size 366x18
+          RenderText {TEXT} at (0,0) size 366x18
+            text run at (0,0) width 366: "This page contains an insanely badly-nested tag sequence."
+      RenderTable {TABLE} at (0,36) size 6x6
+        RenderTableSection {TBODY} at (0,0) size 0x6
+          RenderTableRow {TR} at (0,0) size 0x0
+            RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,0) size 0x0
diff --git a/LayoutTests/fast/invalid/018.html b/LayoutTests/fast/invalid/018.html
new file mode 100644
index 0000000..1b30939
--- /dev/null
+++ b/LayoutTests/fast/invalid/018.html
@@ -0,0 +1,8 @@
+<TABLE>
+<TR>
+<CENTER><CENTER><TD></TD></TR><TR>
+<FONT>
+<TABLE><tr></tr></TABLE>
+</P>
+<a></font><font></a>
+This page contains an insanely badly-nested tag sequence.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list