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


The following commit has been merged in the debian/unstable branch:
commit 35519d4cf6ee6a6c7bafe60a996e04d8aa482a41
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 17 23:24:57 2003 +0000

    Add malformed table content test.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5545 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/invalid/017-expected.txt b/LayoutTests/fast/invalid/017-expected.txt
new file mode 100644
index 0000000..2703444
--- /dev/null
+++ b/LayoutTests/fast/invalid/017-expected.txt
@@ -0,0 +1,18 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x52
+  RenderBlock {HTML} at (0,0) size 800x52
+    RenderBody {BODY} at (8,8) size 784x36
+      RenderBlock {P} at (0,0) size 784x0
+        RenderInline {A} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,0) size 784x0
+        RenderInline {A} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,0) size 784x18
+        RenderBlock {P} at (0,0) size 784x18
+          RenderText {TEXT} at (0,0) size 155x18
+            text run at (0,0) width 155: "You should see this text."
+      RenderBlock (anonymous) at (0,34) size 784x0
+        RenderInline {A} at (0,0) size 0x0
+      RenderTable {TABLE} at (0,34) size 4x2
+        RenderTableSection {TBODY} at (0,0) size 0x2
+          RenderTableRow {TR} at (0,0) size 0x0
diff --git a/LayoutTests/fast/invalid/017.html b/LayoutTests/fast/invalid/017.html
new file mode 100644
index 0000000..037f2e1
--- /dev/null
+++ b/LayoutTests/fast/invalid/017.html
@@ -0,0 +1 @@
+<table><tr><p><a><p>You should see this text.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list