[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 07:54:03 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3e7fea6b0a7026b15aeccc9b842cbf51f01fd895
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 26 23:57:16 2003 +0000

    Add a display:none test.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4893 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/block/basic/017-expected.txt b/LayoutTests/fast/block/basic/017-expected.txt
new file mode 100644
index 0000000..8dc7e11
--- /dev/null
+++ b/LayoutTests/fast/block/basic/017-expected.txt
@@ -0,0 +1,8 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x40
+  RenderBlock {HTML} at (0,0) size 800x40
+    RenderBody {BODY} at (8,8) size 784x18
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {TEXT} at (0,0) size 288x17
+          text run at (0,0) width 288: "Nothing should appear below the red line."
diff --git a/LayoutTests/fast/block/basic/017.html b/LayoutTests/fast/block/basic/017.html
new file mode 100644
index 0000000..86cd017
--- /dev/null
+++ b/LayoutTests/fast/block/basic/017.html
@@ -0,0 +1,20 @@
+<html>
+<body>
+<p style="border-bottom: 1px solid red">
+Nothing should appear below the red line.
+</p>
+
+<table style="display:none">xxx</table>
+<table style="display:none;float:left">xxx</table>
+<table style="display:none;position:absolute">xxx</table>
+
+<div style="display:none">xxx</div>
+<div style="display:none;float:right">xxx</div>
+<div style="display:none;position:absolute">xxx</div>
+
+<span style="display:none">xxx</span>
+<span style="display:none; float:right">xxx</span>
+<span style="display:none;position:absolute">xxx</span>
+
+</body>
+</html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list