From 35d6b9cf36ce962d28514ad1e1506f8b7a2396b4 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Fri, 24 Aug 2018 13:01:25 +0000 Subject: [PATCH] Bug 1470678 [wpt PR 11640] - Add a test for text-decoration in tables quirk, a=testonly Automatic update from web-platform-testsAdd a test for text-decoration in tables quirk -- wpt-commits: f4b8c1ed158c79fdb30ed70b2824da295f524755 wpt-pr: 11640 --- testing/web-platform/meta/MANIFEST.json | 50 ++++++++++++++++++++++ .../quirks-ref.html | 13 ++++++ .../quirks.html | 14 ++++++ .../standards-ref.html | 14 ++++++ .../standards.html | 15 +++++++ 5 files changed, 106 insertions(+) create mode 100644 testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/quirks-ref.html create mode 100644 testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/quirks.html create mode 100644 testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/standards-ref.html create mode 100644 testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/standards.html diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index cc1ebc454990..75d069eadee6 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -185759,6 +185759,30 @@ {} ] ], + "quirks/text-decoration-doesnt-propagate-into-tables/quirks.html": [ + [ + "/quirks/text-decoration-doesnt-propagate-into-tables/quirks.html", + [ + [ + "/quirks/text-decoration-doesnt-propagate-into-tables/quirks-ref.html", + "==" + ] + ], + {} + ] + ], + "quirks/text-decoration-doesnt-propagate-into-tables/standards.html": [ + [ + "/quirks/text-decoration-doesnt-propagate-into-tables/standards.html", + [ + [ + "/quirks/text-decoration-doesnt-propagate-into-tables/standards-ref.html", + "==" + ] + ], + {} + ] + ], "service-workers/service-worker/svg-target-reftest.https.html": [ [ "/service-workers/service-worker/svg-target-reftest.https.html", @@ -292572,6 +292596,16 @@ {} ] ], + "quirks/text-decoration-doesnt-propagate-into-tables/quirks-ref.html": [ + [ + {} + ] + ], + "quirks/text-decoration-doesnt-propagate-into-tables/standards-ref.html": [ + [ + {} + ] + ], "quirks/unitless-length/support/common.js": [ [ {} @@ -620015,6 +620049,22 @@ "eeb726627b78fdcbf81d3c29b9205f771bd0aca8", "testharness" ], + "quirks/text-decoration-doesnt-propagate-into-tables/quirks-ref.html": [ + "a72475f40cec7a84702fdb03aad81198e0e7cdca", + "support" + ], + "quirks/text-decoration-doesnt-propagate-into-tables/quirks.html": [ + "669c8868211e325a2adab64164415725befde18d", + "reftest" + ], + "quirks/text-decoration-doesnt-propagate-into-tables/standards-ref.html": [ + "4e2a3f45547e4f887d6d377e33f602ba311b54dd", + "support" + ], + "quirks/text-decoration-doesnt-propagate-into-tables/standards.html": [ + "6b1c8a72751a6233eb0a07a8bb7df5e116fac724", + "reftest" + ], "quirks/unitless-length/excluded-properties.html": [ "a1de182770aafaab2ee4a8a335b34870388abacc", "testharness" diff --git a/testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/quirks-ref.html b/testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/quirks-ref.html new file mode 100644 index 000000000000..a72475f40cec --- /dev/null +++ b/testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/quirks-ref.html @@ -0,0 +1,13 @@ +text decoration doesn't propagate into tables quirks mode ref + +
this should not be underlined
+
this should not be underlined
+
this should not be underlined
+
this should be underlined
diff --git a/testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/quirks.html b/testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/quirks.html new file mode 100644 index 000000000000..669c8868211e --- /dev/null +++ b/testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/quirks.html @@ -0,0 +1,14 @@ +text decoration doesn't propagate into tables quirk + + +
this should not be underlined
+
this should not be underlined
+
this should not be underlined
+
this should be underlined
diff --git a/testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/standards-ref.html b/testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/standards-ref.html new file mode 100644 index 000000000000..4e2a3f45547e --- /dev/null +++ b/testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/standards-ref.html @@ -0,0 +1,14 @@ + +text decoration doesn't propagate into tables standards mode ref + +
this should be underlined
+
this should not be underlined
+
this should be underlined
+
this should be underlined
diff --git a/testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/standards.html b/testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/standards.html new file mode 100644 index 000000000000..6b1c8a72751a --- /dev/null +++ b/testing/web-platform/tests/quirks/text-decoration-doesnt-propagate-into-tables/standards.html @@ -0,0 +1,15 @@ + +text decoration doesn't propagate into tables standards mode + + +
this should be underlined
+
this should not be underlined
+
this should be underlined
+
this should be underlined
-- 2.11.4.GIT