[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:57:40 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit ff8154e1321984eba855987c8d9b8f3d7cd32771
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 25 00:47:40 2003 +0000

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

diff --git a/LayoutTests/fast/invalid/016-expected.txt b/LayoutTests/fast/invalid/016-expected.txt
new file mode 100644
index 0000000..c211bea
--- /dev/null
+++ b/LayoutTests/fast/invalid/016-expected.txt
@@ -0,0 +1,14 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x174
+  RenderBlock {HTML} at (0,0) size 800x174
+    RenderBody {BODY} at (8,8) size 784x152
+      RenderBlock {P} at (0,0) size 784x34
+        RenderText {TEXT} at (0,0) size 753x34
+          text run at (0,0) width 164: "You should see two 100"
+          text run at (164,0) width 321: "x100 green squares with black borders below. "
+          text run at (485,0) width 268: "If you see only one square, the test has"
+          text run at (0,17) width 43: "failed."
+      RenderBlock {P} at (0,48) size 784x104
+        RenderImage {IMG} at (0,0) size 104x104 [bgcolor=#008000]
+        RenderImage {IMG} at (104,0) size 104x104 [bgcolor=#008000]
diff --git a/LayoutTests/fast/invalid/016.html b/LayoutTests/fast/invalid/016.html
new file mode 100644
index 0000000..c914e87
--- /dev/null
+++ b/LayoutTests/fast/invalid/016.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+<style>
+img {
+  width: 100px;
+  height: 100px;
+  background-color: green;
+  border:2px solid black;
+}
+</style>
+</head>
+<body>
+<p>You should see two 100x100 green squares with black borders below.  If you see only
+one square, the test has failed.</p>
+<p><img src="foo.gif"<img src="foo.gif"></p>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list