[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
mjs
mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:41:36 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 86f180207904658615b691cd40acd2bab998bb46
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue May 25 00:18:18 2004 +0000
Reviewed by Dave.
Added a new simple layout test for outerText.
* layout-tests/fast/dom/outerText-expected.txt: Added.
* layout-tests/fast/dom/outerText.html: Added.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6679 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/fast/dynamic/005-expected.txt b/LayoutTests/fast/dom/outerText-expected.txt
similarity index 52%
copy from LayoutTests/fast/dynamic/005-expected.txt
copy to LayoutTests/fast/dom/outerText-expected.txt
index 95f20f5..bd5a8ce 100644
--- a/LayoutTests/fast/dynamic/005-expected.txt
+++ b/LayoutTests/fast/dom/outerText-expected.txt
@@ -3,4 +3,6 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
- RenderBlock (floating) {DIV} at (684,0) size 100x100 [bgcolor=#008000]
+ RenderBlock {DIV} at (0,0) size 784x18
+ RenderText {TEXT} at (0,0) size 185x18
+ text run at (0,0) width 185: "this is a mistake or something"
diff --git a/LayoutTests/fast/dom/outerText.html b/LayoutTests/fast/dom/outerText.html
new file mode 100644
index 0000000..6fe994d
--- /dev/null
+++ b/LayoutTests/fast/dom/outerText.html
@@ -0,0 +1,6 @@
+<div id="div">this is a <i id="test">test</i> or something</div>
+
+<script>
+var test = document.getElementById("test");
+test.outerText = "mistake";
+</script>
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index d2de0ef..1b2a517 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,12 @@
+2004-05-24 Maciej Stachowiak <mjs at apple.com>
+
+ Reviewed by Dave.
+
+ Added a new simple layout test for outerText.
+
+ * layout-tests/fast/dom/outerText-expected.txt: Added.
+ * layout-tests/fast/dom/outerText.html: Added.
+
2004-05-24 Darin Adler <darin at apple.com>
Reviewed by Vicki.
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list