diff options
Diffstat (limited to 'testing/web-platform/meta/performance-timeline/tentative')
9 files changed, 43 insertions, 0 deletions
diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-from-child-cross-origin-grandchild.sub.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-from-child-cross-origin-grandchild.sub.html.ini new file mode 100644 index 0000000000..7110841423 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-from-child-cross-origin-grandchild.sub.html.ini @@ -0,0 +1,4 @@ +[include-frames-from-child-cross-origin-grandchild.sub.html] + expected: ERROR + [GetEntries of a Cross-Origin child frame with one Cross-Origin grandchild frame] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-from-child-same-origin-grandchild.sub.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-from-child-same-origin-grandchild.sub.html.ini new file mode 100644 index 0000000000..5498d92340 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-from-child-same-origin-grandchild.sub.html.ini @@ -0,0 +1,4 @@ +[include-frames-from-child-same-origin-grandchild.sub.html] + expected: ERROR + [GetEntries of a Cross-Origin child frame with one Same-Origin grandchild frame] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-cross-origin-child-one-same-origin-grandchild.sub.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-cross-origin-child-one-same-origin-grandchild.sub.html.ini new file mode 100644 index 0000000000..1b028f5c0e --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-cross-origin-child-one-same-origin-grandchild.sub.html.ini @@ -0,0 +1,4 @@ +[include-frames-one-cross-origin-child-one-same-origin-grandchild.sub.html] + expected: ERROR + [GetEntries of a parent Frame with one Cross-Origin child and one Same-Origin grandchild] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-remote-child.sub.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-remote-child.sub.html.ini new file mode 100644 index 0000000000..f8111897ef --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-remote-child.sub.html.ini @@ -0,0 +1,4 @@ +[include-frames-one-remote-child.sub.html] + expected: ERROR + [GetEntries of a parent Frame with one Cross-Origin child] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child-one-cross-origin-child.sub.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child-one-cross-origin-child.sub.html.ini new file mode 100644 index 0000000000..93df402e62 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child-one-cross-origin-child.sub.html.ini @@ -0,0 +1,4 @@ +[include-frames-one-same-origin-child-one-cross-origin-child.sub.html] + expected: ERROR + [GetEntries of a parent Frame with one Cross-Origin child and one Same-Origin child] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child-one-same-origin-grandchild.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child-one-same-origin-grandchild.html.ini new file mode 100644 index 0000000000..4d4ce5eef4 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child-one-same-origin-grandchild.html.ini @@ -0,0 +1,6 @@ +[include-frames-one-same-origin-child-one-same-origin-grandchild.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + [GetEntries of a parent Frame with one Same-Origin child and one Same-Origin grandchild] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child.html.ini new file mode 100644 index 0000000000..6d45c5d438 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child.html.ini @@ -0,0 +1,6 @@ +[include-frames-one-same-origin-child.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + [GetEntries of a parent Frame with one Same-Origin child] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-two-local-children.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-two-local-children.html.ini new file mode 100644 index 0000000000..c0b91372aa --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-two-local-children.html.ini @@ -0,0 +1,6 @@ +[include-frames-two-local-children.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + [GetEntries of a parent Frame with two Same-Origin children] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/performance-entry-source.html.ini b/testing/web-platform/meta/performance-timeline/tentative/performance-entry-source.html.ini new file mode 100644 index 0000000000..216d5023fe --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/performance-entry-source.html.ini @@ -0,0 +1,5 @@ +[performance-entry-source.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [PerformanceEntry source is equal to its respective Window] + expected: FAIL |