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


The following commit has been merged in the debian/unstable branch:
commit 216295984189b4e825b5bf62d7ee8b9dce80ab92
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 11 06:26:08 2003 +0000

    Adding overflow test with auto height.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5757 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/overflow/005.html b/LayoutTests/fast/overflow/005.html
new file mode 100644
index 0000000..4af8ad3
--- /dev/null
+++ b/LayoutTests/fast/overflow/005.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+<style>
+pre {
+  width:300px;
+  overflow:auto;
+}
+</style>
+</head>
+<body>
+<pre>This is a test to see if this messes up
+the way I think it's going to.</pre>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list