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


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

    Commit an h2/form test case.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4892 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/invalid/014-expected.txt b/LayoutTests/fast/invalid/014-expected.txt
new file mode 100644
index 0000000..9388397
--- /dev/null
+++ b/LayoutTests/fast/invalid/014-expected.txt
@@ -0,0 +1,22 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x61
+  RenderBlock {HTML} at (0,0) size 800x61
+    RenderBody {BODY} at (8,8) size 784x39
+      RenderBlock (anonymous) at (0,0) size 784x17
+        RenderText {TEXT} at (0,0) size 654x17
+          text run at (0,0) width 309: "Random tests of some bizarre combinations. "
+          text run at (309,0) width 345: "H2 should allow a form inside it, but p should not."
+      RenderBlock (anonymous) at (0,17) size 784x0
+        RenderText {TEXT} at (0,0) size 0x0
+      RenderBlock {FORM} at (0,17) size 784x22
+        RenderSelect {SELECT} at (2,2) size 39x18
+        RenderText {TEXT} at (0,0) size 0x0
+      RenderBlock {P} at (0,53) size 784x0
+layer at (470,42) size 47x47
+  RenderBlock (positioned) {H2} at (470,42) size 47x47
+    RenderBlock {FORM} at (2,2) size 43x22
+      RenderSelect {SELECT} at (2,2) size 39x18
+      RenderText {TEXT} at (0,0) size 0x0
+layer at (470,39) size 4x4
+  RenderBlock (positioned) {P} at (470,39) size 4x4
diff --git a/LayoutTests/fast/invalid/014.html b/LayoutTests/fast/invalid/014.html
new file mode 100644
index 0000000..78a9d3c
--- /dev/null
+++ b/LayoutTests/fast/invalid/014.html
@@ -0,0 +1,21 @@
+<html>
+<body>
+Random tests of some bizarre combinations.  H2 should allow a form inside it, but p should not.
+
+<h2 style="position: absolute; border:2px solid green; left: 470px">	
+	<form>
+		<select>
+			<option>A</option>
+		</select>
+	</form>
+</h2>
+
+<p style="position: absolute; border:2px solid green; left: 470px">	
+	<form>
+		<select>
+			<option>A</option>
+		</select>
+	</form>
+</p>
+
+</body>
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list