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


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

    Add a layout test for <script/>
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4895 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/invalid/015-expected.txt b/LayoutTests/fast/invalid/015-expected.txt
new file mode 100644
index 0000000..705efee
--- /dev/null
+++ b/LayoutTests/fast/invalid/015-expected.txt
@@ -0,0 +1,12 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x33
+  RenderBlock {HTML} at (0,0) size 800x33
+    RenderBody {BODY} at (8,8) size 784x17
+      RenderText {TEXT} at (0,0) size 181x17
+        text run at (0,0) width 181: "This text should show up. "
+      RenderText {TEXT} at (181,0) size 213x17
+        text run at (181,0) width 213: "This text should also show up. "
+      RenderText {TEXT} at (394,0) size 204x17
+        text run at (394,0) width 204: "This text should show up too."
+      RenderText {TEXT} at (0,0) size 0x0
diff --git a/LayoutTests/fast/invalid/015.html b/LayoutTests/fast/invalid/015.html
new file mode 100644
index 0000000..cf44a5f
--- /dev/null
+++ b/LayoutTests/fast/invalid/015.html
@@ -0,0 +1,14 @@
+<html>
+<body>
+<script/>
+This text should show up.
+
+<script foo="foo" />
+This text should also show up.
+
+<script foo="foo"/>
+This text should show up too.
+
+
+</body>
+</html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list