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


The following commit has been merged in the debian/unstable branch:
commit d8b0b3106c71f91b81131de85eb969791d3d21f9
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 3 22:07:32 2003 +0000

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

diff --git a/LayoutTests/fast/invalid/019-expected.txt b/LayoutTests/fast/invalid/019-expected.txt
new file mode 100644
index 0000000..bfd65f9
--- /dev/null
+++ b/LayoutTests/fast/invalid/019-expected.txt
@@ -0,0 +1,20 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x85
+  RenderBlock {HTML} at (0,0) size 800x85
+    RenderBody {BODY} at (8,8) size 784x64
+      RenderBlock (anonymous) at (0,0) size 784x0
+        RenderInline {B} at (0,0) size 0x0
+          RenderInline {NOBR} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,0) size 784x18
+        RenderBlock {DIV} at (0,0) size 784x18
+          RenderText {TEXT} at (0,0) size 219x18
+            text run at (0,0) width 219: "This text is in a div inside a nobr"
+      RenderBlock (anonymous) at (0,18) size 784x18
+        RenderInline {B} at (0,0) size 670x18
+          RenderInline {NOBR} at (0,0) size 0x0
+          RenderText {TEXT} at (0,0) size 670x18
+            text run at (0,0) width 670: "More text that should not be in the nobr, i.e., the nobr should have closed the div inside it implicitly."
+      RenderBlock {PRE} at (0,49) size 784x15
+        RenderText {TEXT} at (0,0) size 272x15
+          text run at (0,0) width 272: "A pre tag outside everything else."
diff --git a/LayoutTests/fast/invalid/019.html b/LayoutTests/fast/invalid/019.html
new file mode 100644
index 0000000..72ac5a9
--- /dev/null
+++ b/LayoutTests/fast/invalid/019.html
@@ -0,0 +1,6 @@
+<html>
+<body>
+<b><nobr><div>This text is in a div inside a nobr</nobr>More text that should not be in the nobr, i.e., the
+nobr should have closed the div inside it implicitly. </b><pre>A pre tag outside everything else.</pre>
+</body>
+</html>
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list