[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

hamaji at chromium.org hamaji at chromium.org
Thu Oct 29 20:32:14 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 8108d039f5f9ba0099cd7da1fa0863285ddd5e72
Author: hamaji at chromium.org <hamaji at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 22 23:41:17 2009 +0000

    2009-09-22  Shinichiro Hamaji  <hamaji at chromium.org>
    
            Reviewed by Eric Seidel.
    
            fast/backgrounds/repeat tests are different from their TEMPLATE
            https://bugs.webkit.org/show_bug.cgi?id=29659
    
            * fast/backgrounds/repeat/parsing-background-repeat.html:
            * fast/backgrounds/repeat/resources/TEMPLATE.html: Removed.
            * fast/backgrounds/repeat/resources/parsing-background-repeat.js: Removed.
            * fast/backgrounds/repeat/script-tests: Added.
            * fast/backgrounds/repeat/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/backgrounds/repeat/resources/TEMPLATE.html.
            * fast/backgrounds/repeat/script-tests/parsing-background-repeat.js: Copied from LayoutTests/fast/backgrounds/repeat/resources/parsing-background-repeat.js.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48656 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index cccda54..3c91844 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,17 @@
+2009-09-22  Shinichiro Hamaji  <hamaji at chromium.org>
+
+        Reviewed by Eric Seidel.
+
+        fast/backgrounds/repeat tests are different from their TEMPLATE
+        https://bugs.webkit.org/show_bug.cgi?id=29659
+
+        * fast/backgrounds/repeat/parsing-background-repeat.html:
+        * fast/backgrounds/repeat/resources/TEMPLATE.html: Removed.
+        * fast/backgrounds/repeat/resources/parsing-background-repeat.js: Removed.
+        * fast/backgrounds/repeat/script-tests: Added.
+        * fast/backgrounds/repeat/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/backgrounds/repeat/resources/TEMPLATE.html.
+        * fast/backgrounds/repeat/script-tests/parsing-background-repeat.js: Copied from LayoutTests/fast/backgrounds/repeat/resources/parsing-background-repeat.js.
+
 2009-09-22  Eric Seidel  <eric at webkit.org>
 
         Reviewed by Simon Fraser.
diff --git a/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat.html b/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat.html
index d9227bf..aac9bdb 100644
--- a/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat.html
+++ b/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat.html
@@ -1,14 +1,13 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<style type="text/css"></style>
 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
 <script src="../../js/resources/js-test-pre.js"></script>
 </head>
 <body>
 <p id="description"></p>
 <div id="console"></div>
-<script src="resources/parsing-background-repeat.js"></script>
+<script src="script-tests/parsing-background-repeat.js"></script>
 <script src="../../js/resources/js-test-post.js"></script>
 </body>
 </html>
diff --git a/LayoutTests/fast/backgrounds/repeat/resources/TEMPLATE.html b/LayoutTests/fast/backgrounds/repeat/resources/TEMPLATE.html
deleted file mode 100644
index e3de3c6..0000000
--- a/LayoutTests/fast/backgrounds/repeat/resources/TEMPLATE.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<link rel="stylesheet" href="../../../js/resources/js-test-style.css">
-<script src="../../../js/resources/js-test-pre.js"></script>
-</head>
-<body>
-<p id="description"></p>
-<div id="console"></div>
-<script src="YOUR_JS_FILE_HERE"></script>
-<script src="../../../js/resources/js-test-post.js"></script>
-</body>
-</html>
diff --git a/LayoutTests/fast/css/getComputedStyle/script-tests/TEMPLATE.html b/LayoutTests/fast/backgrounds/repeat/script-tests/TEMPLATE.html
similarity index 100%
copy from LayoutTests/fast/css/getComputedStyle/script-tests/TEMPLATE.html
copy to LayoutTests/fast/backgrounds/repeat/script-tests/TEMPLATE.html
diff --git a/LayoutTests/fast/backgrounds/repeat/resources/parsing-background-repeat.js b/LayoutTests/fast/backgrounds/repeat/script-tests/parsing-background-repeat.js
similarity index 100%
rename from LayoutTests/fast/backgrounds/repeat/resources/parsing-background-repeat.js
rename to LayoutTests/fast/backgrounds/repeat/script-tests/parsing-background-repeat.js

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list