From 2673fcd750622e7bf2d7aa9153d4e4afdf932512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 30 Aug 2016 16:42:16 -0700 Subject: [PATCH] Reftest for deferred paint. --- tests/wpt/mozilla/meta/MANIFEST.json | 36 +++++++++++++++++++ .../mozilla/tests/css/deferred-paint-ref.html | 15 ++++++++ .../wpt/mozilla/tests/css/deferred-paint.html | 21 +++++++++++ 3 files changed, 72 insertions(+) create mode 100644 tests/wpt/mozilla/tests/css/deferred-paint-ref.html create mode 100644 tests/wpt/mozilla/tests/css/deferred-paint.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 56c8b17b01f..48caf7e5b3d 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -1356,6 +1356,18 @@ "url": "/_mozilla/css/data_img_a.html" } ], + "css/deferred-paint.html": [ + { + "path": "css/deferred-paint.html", + "references": [ + [ + "/_mozilla/css/deferred-paint-ref.html", + "==" + ] + ], + "url": "/_mozilla/css/deferred-paint.html" + } + ], "css/direction_style_caching.html": [ { "path": "css/direction_style_caching.html", @@ -10690,6 +10702,30 @@ "url": "/_mozilla/css/data_img_a.html" } ], + "css/deferred-paint-ref.html": [ + { + "path": "css/deferred-paint-ref.html", + "references": [ + [ + "/_mozilla/css/deferred-paint-ref.html", + "==" + ] + ], + "url": "/_mozilla/css/deferred-paint-ref.html" + } + ], + "css/deferred-paint.html": [ + { + "path": "css/deferred-paint.html", + "references": [ + [ + "/_mozilla/css/deferred-paint-ref.html", + "==" + ] + ], + "url": "/_mozilla/css/deferred-paint.html" + } + ], "css/direction_style_caching.html": [ { "path": "css/direction_style_caching.html", diff --git a/tests/wpt/mozilla/tests/css/deferred-paint-ref.html b/tests/wpt/mozilla/tests/css/deferred-paint-ref.html new file mode 100644 index 00000000000..41bb364d0e6 --- /dev/null +++ b/tests/wpt/mozilla/tests/css/deferred-paint-ref.html @@ -0,0 +1,15 @@ + + +CSS test reference + + +
+
+
+
diff --git a/tests/wpt/mozilla/tests/css/deferred-paint.html b/tests/wpt/mozilla/tests/css/deferred-paint.html new file mode 100644 index 00000000000..552a9456b02 --- /dev/null +++ b/tests/wpt/mozilla/tests/css/deferred-paint.html @@ -0,0 +1,21 @@ + + +A deferred paint gets properly re-scheduled + + +
+
+
+