-
diff --git a/tests/wpt/tests/css/css-multicol/column-height-010.html b/tests/wpt/tests/css/css-multicol/column-height-010.html
new file mode 100644
index 00000000000..8c7e8d5b0f1
--- /dev/null
+++ b/tests/wpt/tests/css/css-multicol/column-height-010.html
@@ -0,0 +1,10 @@
+
+
column-wrap:auto - should wrap
+
+
+
+
+
Test passes if there is a filled green square and no red .
+
diff --git a/tests/wpt/tests/css/css-multicol/column-height-011.html b/tests/wpt/tests/css/css-multicol/column-height-011.html
new file mode 100644
index 00000000000..37495a15a09
--- /dev/null
+++ b/tests/wpt/tests/css/css-multicol/column-height-011.html
@@ -0,0 +1,12 @@
+
+
column-wrap:auto - should not wrap
+
+
+
+
+
Test passes if there is a filled green square and no red .
+
diff --git a/tests/wpt/tests/css/css-multicol/column-height-012.html b/tests/wpt/tests/css/css-multicol/column-height-012.html
new file mode 100644
index 00000000000..b663ea981ce
--- /dev/null
+++ b/tests/wpt/tests/css/css-multicol/column-height-012.html
@@ -0,0 +1,14 @@
+
+
Non-auto column-height should turn it into a multicol
+
+
+
+
+
Test passes if there is a filled green square and no red .
+
diff --git a/tests/wpt/tests/css/css-overflow/scroll-marker-contain-009-ref.tentative.html b/tests/wpt/tests/css/css-overflow/scroll-marker-contain-009-ref.tentative.html
new file mode 100644
index 00000000000..07b797ff789
--- /dev/null
+++ b/tests/wpt/tests/css/css-overflow/scroll-marker-contain-009-ref.tentative.html
@@ -0,0 +1,40 @@
+
+
+
CSS Overflow Test Reference: scroll-marker-contain property invalidation - dynamic change of href
+
+
+
+
+
diff --git a/tests/wpt/tests/css/css-overflow/scroll-marker-contain-009.tentative.html b/tests/wpt/tests/css/css-overflow/scroll-marker-contain-009.tentative.html
new file mode 100644
index 00000000000..8037adf8441
--- /dev/null
+++ b/tests/wpt/tests/css/css-overflow/scroll-marker-contain-009.tentative.html
@@ -0,0 +1,49 @@
+
+
+
CSS Overflow Test: scroll-marker-contain property invalidation - dynamic change of href
+
+
+
+
+
+
+
diff --git a/tests/wpt/tests/css/css-overflow/scroll-marker-contain-010.tentative.html b/tests/wpt/tests/css/css-overflow/scroll-marker-contain-010.tentative.html
new file mode 100644
index 00000000000..fbdad62f846
--- /dev/null
+++ b/tests/wpt/tests/css/css-overflow/scroll-marker-contain-010.tentative.html
@@ -0,0 +1,49 @@
+
+
+
CSS Overflow Test: scroll-marker-contain property invalidation - dynamic addition of href
+
+
+
+
+
+
+
diff --git a/tests/wpt/tests/css/css-overflow/scroll-marker-contain-011.tentative.html b/tests/wpt/tests/css/css-overflow/scroll-marker-contain-011.tentative.html
new file mode 100644
index 00000000000..8cfc78130e0
--- /dev/null
+++ b/tests/wpt/tests/css/css-overflow/scroll-marker-contain-011.tentative.html
@@ -0,0 +1,48 @@
+
+
+
CSS Overflow Test: scroll-marker-contain property invalidation - dynamic removal of href
+
+
+
+
+
+
+
diff --git a/tests/wpt/tests/css/css-page/WEB_FEATURES.yml b/tests/wpt/tests/css/css-page/WEB_FEATURES.yml
index ab327a89b24..e19befe8e24 100644
--- a/tests/wpt/tests/css/css-page/WEB_FEATURES.yml
+++ b/tests/wpt/tests/css/css-page/WEB_FEATURES.yml
@@ -2,3 +2,7 @@ features:
- name: page-orientation
files:
- page-orientation*
+- name: page-selectors
+ files:
+ - page-left-right-*
+ - pseudo-first-*
diff --git a/tests/wpt/tests/css/css-syntax/serialize-consecutive-tokens.html b/tests/wpt/tests/css/css-syntax/serialize-consecutive-tokens.html
index f6e220de64b..0b9015050b3 100644
--- a/tests/wpt/tests/css/css-syntax/serialize-consecutive-tokens.html
+++ b/tests/wpt/tests/css/css-syntax/serialize-consecutive-tokens.html
@@ -118,4 +118,9 @@ testComments("a/* comment */b", "", "a/* comment */b");
testComments("a/* comment */var(--t1)", "b", "a/**/b");
testComments("var(--t1)b", "a/* comment */", "a/**/b");
+// Test comments within quotes.
+testComments("var(--t1)b", "'a/* unfinished '", "'a/* unfinished 'b");
+testComments("var(--t1)b", "\"a/* unfinished \"", "\"a/* unfinished \"b");
+testComments("var(--t1)b", "'a \" '/* comment */", "'a \" 'b");
+
diff --git a/tests/wpt/tests/css/css-transforms/3d-point-mapping-coplanar.html b/tests/wpt/tests/css/css-transforms/3d-point-mapping-coplanar.html
new file mode 100644
index 00000000000..0ae0ab1ee48
--- /dev/null
+++ b/tests/wpt/tests/css/css-transforms/3d-point-mapping-coplanar.html
@@ -0,0 +1,121 @@
+
+
Hit test coplanar elements
+
+
+
+
+
+
+
+
+
+
+
+
+