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

andersca at apple.com andersca at apple.com
Wed Dec 22 11:17:02 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7eaa4c1b2a7abd8fd9b19efc163eaf464f0af098
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 16 17:47:59 2010 +0000

    Remove fast/dynamic/flash-replacement-test.html
    https://bugs.webkit.org/show_bug.cgi?id=42467
    
    Reviewed by Simon Fraser.
    
    This test doesn't really test anything since the flash file it points to doesn't exist, and
    the flash replacement test requires a SWF file that triggers a style layout when instantiating the plug-in.
    
    Furthermore, we don't even instantiate Netscape plug-ins from attach anymore which makes this test
    even less accurate.
    
    Also, it's failing on Mac if Flash 10.1, which uses the Core Animation drawing model, is installed.
    
    * fast/dynamic/flash-replacement-test.html: Removed.
    * platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.checksum: Removed.
    * platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.png: Removed.
    * platform/chromium-win/fast/dynamic/flash-replacement-test-expected.checksum: Removed.
    * platform/chromium-win/fast/dynamic/flash-replacement-test-expected.png: Removed.
    * platform/chromium-win/fast/dynamic/flash-replacement-test-expected.txt: Removed.
    * platform/mac/fast/dynamic/flash-replacement-test-expected.checksum: Removed.
    * platform/mac/fast/dynamic/flash-replacement-test-expected.png: Removed.
    * platform/mac/fast/dynamic/flash-replacement-test-expected.txt: Removed.
    * platform/qt/fast/dynamic/flash-replacement-test-expected.txt: Removed.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63563 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e762409..597e47b 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,29 @@
+2010-07-16  Anders Carlsson  <andersca at apple.com>
+
+        Reviewed by Simon Fraser.
+
+        Remove fast/dynamic/flash-replacement-test.html
+        https://bugs.webkit.org/show_bug.cgi?id=42467
+
+        This test doesn't really test anything since the flash file it points to doesn't exist, and
+        the flash replacement test requires a SWF file that triggers a style layout when instantiating the plug-in.
+        
+        Furthermore, we don't even instantiate Netscape plug-ins from attach anymore which makes this test
+        even less accurate.
+
+        Also, it's failing on Mac if Flash 10.1, which uses the Core Animation drawing model, is installed.
+
+        * fast/dynamic/flash-replacement-test.html: Removed.
+        * platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.checksum: Removed.
+        * platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.png: Removed.
+        * platform/chromium-win/fast/dynamic/flash-replacement-test-expected.checksum: Removed.
+        * platform/chromium-win/fast/dynamic/flash-replacement-test-expected.png: Removed.
+        * platform/chromium-win/fast/dynamic/flash-replacement-test-expected.txt: Removed.
+        * platform/mac/fast/dynamic/flash-replacement-test-expected.checksum: Removed.
+        * platform/mac/fast/dynamic/flash-replacement-test-expected.png: Removed.
+        * platform/mac/fast/dynamic/flash-replacement-test-expected.txt: Removed.
+        * platform/qt/fast/dynamic/flash-replacement-test-expected.txt: Removed.
+
 2010-07-15  Rob Buis  <rwlbuis at gmail.com>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/fast/dynamic/flash-replacement-test.html b/LayoutTests/fast/dynamic/flash-replacement-test.html
deleted file mode 100644
index c3f0aa9..0000000
--- a/LayoutTests/fast/dynamic/flash-replacement-test.html
+++ /dev/null
@@ -1,39 +0,0 @@
-		
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<title>Reduced Test Case</title>
-
-<link href="bogus.css" rel="stylesheet" type="text/css" media="screen" />
-
-<script language="javascript" type="text/javascript">
-
-function measure2() {
-	document.getElementById('result').innerHTML = 'The resulting width is ' + document.getElementById('hello').offsetWidth;
-}
-
-// BEGIN PROXY FUNCTION
-// If we call the above function using this as a proxy, it works. Even with a "0" as our delay.
-
-function measure() {
-	setTimeout("measure2()",0);
-}
-
-// END PROXY FUNCTION
-
-
-</script>		
-
-</head>
-<body onload="measure2()">
-
-<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="249" height="154"><param name="movie" value="bogus.swf"><param name="bgcolor" value="#000000"><param name="quality" value="high"><embed src="featuredcase.swf" bgcolor="#000000" quality="high" width="249" height="154" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>
-
-<br />
-<h1 id="hello" style="background-color: #FF0000">Measure Me</h1>
-
- 
-<div id="result"></div>
-
-</body>
-</html>
diff --git a/LayoutTests/platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.checksum b/LayoutTests/platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.checksum
deleted file mode 100644
index a834ec1..0000000
--- a/LayoutTests/platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-f5472c703182342c34bc8e19cfc91d0a
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.png b/LayoutTests/platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.png
deleted file mode 100644
index 9a8c303..0000000
Binary files a/LayoutTests/platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-win/fast/dynamic/flash-replacement-test-expected.checksum b/LayoutTests/platform/chromium-win/fast/dynamic/flash-replacement-test-expected.checksum
deleted file mode 100644
index e965967..0000000
--- a/LayoutTests/platform/chromium-win/fast/dynamic/flash-replacement-test-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-b060474a42aa462b3a3fe568ffc5c597
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-win/fast/dynamic/flash-replacement-test-expected.png b/LayoutTests/platform/chromium-win/fast/dynamic/flash-replacement-test-expected.png
deleted file mode 100644
index f60319c..0000000
Binary files a/LayoutTests/platform/chromium-win/fast/dynamic/flash-replacement-test-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-win/fast/dynamic/flash-replacement-test-expected.txt b/LayoutTests/platform/chromium-win/fast/dynamic/flash-replacement-test-expected.txt
deleted file mode 100644
index 4b1c95e..0000000
--- a/LayoutTests/platform/chromium-win/fast/dynamic/flash-replacement-test-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x274
-  RenderBlock {HTML} at (0,0) size 800x274
-    RenderBody {BODY} at (8,8) size 784x258
-      RenderBlock (anonymous) at (0,0) size 784x159
-        RenderEmbeddedObject {OBJECT} at (0,0) size 249x154
-        RenderText {#text} at (249,139) size 4x19
-          text run at (249,139) width 4: " "
-        RenderBR {BR} at (0,0) size 0x0
-      RenderBlock {H1} at (0,180) size 784x37 [bgcolor=#FF0000]
-        RenderText {#text} at (0,0) size 172x36
-          text run at (0,0) width 172: "Measure Me"
-      RenderBlock {DIV} at (0,238) size 784x20
-        RenderText {#text} at (0,0) size 154x19
-          text run at (0,0) width 154: "The resulting width is 784"
diff --git a/LayoutTests/platform/mac/fast/dynamic/flash-replacement-test-expected.checksum b/LayoutTests/platform/mac/fast/dynamic/flash-replacement-test-expected.checksum
deleted file mode 100644
index 63d9c27..0000000
--- a/LayoutTests/platform/mac/fast/dynamic/flash-replacement-test-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-7ba11a7a0bc27bce3b708ded5b75d0ce
\ No newline at end of file
diff --git a/LayoutTests/platform/mac/fast/dynamic/flash-replacement-test-expected.png b/LayoutTests/platform/mac/fast/dynamic/flash-replacement-test-expected.png
deleted file mode 100644
index 1382d5f..0000000
Binary files a/LayoutTests/platform/mac/fast/dynamic/flash-replacement-test-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/fast/dynamic/flash-replacement-test-expected.txt b/LayoutTests/platform/mac/fast/dynamic/flash-replacement-test-expected.txt
deleted file mode 100644
index c6d6ae5..0000000
--- a/LayoutTests/platform/mac/fast/dynamic/flash-replacement-test-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x271
-  RenderBlock {HTML} at (0,0) size 800x271
-    RenderBody {BODY} at (8,8) size 784x255
-      RenderBlock (anonymous) at (0,0) size 784x158
-        RenderEmbeddedObject {OBJECT} at (0,0) size 249x154
-        RenderText {#text} at (249,140) size 4x18
-          text run at (249,140) width 4: " "
-        RenderBR {BR} at (0,0) size 0x0
-      RenderBlock {H1} at (0,179) size 784x37 [bgcolor=#FF0000]
-        RenderText {#text} at (0,0) size 170x37
-          text run at (0,0) width 170: "Measure Me"
-      RenderBlock {DIV} at (0,237) size 784x18
-        RenderText {#text} at (0,0) size 165x18
-          text run at (0,0) width 165: "The resulting width is 784"
diff --git a/LayoutTests/platform/qt/fast/dynamic/flash-replacement-test-expected.txt b/LayoutTests/platform/qt/fast/dynamic/flash-replacement-test-expected.txt
deleted file mode 100644
index 510afa6..0000000
--- a/LayoutTests/platform/qt/fast/dynamic/flash-replacement-test-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x268
-  RenderBlock {HTML} at (0,0) size 800x268
-    RenderBody {BODY} at (8,8) size 784x252
-      RenderBlock (anonymous) at (0,0) size 784x159
-        RenderEmbeddedObject {OBJECT} at (0,0) size 249x154
-        RenderText {#text} at (249,140) size 4x19
-          text run at (249,140) width 4: " "
-        RenderBR {BR} at (0,0) size 0x0
-      RenderBlock {H1} at (0,177) size 784x38 [bgcolor=#FF0000]
-        RenderText {#text} at (0,0) size 162x38
-          text run at (0,0) width 162: "Measure Me"
-      RenderBlock {DIV} at (0,233) size 784x19
-        RenderText {#text} at (0,0) size 162x19
-          text run at (0,0) width 162: "The resulting width is 784"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list