From 37044ebb6f19eb3b07ba304f0673149a929699f3 Mon Sep 17 00:00:00 2001 From: Yuta Kitamura Date: Thu, 1 Aug 2013 18:24:56 +0900 Subject: [PATCH] shadow-dom: Add reftests for distribution. This change adds two new test files that test the behavior of distribution. These two tests supersede an existing test file (test-002.html). --- .../distribution-001-ref.html | 35 +++++++ .../distribution-001.html | 47 ++++++++++ .../distribution-002-ref.html | 40 ++++++++ .../distribution-002.html | 53 +++++++++++ .../test-002.html | 93 ------------------- 5 files changed, 175 insertions(+), 93 deletions(-) create mode 100644 shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-001-ref.html create mode 100644 shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-001.html create mode 100644 shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-002-ref.html create mode 100644 shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-002.html delete mode 100644 shadow-dom/shadow-trees/lower-boundary-encapsulation/test-002.html diff --git a/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-001-ref.html b/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-001-ref.html new file mode 100644 index 00000000000000..e19d98845c3a77 --- /dev/null +++ b/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-001-ref.html @@ -0,0 +1,35 @@ + + + + +Shadow DOM Test: Distribution: Unordered list (Reference) + + + +

+You should see an unordered list below, consisting of ten elements +each of which contains a capital letter ranging from "A" to "J", +in alphabetical order. +

+ + + diff --git a/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-001.html b/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-001.html new file mode 100644 index 00000000000000..891b4248946947 --- /dev/null +++ b/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-001.html @@ -0,0 +1,47 @@ + + + + +Shadow DOM Test: Distribution: Unordered list + + + + + + + +

+You should see an unordered list below, consisting of ten elements +each of which contains a capital letter ranging from "A" to "J", +in alphabetical order. +

+ + + + diff --git a/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-002-ref.html b/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-002-ref.html new file mode 100644 index 00000000000000..5114b64b4ea4fa --- /dev/null +++ b/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-002-ref.html @@ -0,0 +1,40 @@ + + + + +Shadow DOM Test: Distribution: Ordered list (Reference) + + + + +

+You should see an ordered list below, consisting of ten elements numbered +from 1 through 10, and each line should contain a capital letter ranging from +"A" to "J", in alphabetical order. +

+
    +
  1. A
  2. +
  3. B
  4. +
  5. C
  6. +
  7. D
  8. +
  9. E
  10. +
  11. F
  12. +
  13. G
  14. +
  15. H
  16. +
  17. I
  18. +
  19. J
  20. +
+ + diff --git a/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-002.html b/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-002.html new file mode 100644 index 00000000000000..e0d93ad6f34f21 --- /dev/null +++ b/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-002.html @@ -0,0 +1,53 @@ + + + + +Shadow DOM Test: Distribution: Ordered list + + + + + + + + + +

+You should see an ordered list below, consisting of ten elements numbered +from 1 through 10, and each line should contain a capital letter ranging from +"A" to "J", in alphabetical order. +

+
    +
  1. H
  2. +
  3. B
  4. +
  5. E
  6. +
  7. I
  8. +
  9. C
  10. +
+ + + diff --git a/shadow-dom/shadow-trees/lower-boundary-encapsulation/test-002.html b/shadow-dom/shadow-trees/lower-boundary-encapsulation/test-002.html deleted file mode 100644 index 2c890da39a1ff0..00000000000000 --- a/shadow-dom/shadow-trees/lower-boundary-encapsulation/test-002.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - -Shadow DOM Test: A_04_02_02 - - - - - - - - - -
- - -