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


The following commit has been merged in the debian/unstable branch:
commit 105a2cca577deffa9f64886039899aacc0b5c3d2
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 10 22:01:24 2004 +0000

    Remove bogus layout tests that we passed through sheer luck.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6057 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/selectors/033-expected.txt b/LayoutTests/fast/selectors/033-expected.txt
deleted file mode 100644
index d1d72bb..0000000
--- a/LayoutTests/fast/selectors/033-expected.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-layer at (0,0) size 800x600
-  RenderCanvas at (0,0) size 800x600
-layer at (0,0) size 800x134
-  RenderBlock {HTML} at (0,0) size 800x134
-    RenderBody {BODY} at (8,8) size 784x110
-      RenderBlock {DIV} at (0,0) size 784x76
-        RenderTable {TABLE} at (330,0) size 123x76 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 0x74
-            RenderTableRow {TR} at (0,0) size 0x0
-              RenderTableCell {TD} at (2,2) size 24x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 20x18
-                  text run at (2,2) width 20: "1.1"
-              RenderTableCell {TD} at (28,2) size 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 20x18
-                  text run at (2,2) width 20: "1.2"
-              RenderTableCell {TD} at (54,2) size 65x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 61x18
-                  text run at (2,2) width 61: "green cell"
-            RenderTableRow {TR} at (0,0) size 0x0
-              RenderTableCell {TD} at (2,26) size 24x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 20x18
-                  text run at (2,2) width 20: "2.1"
-              RenderTableCell {TD} at (28,26) size 24x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 20x18
-                  text run at (2,2) width 20: "2.2"
-              RenderTableCell {TD} at (54,26) size 65x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 61x18
-                  text run at (2,2) width 61: "green cell"
-            RenderTableRow {TR} at (0,0) size 0x0
-              RenderTableCell {TD} at (2,50) size 24x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 20x18
-                  text run at (2,2) width 20: "3.1"
-              RenderTableCell {TD} at (28,50) size 24x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 20x18
-                  text run at (2,2) width 20: "3.2"
-              RenderTableCell {TD} at (54,50) size 65x22 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 61x18
-                  text run at (2,2) width 61: "green cell"
-      RenderBlock {P} at (0,92) size 784x18
-        RenderInline {SPAN} at (0,0) size 431x18 [bgcolor=#00FF00]
-          RenderText {TEXT} at (0,0) size 431x18
-            text run at (0,0) width 272: "This paragraph contains a span that should "
-            text run at (272,0) width 159: "have a green background"
-        RenderText {TEXT} at (431,0) size 139x18
-          text run at (431,0) width 139: " and some text after it."
diff --git a/LayoutTests/fast/selectors/033.html b/LayoutTests/fast/selectors/033.html
deleted file mode 100644
index bf68e1c..0000000
--- a/LayoutTests/fast/selectors/033.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<html>
- <head>
-  <title>:last-child pseudo-class</title>
-  <style type="text/css">.red { background-color : red }
-.t1 td:last-child { background-color : lime }
-p > *:last-child { background-color : lime }
-</style>
-  <link rel="first" href="css3-modsel-1.html" title="Groups of selectors">
-  <link rel="prev" href="css3-modsel-32.html" title=":first-child pseudo-class">
-  <link rel="next" href="css3-modsel-34.html" title=":first-of-type pseudo-class">
-  <link rel="last" href="css3-modsel-d5e.html" title="NEGATED :indeterminate with :checked">
-  <link rel="up" href="./index.html">
-  <link rel="top" href="../../index.html">
- </head>
- <body>
-<div align="center">
-<table class="t1" border="1">
-  <tr>
-    <td>1.1</td>
-    <td>1.2</td>
-    <td class="red">green cell</td>
-  </tr>
-  <tr>
-    <td>2.1</td>
-    <td>2.2</td>
-    <td class="red">green cell</td>
-  </tr>
-  <tr>
-    <td>3.1</td>
-    <td>3.2</td>
-    <td class="red">green cell</td>
-  </tr>
-</table>
-</div>
-<p>
-<span>This paragraph contains a span that should
-     have a green background</span> and some text after it.</p>
-</body>
-</html>
\ No newline at end of file
diff --git a/LayoutTests/fast/selectors/078-expected.txt b/LayoutTests/fast/selectors/078-expected.txt
deleted file mode 100644
index 59f688c..0000000
--- a/LayoutTests/fast/selectors/078-expected.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-layer at (0,0) size 800x600
-  RenderCanvas at (0,0) size 800x600
-layer at (0,0) size 800x134
-  RenderBlock {HTML} at (0,0) size 800x134
-    RenderBody {BODY} at (8,8) size 784x110
-      RenderBlock {DIV} at (0,0) size 784x76
-        RenderTable {TABLE} at (310,0) size 164x76 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 0x74
-            RenderTableRow {TR} at (0,0) size 0x0
-              RenderTableCell {TD} at (2,2) size 65x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 61x18
-                  text run at (2,2) width 61: "green cell"
-              RenderTableCell {TD} at (69,2) size 65x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 61x18
-                  text run at (2,2) width 61: "green cell"
-              RenderTableCell {TD} at (136,2) size 24x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 20x18
-                  text run at (2,2) width 20: "1.3"
-            RenderTableRow {TR} at (0,0) size 0x0
-              RenderTableCell {TD} at (2,26) size 65x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 61x18
-                  text run at (2,2) width 61: "green cell"
-              RenderTableCell {TD} at (69,26) size 65x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 61x18
-                  text run at (2,2) width 61: "green cell"
-              RenderTableCell {TD} at (136,26) size 24x22 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 20x18
-                  text run at (2,2) width 20: "2.3"
-            RenderTableRow {TR} at (0,0) size 0x0
-              RenderTableCell {TD} at (2,50) size 65x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 61x18
-                  text run at (2,2) width 61: "green cell"
-              RenderTableCell {TD} at (69,50) size 65x22 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 61x18
-                  text run at (2,2) width 61: "green cell"
-              RenderTableCell {TD} at (136,50) size 24x22 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
-                RenderText {TEXT} at (2,2) size 20x18
-                  text run at (2,2) width 20: "3.3"
-      RenderBlock {P} at (0,92) size 784x18
-        RenderText {TEXT} at (0,0) size 32x18
-          text run at (0,0) width 32: "This "
-        RenderInline {SPAN} at (0,0) size 109x18
-          RenderText {TEXT} at (32,0) size 109x18
-            text run at (32,0) width 109: "paragraph should"
-        RenderText {TEXT} at (141,0) size 80x18
-          text run at (141,0) width 80: " be unstyled."
diff --git a/LayoutTests/fast/selectors/078.html b/LayoutTests/fast/selectors/078.html
deleted file mode 100644
index 308662b..0000000
--- a/LayoutTests/fast/selectors/078.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<html>
- <head>
-  <title>NEGATED :last-child pseudo-class</title>
-  <style type="text/css">.red { background-color : red }
-.t1 td:not(:last-child) { background-color : lime }
-p > *:not(:last-child) { background-color : lime }
-table.t1 td { border : thin black solid }
-</style>
-  <link rel="first" href="css3-modsel-1.html" title="Groups of selectors">
-  <link rel="prev" href="css3-modsel-77b.html" title="NEGATED :first-child pseudo-class">
-  <link rel="next" href="css3-modsel-78b.html" title="NEGATED :last-child pseudo-class">
-  <link rel="last" href="css3-modsel-d5e.html" title="NEGATED :indeterminate with :checked">
-  <link rel="up" href="./index.html">
-  <link rel="top" href="../../index.html">
- </head>
- <body>
- <div align="center">
-  <table class="t1" border="1">
-   <tr>
-    <td class="red">green cell</td>
-    <td class="red">green cell</td>
-    <td>1.3</td>
-   </tr>
-   <tr>
-    <td class="red">green cell</td>
-    <td class="red">green cell</td>
-    <td>2.3</td>
-   </tr>
-   <tr>
-    <td class="red">green cell</td>
-    <td class="red">green cell</td>
-    <td>3.3</td>
-   </tr>
-  </table>
- </div>
- <p>This <span>paragraph should</span> be unstyled.</p>
-</body>
-</html>
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list