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


The following commit has been merged in the debian/unstable branch:
commit 4dbd32baab8ee723df79d4f2501043cca738ea04
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Nov 16 21:00:42 2003 +0000

    Moving this test.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5518 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/selectors/classnames-expected.txt b/LayoutTests/fast/selectors/classnames-expected.txt
deleted file mode 100644
index b0c7fc0..0000000
--- a/LayoutTests/fast/selectors/classnames-expected.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-layer at (0,0) size 800x600
-  RenderCanvas at (0,0) size 800x600
-layer at (0,0) size 800x376
-  RenderBlock {HTML} at (0,0) size 800x376
-    RenderBody {BODY} at (8,8) size 784x360 [color=#444444]
-      RenderTable {TABLE} at (0,0) size 734x360
-        RenderTableSection {TBODY} at (0,0) size 0x360
-          RenderTableRow {TR} at (0,0) size 0x0
-            RenderTableCell {TD} at (2,2) size 242x356 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {H1} at (1,1) size 240x37
-                RenderText {TEXT} at (0,0) size 177x37
-                  text run at (0,0) width 177: "Blue-on-blue"
-              RenderBlock (anonymous) at (1,59) size 240x18
-                RenderText {TEXT} at (0,0) size 142x18
-                  text run at (0,0) width 142: "Background color first"
-              RenderBlock {DIV} at (17,93) size 98x98 [color=#0000FF] [bgcolor=#0000FF]
-                RenderText {TEXT} at (20,1) size 58x58
-                  text run at (20,1) width 58: "Az"
-              RenderBlock (anonymous) at (1,207) size 240x18
-                RenderText {TEXT} at (0,0) size 93x18
-                  text run at (0,0) width 93: "Text color first"
-              RenderBlock {DIV} at (17,241) size 98x98 [color=#0000FF] [bgcolor=#0000FF]
-                RenderText {TEXT} at (20,1) size 58x58
-                  text run at (20,1) width 58: "Az"
-            RenderTableCell {TD} at (246,2) size 242x356 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {H1} at (1,1) size 240x37
-                RenderText {TEXT} at (0,0) size 164x37
-                  text run at (0,0) width 164: "Blue-on-red"
-              RenderBlock (anonymous) at (1,59) size 240x18
-                RenderText {TEXT} at (0,0) size 142x18
-                  text run at (0,0) width 142: "Background color first"
-              RenderBlock {DIV} at (17,93) size 98x98 [color=#0000FF] [bgcolor=#FF0000]
-                RenderText {TEXT} at (20,1) size 58x58
-                  text run at (20,1) width 58: "Az"
-              RenderBlock (anonymous) at (1,207) size 240x18
-                RenderText {TEXT} at (0,0) size 93x18
-                  text run at (0,0) width 93: "Text color first"
-              RenderBlock {DIV} at (17,241) size 98x98 [color=#0000FF] [bgcolor=#FF0000]
-                RenderText {TEXT} at (20,1) size 58x58
-                  text run at (20,1) width 58: "Az"
-            RenderTableCell {TD} at (490,2) size 242x356 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {H1} at (1,1) size 240x37
-                RenderText {TEXT} at (0,0) size 177x37
-                  text run at (0,0) width 177: "Blue-on-blue"
-              RenderBlock (anonymous) at (1,59) size 240x18
-                RenderText {TEXT} at (0,0) size 142x18
-                  text run at (0,0) width 142: "Background color first"
-              RenderBlock {DIV} at (17,93) size 98x98 [color=#0000FF] [bgcolor=#0000FF]
-                RenderText {TEXT} at (20,1) size 58x58
-                  text run at (20,1) width 58: "Az"
-              RenderBlock (anonymous) at (1,207) size 240x18
-                RenderText {TEXT} at (0,0) size 93x18
-                  text run at (0,0) width 93: "Text color first"
-              RenderBlock {DIV} at (17,241) size 98x98 [color=#0000FF] [bgcolor=#0000FF]
-                RenderText {TEXT} at (20,1) size 58x58
-                  text run at (20,1) width 58: "Az"
diff --git a/LayoutTests/fast/selectors/classnames.html b/LayoutTests/fast/selectors/classnames.html
deleted file mode 100644
index 065f778..0000000
--- a/LayoutTests/fast/selectors/classnames.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<html>
-<head>
-<title>Color Test</title>
-<style type="text/css">
-body {color: #444444}
-
-.blue,.foo {color: #0000ff}
-.bgblue,.bar {background-color: #0000ff}
-
-.bgred {background-color: #ff0000}
-
-div {
-	font-family: Verdana, sans-serif;
-	font-size: 0.5in;
-	height: 1in;
-	width: 1in;
-	text-align: center;
-	vertical-align: center;
-	border: 1px solid black;
-	margin: 12pt;
-}
-td {width: 2.5in}
-</style>
-</head>
-<body>
-<table>
-<tr>
-
-<td><h1>Blue-on-blue</h1>
-Background color first
-<div class="bgblue blue">Az</div>
-Text color first
-<div class="blue bgblue">Az</div>
-</td>
-
-<td><h1>Blue-on-red</h1>
-Background color first
-<div class="bgred blue">Az</div>
-Text color first
-<div class="blue bgred">Az</div>
-</td>
-
-<td><h1>Blue-on-blue</h1>
-Background color first
-<div class="bar foo">Az</div>
-Text color first
-<div class="foo bar">Az</div>
-</td>
-
-</tr></table>
-</body>
-</html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list