From ccb5961dfba9b293ac65afd7784067c3591cfa91 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 31 Jan 2016 09:27:29 +0000 Subject: [PATCH] Update loot-custom-icons I've added a file that allows manual testing of only the custom icons. I'll do the same for LOOT's other custom elements. Automated testing of them is beyond me for the moment, but at least the test file means I don't need to wait until everything has been converted before seeing whether any of it works. --- src/gui/html/elements/loot-custom-icons.html | 29 ++++++++++--------- src/gui/html/native-shadow-dom.html | 5 ++++ .../html/elements/test_loot-custom-icons.html | 16 ++++++++++ 3 files changed, 36 insertions(+), 14 deletions(-) create mode 100644 src/gui/html/native-shadow-dom.html create mode 100644 src/tests/gui/html/elements/test_loot-custom-icons.html diff --git a/src/gui/html/elements/loot-custom-icons.html b/src/gui/html/elements/loot-custom-icons.html index 88569071..c3eabb4b 100644 --- a/src/gui/html/elements/loot-custom-icons.html +++ b/src/gui/html/elements/loot-custom-icons.html @@ -1,15 +1,16 @@ - + + - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/src/gui/html/native-shadow-dom.html b/src/gui/html/native-shadow-dom.html new file mode 100644 index 00000000..8eca2b43 --- /dev/null +++ b/src/gui/html/native-shadow-dom.html @@ -0,0 +1,5 @@ + diff --git a/src/tests/gui/html/elements/test_loot-custom-icons.html b/src/tests/gui/html/elements/test_loot-custom-icons.html new file mode 100644 index 00000000..aaa29bda --- /dev/null +++ b/src/tests/gui/html/elements/test_loot-custom-icons.html @@ -0,0 +1,16 @@ + + + + test_loot-custom-icons.html + + + + + + + + + + + +