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

antonm at chromium.org antonm at chromium.org
Wed Dec 22 11:29:43 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8ed44b62ef18eaad370f66bbd5cccef8db890344
Author: antonm at chromium.org <antonm at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 27 12:08:36 2010 +0000

    2010-07-27  Anton Muhin  <antonm at chromium.org>
    
            Reviewed by Darin Adler.
    
            Extend a test checking access to nested elements on the document to cover recent regression in Chromium
            https://bugs.webkit.org/show_bug.cgi?id=42980
    
            See http://code.google.com/p/chromium/issues/detail?id=48804 for more details.
    
            * fast/dom/HTMLDocument/document-special-properties-expected.txt:
            * fast/dom/HTMLDocument/document-special-properties.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64121 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 8a5a4a4..9946bd4 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2010-07-27  Anton Muhin  <antonm at chromium.org>
+
+        Reviewed by Darin Adler.
+
+        Extend a test checking access to nested elements on the document to cover recent regression in Chromium
+        https://bugs.webkit.org/show_bug.cgi?id=42980
+
+        See http://code.google.com/p/chromium/issues/detail?id=48804 for more details.
+
+        * fast/dom/HTMLDocument/document-special-properties-expected.txt:
+        * fast/dom/HTMLDocument/document-special-properties.html:
+
 2010-07-27  Kent Tamura  <tkent at chromium.org>
 
         Unreviewed. Trivial test fix.
diff --git a/LayoutTests/fast/dom/HTMLDocument/document-special-properties-expected.txt b/LayoutTests/fast/dom/HTMLDocument/document-special-properties-expected.txt
index 239924c..ef53d41 100644
--- a/LayoutTests/fast/dom/HTMLDocument/document-special-properties-expected.txt
+++ b/LayoutTests/fast/dom/HTMLDocument/document-special-properties-expected.txt
@@ -42,6 +42,7 @@ Embed by name (multiple): collection(2) EMBED(name) EMBED(name)
 Embed by id (unique): undefined
 Embed by id (multiple): undefined
 Embed by id/name mixed: collection(2) EMBED(name) EMBED(name)
+Embed by name nested in object with the same name: single EMBED(name)
 
 Nonexistent iframe name: undefined
 Iframe by name (unique): single WINDOW
diff --git a/LayoutTests/fast/dom/HTMLDocument/document-special-properties.html b/LayoutTests/fast/dom/HTMLDocument/document-special-properties.html
index cad4569..70001e2 100644
--- a/LayoutTests/fast/dom/HTMLDocument/document-special-properties.html
+++ b/LayoutTests/fast/dom/HTMLDocument/document-special-properties.html
@@ -71,6 +71,7 @@ if (window.layoutTestController)
 <embed name="embed5" width="0" height="0"></embed>
 <embed name="embed5" width="0" height="0"></embed>
 <embed id="embed5" width="0" height="0"></embed>
+<object name="embed6"><embed name="embed6"></embed></object>
 
 <object name="object1" width="0" height="0"></object>
 <object name="object2" width="0" height="0"></object>
@@ -233,6 +234,7 @@ testProperty("Embed by name (multiple)", "embed2");
 testProperty("Embed by id (unique)", "embed3");
 testProperty("Embed by id (multiple)", "embed4");
 testProperty("Embed by id/name mixed", "embed5");
+testProperty("Embed by name nested in object with the same name", "embed6");
 print("<br>");
 
 testProperty("Nonexistent iframe name", "iframe0");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list