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


The following commit has been merged in the debian/unstable branch:
commit 402d89a709de40ee40a2bcf4f54fe0ce5a18c6f7
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 27 21:00:20 2003 +0000

    Add inline fieldset test.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4903 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/forms/007-expected.txt b/LayoutTests/fast/forms/007-expected.txt
new file mode 100644
index 0000000..22db47e
--- /dev/null
+++ b/LayoutTests/fast/forms/007-expected.txt
@@ -0,0 +1,25 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x92
+  RenderBlock {HTML} at (0,0) size 800x92
+    RenderBody {BODY} at (8,8) size 784x76
+      RenderFieldSet {FIELDSET} at (2,0) size 111x73
+        RenderLegend {LEGEND} at (10,0) size 91x17
+          RenderText {TEXT} at (2,0) size 87x17
+            text run at (2,0) width 87: "Number One"
+        RenderBlock (anonymous) at (10,27) size 91x34
+          RenderText {TEXT} at (0,0) size 82x17
+            text run at (0,0) width 82: "Hello world."
+          RenderBR {BR} at (0,0) size 0x0
+          RenderText {TEXT} at (0,17) size 82x17
+            text run at (0,17) width 82: "Hello world."
+      RenderText {TEXT} at (115,59) size 4x17
+        text run at (115,59) width 4: " "
+      RenderFieldSet {FIELDSET} at (121,17) size 112x56
+        RenderLegend {LEGEND} at (10,0) size 92x17
+          RenderText {TEXT} at (2,0) size 88x17
+            text run at (2,0) width 88: "Number Two"
+        RenderBlock (anonymous) at (10,27) size 92x17
+          RenderText {TEXT} at (0,0) size 82x17
+            text run at (0,0) width 82: "Hello world."
+      RenderText {TEXT} at (0,0) size 0x0
diff --git a/LayoutTests/fast/forms/007.html b/LayoutTests/fast/forms/007.html
new file mode 100644
index 0000000..f26afa8
--- /dev/null
+++ b/LayoutTests/fast/forms/007.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<style>
+fieldset { display: inline }
+</style>
+</head>
+<body>
+<fieldset><legend>Number One</legend>Hello world.<br>Hello world.</fieldset>
+<fieldset><legend>Number Two</legend>Hello world.</fieldset>
+ 
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list