Import wpt@3b72e3fa21de849212269eccb88cb40750659237
Using wpt-import in Chromium f68077fb7f5a3f3b5bee2a45d07dc1b0eeca92c7.
With Chromium commits locally applied on WPT:
d7762551fd "Consistently use single quotes in Background Fetch WPTs."
Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/24520
Note to sheriffs: This CL imports external tests and adds
expectations for those tests; if this CL is large and causes
a few new failures, please fix the failures by adding new
lines to TestExpectations rather than reverting. See:
https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md
NOAUTOREVERT=true
TBR=raphael.kubo.da.costa@intel.com
No-Export: true
Change-Id: I08929dba303e26a5d927e92ff5c3077a27c19903
Reviewed-on: https://chromium-review.googlesource.com/1217521
Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org>
Reviewed-by: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590210}
diff --git a/third_party/WebKit/LayoutTests/external/WPT_BASE_MANIFEST_5.json b/third_party/WebKit/LayoutTests/external/WPT_BASE_MANIFEST_5.json
index 8c255439..9d82b84 100644
--- a/third_party/WebKit/LayoutTests/external/WPT_BASE_MANIFEST_5.json
+++ b/third_party/WebKit/LayoutTests/external/WPT_BASE_MANIFEST_5.json
@@ -344333,7 +344333,7 @@
"testharness"
],
"css/css-typed-om/interfaces-expected.txt": [
- "a52cd086c4047b4dd21a34fb660d15566e8cf307",
+ "7c32597684e932b0aa43e0af9ffa37ce7cdf2654",
"support"
],
"css/css-typed-om/interfaces.html": [
@@ -392797,7 +392797,7 @@
"support"
],
"interfaces/css-typed-om.idl": [
- "3b2a9698920db85e05f22860f8186910fff1c4d3",
+ "02fe7bb83ad7dc6f7ec328636071d125d2181d62",
"support"
],
"interfaces/cssom-view.idl": [
diff --git a/third_party/WebKit/LayoutTests/external/wpt/css/css-typed-om/interfaces-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/css/css-typed-om/interfaces-expected.txt
index a52cd08..7c32597 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/css/css-typed-om/interfaces-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/css/css-typed-om/interfaces-expected.txt
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
-Found 447 tests; 414 PASS, 33 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 439 tests; 406 PASS, 33 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS idl_test setup
PASS Partial interface Element: original interface defined
PASS Partial interface CSSStyleRule: original interface defined
@@ -411,14 +411,6 @@
PASS CSSMatrixComponent interface: matrix must inherit property "matrix" with the proper type
PASS CSSTransformComponent interface: matrix must inherit property "is2D" with the proper type
PASS CSSTransformComponent interface: matrix must inherit property "toMatrix()" with the proper type
-PASS CSSPositionValue interface: existence and properties of interface object
-PASS CSSPositionValue interface object length
-PASS CSSPositionValue interface object name
-PASS CSSPositionValue interface: existence and properties of interface prototype object
-PASS CSSPositionValue interface: existence and properties of interface prototype object's "constructor" property
-PASS CSSPositionValue interface: existence and properties of interface prototype object's @@unscopables property
-PASS CSSPositionValue interface: attribute x
-PASS CSSPositionValue interface: attribute y
PASS CSSImageValue interface: existence and properties of interface object
PASS CSSImageValue interface object length
PASS CSSImageValue interface object name
diff --git a/third_party/WebKit/LayoutTests/external/wpt/interfaces/css-typed-om.idl b/third_party/WebKit/LayoutTests/external/wpt/interfaces/css-typed-om.idl
index 3b2a9698..02fe7bb 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/interfaces/css-typed-om.idl
+++ b/third_party/WebKit/LayoutTests/external/wpt/interfaces/css-typed-om.idl
@@ -311,13 +311,6 @@
boolean is2D;
};
-[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet),
- Constructor(CSSNumericValue x, CSSNumericValue y)]
-interface CSSPositionValue : CSSStyleValue {
- attribute CSSNumericValue x;
- attribute CSSNumericValue y;
-};
-
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSImageValue : CSSStyleValue {
};