From f8227f051609bb83f6c4c9207ebefd63d0044dd4 Mon Sep 17 00:00:00 2001 From: "hayato@chromium.org" Date: Fri, 29 Jun 2012 00:59:37 +0000 Subject: [PATCH] Add a test for a 'user-modify' css property of distributed nodes. https://bugs.webkit.org/show_bug.cgi?id=90197 Reviewed by Ryosuke Niwa. * fast/dom/shadow/user-modify-inheritance-expected.txt: * fast/dom/shadow/user-modify-inheritance.html: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121495 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 10 ++++++++++ .../dom/shadow/user-modify-inheritance-expected.txt | 2 ++ .../fast/dom/shadow/user-modify-inheritance.html | 20 ++++++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index fef8cd1..71cd1b2 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,13 @@ +2012-06-28 Hayato Ito + + Add a test for a 'user-modify' css property of distributed nodes. + https://bugs.webkit.org/show_bug.cgi?id=90197 + + Reviewed by Ryosuke Niwa. + + * fast/dom/shadow/user-modify-inheritance-expected.txt: + * fast/dom/shadow/user-modify-inheritance.html: + 2012-06-28 Elliott Sprehn frameborder="no" on frameset is ignored if border attribute set diff --git a/LayoutTests/fast/dom/shadow/user-modify-inheritance-expected.txt b/LayoutTests/fast/dom/shadow/user-modify-inheritance-expected.txt index 5296d36..c76e10d 100644 --- a/LayoutTests/fast/dom/shadow/user-modify-inheritance-expected.txt +++ b/LayoutTests/fast/dom/shadow/user-modify-inheritance-expected.txt @@ -9,6 +9,8 @@ PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contentedita PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contenteditable-host1"), null), userModifyPropertyName) is "read-only" PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contenteditable-host2"), "false"), userModifyPropertyName) is "read-only" PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contenteditable-host3"), "true"), userModifyPropertyName) is "read-write" +PASS getUserModifyProperty("child-a") is "read-write" +PASS getUserModifyProperty("child-b") is "read-write" PASS successfullyParsed is true TEST COMPLETE diff --git a/LayoutTests/fast/dom/shadow/user-modify-inheritance.html b/LayoutTests/fast/dom/shadow/user-modify-inheritance.html index 49c00e8..9905436 100644 --- a/LayoutTests/fast/dom/shadow/user-modify-inheritance.html +++ b/LayoutTests/fast/dom/shadow/user-modify-inheritance.html @@ -2,6 +2,7 @@ +

@@ -11,6 +12,7 @@
+

 
 
 
-- 
2.7.4