From 2e63e3bcb6c9f170e7fd0f164beb919c663e87fd Mon Sep 17 00:00:00 2001 From: iseki Date: Sat, 8 Jun 2013 15:19:20 +0900 Subject: [PATCH 1/2] Test for text-decoration --- .../shadow-trees/text-decoration-001-ref.html | 15 +++++++++++++ .../shadow-trees/text-decoration-001.html | 22 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 shadow-dom/shadow-trees/text-decoration-001-ref.html create mode 100644 shadow-dom/shadow-trees/text-decoration-001.html diff --git a/shadow-dom/shadow-trees/text-decoration-001-ref.html b/shadow-dom/shadow-trees/text-decoration-001-ref.html new file mode 100644 index 00000000000000..ddf5d3df7e9765 --- /dev/null +++ b/shadow-dom/shadow-trees/text-decoration-001-ref.html @@ -0,0 +1,15 @@ + + + + + Shadow DOM Test + + + + + + underlined or not? + + + + diff --git a/shadow-dom/shadow-trees/text-decoration-001.html b/shadow-dom/shadow-trees/text-decoration-001.html new file mode 100644 index 00000000000000..a27a5dbc88fe3c --- /dev/null +++ b/shadow-dom/shadow-trees/text-decoration-001.html @@ -0,0 +1,22 @@ + + + + + Text Decoration Under Line Test + + + + + + + + + + + From 01d21e872db77bafc4c697989c651acc125f40be Mon Sep 17 00:00:00 2001 From: iseki Date: Sat, 8 Jun 2013 16:03:07 +0900 Subject: [PATCH 2/2] Test for shadow dom textdecoration overline --- .../shadow-trees/text-decoration-002-ref.html | 13 +++++++++++ .../shadow-trees/text-decoration-002.html | 22 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 shadow-dom/shadow-trees/text-decoration-002-ref.html create mode 100644 shadow-dom/shadow-trees/text-decoration-002.html diff --git a/shadow-dom/shadow-trees/text-decoration-002-ref.html b/shadow-dom/shadow-trees/text-decoration-002-ref.html new file mode 100644 index 00000000000000..6af19f8af71b06 --- /dev/null +++ b/shadow-dom/shadow-trees/text-decoration-002-ref.html @@ -0,0 +1,13 @@ + + + + + Shadow DOM Test + + + + + overlined or not? + + + diff --git a/shadow-dom/shadow-trees/text-decoration-002.html b/shadow-dom/shadow-trees/text-decoration-002.html new file mode 100644 index 00000000000000..f6c6a809d70a5b --- /dev/null +++ b/shadow-dom/shadow-trees/text-decoration-002.html @@ -0,0 +1,22 @@ + + + + + Text Decoration Under Line Test + + + + + + + + + + +