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


The following commit has been merged in the debian/unstable branch:
commit 529ea8c2117dee1ae2744e05c13d2b148d27b2cc
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 14 21:01:37 2004 +0000

    Add layout test for dynamic float/position change.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@7027 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/dom/outerText-expected.txt b/LayoutTests/fast/dynamic/009-expected.txt
similarity index 65%
copy from LayoutTests/fast/dom/outerText-expected.txt
copy to LayoutTests/fast/dynamic/009-expected.txt
index bd5a8ce..2fe223f 100644
--- a/LayoutTests/fast/dom/outerText-expected.txt
+++ b/LayoutTests/fast/dynamic/009-expected.txt
@@ -4,5 +4,5 @@ layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
       RenderBlock {DIV} at (0,0) size 784x18
-        RenderText {TEXT} at (0,0) size 185x18
-          text run at (0,0) width 185: "this is a mistake or something"
+        RenderText {TEXT} at (0,0) size 169x18
+          text run at (0,0) width 169: "This text should be visible."
diff --git a/LayoutTests/fast/dynamic/009.html b/LayoutTests/fast/dynamic/009.html
new file mode 100644
index 0000000..126cf55
--- /dev/null
+++ b/LayoutTests/fast/dynamic/009.html
@@ -0,0 +1,6 @@
+<body><div id="foo" style="position:absolute; visibility:hidden;">This text should be visible.</div><script>
+		var foo = document.getElementById('foo');
+                foo.style.position="";
+		foo.style.visibility="";
+</script>
+</body>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list