[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

noam.rosenthal at nokia.com noam.rosenthal at nokia.com
Wed Dec 22 15:35:39 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 282a8380a7ca040542dfd65a673005ab23e41c23
Author: noam.rosenthal at nokia.com <noam.rosenthal at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 8 22:52:19 2010 +0000

    Unreviewed bot fix.
    
    Removed a test that was added without results. Will add again later.
    
    * compositing/layer-creation/many-layers.html: Removed.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71577 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 582abc7..7c3a57f 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-08  No'am Rosenthal  <noam.rosenthal at nokia.com>
+
+        Unreviewed bot fix.
+
+        Removed a test that was added without results. Will add again later.
+
+        * compositing/layer-creation/many-layers.html: Removed.
+
 2010-11-08  Dan Bernstein  <mitz at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/compositing/layer-creation/many-layers.html b/LayoutTests/compositing/layer-creation/many-layers.html
deleted file mode 100644
index 782e8d6..0000000
--- a/LayoutTests/compositing/layer-creation/many-layers.html
+++ /dev/null
@@ -1,81 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-   "http://www.w3.org/TR/html4/loose.dtd">
-
-<html lang="en">
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-  <title>untitled</title>
-  <style type="text/css" media="screen">
-
-    .tile {
-        -webkit-transform: translateZ(0);
-        width: 1024px;
-        height: 1024px;
-        background-color: green;
-        position: absolute;
-        opacity: 0.1;
-    }
-    
-    #red { 
-        background-color: red;
-        position: absolute;
-        left: 0px;
-        top: 0px;
-        width: 800px;
-        height: 600px;
-    }
-
-    #container td {
-        width: 50px;
-    }
-    
-  </style>
-</head>
-<body>
-    <div id="tester">
-    </div>
-    <table id="container">
-        <tr>
-            <td>
-                <div class="tile">
-            </td>
-            <td>
-                <div class="tile">
-            </td>
-            <td>
-                <div class="tile">
-            </td>
-            <td>
-                <div class="tile">
-            </td>
-            <td>
-                <div class="tile">
-            </td>
-            <td>
-                <div class="tile">
-            </td>
-            <td>
-                <div class="tile">
-            </td>
-            <td>
-                <div class="tile">
-            </td>
-            <td>
-                <div class="tile">
-            </td>
-            <td>
-                <div class="tile">
-            </td>
-            <td>
-                <div class="tile">
-            </td>
-            <td>
-                <div class="tile">
-            </td>
-            <td>
-                <div class="tile">
-            </td>
-        </tr>
-    </table>
-</body>
-</html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list