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


The following commit has been merged in the debian/unstable branch:
commit 31510d00f29f2d315876d04423c2c37c0ce22dcf
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jul 19 23:34:41 2004 +0000

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

diff --git a/LayoutTests/fast/dynamic/005-expected.txt b/LayoutTests/fast/dynamic/010-expected.txt
similarity index 68%
copy from LayoutTests/fast/dynamic/005-expected.txt
copy to LayoutTests/fast/dynamic/010-expected.txt
index 95f20f5..449ddb3 100644
--- a/LayoutTests/fast/dynamic/005-expected.txt
+++ b/LayoutTests/fast/dynamic/010-expected.txt
@@ -3,4 +3,5 @@ layer at (0,0) size 800x600
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock (floating) {DIV} at (684,0) size 100x100 [bgcolor=#008000]
+      RenderText {TEXT} at (0,0) size 11x18
+        text run at (0,0) width 11: "B"
diff --git a/LayoutTests/fast/dynamic/010.html b/LayoutTests/fast/dynamic/010.html
new file mode 100644
index 0000000..f686cdf
--- /dev/null
+++ b/LayoutTests/fast/dynamic/010.html
@@ -0,0 +1,6 @@
+<html>
+<head>
+<style>.foo {}</style>
+</head>
+<body onload="document.writeln('<html><body>B</body></html>');">A</body>
+</html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list