aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt')
-rw-r--r--tests/wpt/meta/MANIFEST.json2
-rw-r--r--tests/wpt/meta/trusted-types/HTMLElement-generic.html.ini12
-rw-r--r--tests/wpt/meta/trusted-types/block-string-assignment-to-Element-setAttribute.html.ini3
-rw-r--r--tests/wpt/meta/trusted-types/block-string-assignment-to-HTMLElement-generic.html.ini6
-rw-r--r--tests/wpt/meta/trusted-types/block-string-assignment-to-HTMLIFrameElement-srcdoc.html.ini9
-rw-r--r--tests/wpt/meta/trusted-types/trusted-types-reporting-for-HTMLIFrameElement-srcdoc.html.ini3
-rw-r--r--tests/wpt/tests/css/cssom-view/table-client-props.html13
7 files changed, 14 insertions, 34 deletions
diff --git a/tests/wpt/meta/MANIFEST.json b/tests/wpt/meta/MANIFEST.json
index 73aa09203dc..72aed525d96 100644
--- a/tests/wpt/meta/MANIFEST.json
+++ b/tests/wpt/meta/MANIFEST.json
@@ -618436,7 +618436,7 @@
]
],
"table-client-props.html": [
- "4af06d6bf71f0df75d3710ec0906445e943d340d",
+ "2895bebebbf1868ef60f947d230ecca96dd6e85a",
[
null,
{}
diff --git a/tests/wpt/meta/trusted-types/HTMLElement-generic.html.ini b/tests/wpt/meta/trusted-types/HTMLElement-generic.html.ini
deleted file mode 100644
index ea201041595..00000000000
--- a/tests/wpt/meta/trusted-types/HTMLElement-generic.html.ini
+++ /dev/null
@@ -1,12 +0,0 @@
-[HTMLElement-generic.html]
- [TT enabled: iframe.srcdoc\n = String on a\n connected element\n ]
- expected: FAIL
-
- [TT enabled: iframe.srcdoc\n = String on a\n non-connected element\n ]
- expected: FAIL
-
- [TT enabled: iframe.srcdoc\n = String on a\n connected element\n after removing the "require-trusted-types-for 'script' directive]
- expected: FAIL
-
- [TT enabled: iframe.srcdoc\n = String on a\n non-connected element\n after removing the "require-trusted-types-for 'script' directive]
- expected: FAIL
diff --git a/tests/wpt/meta/trusted-types/block-string-assignment-to-Element-setAttribute.html.ini b/tests/wpt/meta/trusted-types/block-string-assignment-to-Element-setAttribute.html.ini
index 7ad472ef325..0df917b86be 100644
--- a/tests/wpt/meta/trusted-types/block-string-assignment-to-Element-setAttribute.html.ini
+++ b/tests/wpt/meta/trusted-types/block-string-assignment-to-Element-setAttribute.html.ini
@@ -20,9 +20,6 @@
[div.onclick's mutationobservers receive the default policy's value.]
expected: FAIL
- [iframe.srcdoc accepts string and null after default policy was created.]
- expected: FAIL
-
[div.onclick accepts string and null after default policy was created.]
expected: FAIL
diff --git a/tests/wpt/meta/trusted-types/block-string-assignment-to-HTMLElement-generic.html.ini b/tests/wpt/meta/trusted-types/block-string-assignment-to-HTMLElement-generic.html.ini
deleted file mode 100644
index ed5b6d15978..00000000000
--- a/tests/wpt/meta/trusted-types/block-string-assignment-to-HTMLElement-generic.html.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[block-string-assignment-to-HTMLElement-generic.html]
- [iframe.srcdoc accepts only TrustedHTML]
- expected: FAIL
-
- [iframe.srcdoc accepts string and null after default policy was created]
- expected: FAIL
diff --git a/tests/wpt/meta/trusted-types/block-string-assignment-to-HTMLIFrameElement-srcdoc.html.ini b/tests/wpt/meta/trusted-types/block-string-assignment-to-HTMLIFrameElement-srcdoc.html.ini
deleted file mode 100644
index e7747a96001..00000000000
--- a/tests/wpt/meta/trusted-types/block-string-assignment-to-HTMLIFrameElement-srcdoc.html.ini
+++ /dev/null
@@ -1,9 +0,0 @@
-[block-string-assignment-to-HTMLIFrameElement-srcdoc.html]
- [`iframe.srcdoc = string` throws.]
- expected: FAIL
-
- [`iframe.srcdoc = null` throws.]
- expected: FAIL
-
- [`iframe.srcdoc = string` assigned via default policy (successful HTML transformation).]
- expected: FAIL
diff --git a/tests/wpt/meta/trusted-types/trusted-types-reporting-for-HTMLIFrameElement-srcdoc.html.ini b/tests/wpt/meta/trusted-types/trusted-types-reporting-for-HTMLIFrameElement-srcdoc.html.ini
deleted file mode 100644
index 9f2a73c0900..00000000000
--- a/tests/wpt/meta/trusted-types/trusted-types-reporting-for-HTMLIFrameElement-srcdoc.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[trusted-types-reporting-for-HTMLIFrameElement-srcdoc.html]
- [Violation report for plain string.]
- expected: FAIL
diff --git a/tests/wpt/tests/css/cssom-view/table-client-props.html b/tests/wpt/tests/css/cssom-view/table-client-props.html
index 4af06d6bf71..2895bebebbf 100644
--- a/tests/wpt/tests/css/cssom-view/table-client-props.html
+++ b/tests/wpt/tests/css/cssom-view/table-client-props.html
@@ -43,6 +43,19 @@
<tr><td>`,
26, 34,
"Table with collapsed border" ],
+ [ `<div style="display: flex">
+ <table style="width: 20px; height: 30px;
+ border-width: 1px 2px 3px 4px; border-style: solid;
+ border-collapse: separate; box-sizing: content-box">`,
+ 26, 34,
+ "Flex-level table with separated border" ],
+ [ `<div style="display: flex">
+ <table style="width: 20px; height: 30px;
+ border-width: 2px 4px 6px 8px; border-style: solid;
+ border-collapse: collapse; box-sizing: content-box">
+ <tr><td>`,
+ 26, 34,
+ "Flex-level table with collapsed border" ],
[ `<table>
<caption style="width: 40px; height: 50px; padding: 1px 2px 3px 4px">`,
46, 54,