From cf2e4586f631d0079e75d7b94177ad44f0751a9b Mon Sep 17 00:00:00 2001 From: Hiroyou Date: Sat, 8 Jun 2013 14:57:09 +0900 Subject: [PATCH 1/2] should insert original tree's node if no older shadow tree exists. --- ...hosting-multiple-shadow-trees-003-ref.html | 15 ++++++++++++ .../hosting-multiple-shadow-trees-003.html | 23 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003-ref.html create mode 100644 shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003.html diff --git a/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003-ref.html b/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003-ref.html new file mode 100644 index 00000000000000..e8bc6993489da5 --- /dev/null +++ b/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003-ref.html @@ -0,0 +1,15 @@ + + + + + Shadow DOM - The shadow should insert original tree's node if no older shadow tree exists. + + + +
+

Younger tree's node

+

Older tree's node

+

Original tree's node

+
+ + diff --git a/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003.html b/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003.html new file mode 100644 index 00000000000000..2d6ee340ba294e --- /dev/null +++ b/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003.html @@ -0,0 +1,23 @@ + + + + + Shadow DOM Test - Tests shadow should insert original tree's node if no older shadow tree exists. + + + + + + + +
+

Original tree's node

+
+ + + From 22873e65c084a4690bf46dc3bc9a5b96cd2044a3 Mon Sep 17 00:00:00 2001 From: Hiroyou Date: Sat, 8 Jun 2013 17:11:33 +0900 Subject: [PATCH 2/2] remove unnecessary closing / on void tag. --- .../hosting-multiple-shadow-trees-003-ref.html | 4 ++-- .../hosting-multiple-shadow-trees-003.html | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003-ref.html b/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003-ref.html index e8bc6993489da5..629821c2c7500d 100644 --- a/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003-ref.html +++ b/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003-ref.html @@ -1,9 +1,9 @@ - + Shadow DOM - The shadow should insert original tree's node if no older shadow tree exists. - +
diff --git a/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003.html b/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003.html index 2d6ee340ba294e..5faa075c2bc452 100644 --- a/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003.html +++ b/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003.html @@ -1,13 +1,13 @@ - + Shadow DOM Test - Tests shadow should insert original tree's node if no older shadow tree exists. - - - + + + - +