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


The following commit has been merged in the debian/unstable branch:
commit 9e73b9b2af1981c094a754abcad6d0295cf8dd68
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 7 07:59:30 2003 +0000

    Adding runin tests finally.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5417 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/runin/001-expected.txt b/LayoutTests/fast/runin/001-expected.txt
new file mode 100644
index 0000000..c143745
--- /dev/null
+++ b/LayoutTests/fast/runin/001-expected.txt
@@ -0,0 +1,47 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x178
+  RenderBlock {HTML} at (0,0) size 800x178
+    RenderBody {BODY} at (8,8) size 784x162
+      RenderBlock (anonymous) at (0,0) size 784x18
+        RenderText {TEXT} at (0,0) size 51x18
+          text run at (0,0) width 51: "Case A:"
+      RenderBlock {DIV} at (0,18) size 784x18
+        RenderBlock (anonymous) at (0,0) size 784x18
+          RenderBlock (run-in) {DIV} at (0,0) size 0x0
+            RenderText {TEXT} at (0,0) size 78x18
+              text run at (0,0) width 78: "This should "
+          RenderInline {DIV} at (0,0) size 41x18
+            RenderText {TEXT} at (78,0) size 41x18
+              text run at (78,0) width 41: "run in."
+          RenderText {TEXT} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,36) size 784x18
+        RenderText {TEXT} at (0,0) size 50x18
+          text run at (0,0) width 50: "Case B:"
+      RenderBlock {DIV} at (0,54) size 784x18
+        RenderBlock (anonymous) at (0,0) size 784x18
+          RenderBlock (run-in) {DIV} at (0,0) size 0x0
+            RenderText {TEXT} at (0,0) size 78x18
+              text run at (0,0) width 78: "This should "
+          RenderText {TEXT} at (78,0) size 41x18
+            text run at (78,0) width 41: "run in."
+      RenderBlock (anonymous) at (0,72) size 784x18
+        RenderText {TEXT} at (0,0) size 50x18
+          text run at (0,0) width 50: "Case C:"
+      RenderBlock {DIV} at (0,90) size 784x18
+        RenderBlock {DIV} at (0,0) size 784x18
+          RenderBlock (run-in) {DIV} at (0,0) size 0x0
+            RenderText {TEXT} at (0,0) size 78x18
+              text run at (0,0) width 78: "This should "
+          RenderText {TEXT} at (78,0) size 41x18
+            text run at (78,0) width 41: "run in."
+      RenderBlock (anonymous) at (0,108) size 784x18
+        RenderText {TEXT} at (0,0) size 51x18
+          text run at (0,0) width 51: "Case D:"
+      RenderBlock {DIV} at (0,126) size 784x36
+        RenderBlock (run-in) {DIV} at (0,0) size 784x18
+          RenderText {TEXT} at (0,0) size 112x18
+            text run at (0,0) width 112: "This should NOT"
+        RenderBlock (run-in) {DIV} at (0,18) size 784x18
+          RenderText {TEXT} at (0,0) size 41x18
+            text run at (0,0) width 41: "run in."
diff --git a/LayoutTests/fast/runin/001.html b/LayoutTests/fast/runin/001.html
new file mode 100644
index 0000000..d3e4e89
--- /dev/null
+++ b/LayoutTests/fast/runin/001.html
@@ -0,0 +1,46 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+	"http://www.w3.org/TR/html401/strict.dtd">
+<html>
+<head>
+<title>Test</title>
+
+<style type="text/css">
+.block { display: block }
+.runin { display: run-in }
+.inline { display: inline }
+
+</style>
+</head>
+
+<body>
+Case A:
+
+<div class="block">
+    <div class="runin">This should </div>
+    <div class="inline">run in.</div>
+</div>
+
+Case B:
+
+<div class="block">
+    <div class="runin">This should </div>
+    run in.
+</div>
+
+Case C:
+
+<div class="block">
+    <div class="runin">This should </div>
+    <div class="block">run in.</div>
+</div>
+
+Case D:
+
+<div class="block">
+    <div class="runin">This should NOT</div>
+    <div class="runin">run in.</div>
+</div>
+
+</body>
+</html>
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list