summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/paint-timing/with-first-paint
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/paint-timing/with-first-paint
parentInitial commit. (diff)
downloadfirefox-upstream.tar.xz
firefox-upstream.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/paint-timing/with-first-paint')
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/__dir__.ini1
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/basetest.html.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/border-image.html.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/buffered-flag.window.js.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/child-painting-first-image.html.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-bg-image.html.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-canvas-webgl2.html.ini8
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-canvas.html.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-image.html.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-paint.html.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-svg.html.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/first-image-child.html.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/first-paint-bg-color.html.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/first-paint-only.html.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/mask-image.html.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/paint-visited.html.ini5
-rw-r--r--testing/web-platform/meta/paint-timing/with-first-paint/sibling-painting-first-image.html.ini5
17 files changed, 84 insertions, 0 deletions
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/__dir__.ini b/testing/web-platform/meta/paint-timing/with-first-paint/__dir__.ini
new file mode 100644
index 0000000000..2ef043b928
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/__dir__.ini
@@ -0,0 +1 @@
+implementation-status: backlog
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/basetest.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/basetest.html.ini
new file mode 100644
index 0000000000..22ef06a2ad
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/basetest.html.ini
@@ -0,0 +1,5 @@
+[basetest.html]
+ expected: TIMEOUT
+ [Basic test to check existence of FP and FCP.]
+ expected: TIMEOUT # Expect timeout because we don't have FP
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/border-image.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/border-image.html.ini
new file mode 100644
index 0000000000..0288fbfb8b
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/border-image.html.ini
@@ -0,0 +1,5 @@
+[border-image.html]
+ expected: TIMEOUT
+ [Border image triggers First Contentful Paint.]
+ expected: TIMEOUT
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/buffered-flag.window.js.ini b/testing/web-platform/meta/paint-timing/with-first-paint/buffered-flag.window.js.ini
new file mode 100644
index 0000000000..fe779d9946
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/buffered-flag.window.js.ini
@@ -0,0 +1,5 @@
+[buffered-flag.window.html]
+ expected: TIMEOUT
+ [PerformanceObserver with buffered flag sees previous paint entries.]
+ expected: TIMEOUT # Expect timeout because we don't have FP
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/child-painting-first-image.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/child-painting-first-image.html.ini
new file mode 100644
index 0000000000..5cdf272917
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/child-painting-first-image.html.ini
@@ -0,0 +1,5 @@
+[child-painting-first-image.html]
+ expected: TIMEOUT
+ [Parent frame ignores paint-timing events fired from child image rendering.]
+ expected: TIMEOUT # Expect timeout because we don't have FP
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-bg-image.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-bg-image.html.ini
new file mode 100644
index 0000000000..2b9a52481d
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-bg-image.html.ini
@@ -0,0 +1,5 @@
+[first-contentful-bg-image.html]
+ expected: TIMEOUT
+ [First contentful paint fires due to background image render.]
+ expected: TIMEOUT # Expect timeout because we don't have FP
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-canvas-webgl2.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-canvas-webgl2.html.ini
new file mode 100644
index 0000000000..3444d92d42
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-canvas-webgl2.html.ini
@@ -0,0 +1,8 @@
+[first-contentful-canvas-webgl2.html]
+ expected:
+ if os == "win": OK
+ TIMEOUT
+ [First contentful paint fires due to webgl2 canvas render.]
+ expected:
+ if os == "win": PRECONDITION_FAILED
+ TIMEOUT
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-canvas.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-canvas.html.ini
new file mode 100644
index 0000000000..840baa00dd
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-canvas.html.ini
@@ -0,0 +1,5 @@
+[first-contentful-canvas.html]
+ expected: TIMEOUT
+ [First contentful paint fires due to canvas render.]
+ expected: TIMEOUT # Expect timeout because we don't have FP
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-image.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-image.html.ini
new file mode 100644
index 0000000000..a8c836bfe8
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-image.html.ini
@@ -0,0 +1,5 @@
+[first-contentful-image.html]
+ expected: TIMEOUT
+ [First contentful paint fires due to image render.]
+ expected: TIMEOUT
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-paint.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-paint.html.ini
new file mode 100644
index 0000000000..6237153a7e
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-paint.html.ini
@@ -0,0 +1,5 @@
+[first-contentful-paint.html]
+ expected: TIMEOUT
+ [First Paint triggered by non-contentful paint. Image load triggers First Contentful Paint.]
+ expected: TIMEOUT # Expect timeout because we don't have FP
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-svg.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-svg.html.ini
new file mode 100644
index 0000000000..b06143f5b6
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/first-contentful-svg.html.ini
@@ -0,0 +1,5 @@
+[first-contentful-svg.html]
+ expected: TIMEOUT
+ [First contentful paint fires due to svg.]
+ expected: TIMEOUT # Expect timeout because we don't have FP
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/first-image-child.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/first-image-child.html.ini
new file mode 100644
index 0000000000..db3d16cb38
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/first-image-child.html.ini
@@ -0,0 +1,5 @@
+[first-image-child.html]
+ expected: TIMEOUT
+ [Child iframe ignores paint-timing events fired from parent image rendering.]
+ expected: TIMEOUT # Expect timeout because we don't have FP
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/first-paint-bg-color.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/first-paint-bg-color.html.ini
new file mode 100644
index 0000000000..eff9914c20
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/first-paint-bg-color.html.ini
@@ -0,0 +1,5 @@
+[first-paint-bg-color.html]
+ expected: TIMEOUT
+ [First paint fires due to background color. No FCP]
+ expected: TIMEOUT # Expect timeout because we don't have FP
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/first-paint-only.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/first-paint-only.html.ini
new file mode 100644
index 0000000000..8de947878b
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/first-paint-only.html.ini
@@ -0,0 +1,5 @@
+[first-paint-only.html]
+ expected: TIMEOUT
+ [Performance first paint timing entry exists. No first contentful paint.]
+ expected: TIMEOUT # Expect timeout because we don't have FP
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/mask-image.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/mask-image.html.ini
new file mode 100644
index 0000000000..953618f5cf
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/mask-image.html.ini
@@ -0,0 +1,5 @@
+[mask-image.html]
+ expected: TIMEOUT
+ [Mask image triggers First Contentful Paint.]
+ expected: TIMEOUT
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/paint-visited.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/paint-visited.html.ini
new file mode 100644
index 0000000000..cae3d16178
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/paint-visited.html.ini
@@ -0,0 +1,5 @@
+[paint-visited.html]
+ expected: TIMEOUT
+ [Visited-attack test to check existence of FP and FCP.]
+ expected: TIMEOUT # Expect timeout because we don't have FP
+
diff --git a/testing/web-platform/meta/paint-timing/with-first-paint/sibling-painting-first-image.html.ini b/testing/web-platform/meta/paint-timing/with-first-paint/sibling-painting-first-image.html.ini
new file mode 100644
index 0000000000..1ab1cd2b5a
--- /dev/null
+++ b/testing/web-platform/meta/paint-timing/with-first-paint/sibling-painting-first-image.html.ini
@@ -0,0 +1,5 @@
+[sibling-painting-first-image.html]
+ expected: TIMEOUT
+ [Frame ignores paint-timing events fired from sibling frame.]
+ expected: TIMEOUT # Expect timeout because we don't have FP
+