Unreviewed gardening. Add expectations for tests using strictFileInteractability

File upload is not yet supported.

* TestExpectations.json:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@252396 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebDriverTests/ChangeLog b/WebDriverTests/ChangeLog
index 3595918..21c5840 100644
--- a/WebDriverTests/ChangeLog
+++ b/WebDriverTests/ChangeLog
@@ -1,5 +1,13 @@
 2019-11-13  Carlos Garcia Campos  <cgarcia@igalia.com>
 
+        Unreviewed gardening. Add expectations for tests using strictFileInteractability
+
+        File upload is not yet supported.
+
+        * TestExpectations.json:
+
+2019-11-13  Carlos Garcia Campos  <cgarcia@igalia.com>
+
         Unreviewed gardening. Update expectations of fullscreen tests.
 
         They are failing in the bots, but passing locally and with wpt.
diff --git a/WebDriverTests/TestExpectations.json b/WebDriverTests/TestExpectations.json
index cfa0501..ae99036 100644
--- a/WebDriverTests/TestExpectations.json
+++ b/WebDriverTests/TestExpectations.json
@@ -763,6 +763,36 @@
             }
         }
     },
+    "imported/w3c/webdriver/tests/new_session/create_alwaysMatch.py": {
+        "subtests": {
+            "test_valid[strictFileInteractability-True]": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188514"}}
+            },
+            "test_valid[strictFileInteractability-False]": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188514"}}
+            }
+        }
+    },
+    "imported/w3c/webdriver/tests/new_session/create_firstMatch.py": {
+        "subtests": {
+            "test_valid[strictFileInteractability-True]": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188514"}}
+            },
+            "test_valid[strictFileInteractability-False]": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188514"}}
+            }
+        }
+    },
+    "imported/w3c/webdriver/tests/new_session/response.py": {
+        "subtests": {
+            "test_capability_type[strictFileInteractability-bool]": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188514"}}
+            },
+            "test_capability_default_value[strictFileInteractability-False]": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188514"}}
+            }
+        }
+    },
     "imported/w3c/webdriver/tests/new_session/default_values.py": {
         "subtests": {
             "test_valid_but_unmatchable_key": {
@@ -859,16 +889,6 @@
             }
         }
     },
-    "imported/w3c/webdriver/tests/new_session/response.py": {
-        "subtests": {
-            "test_resp_capabilites": {
-                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
-            },
-            "test_resp_data": {
-                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
-            }
-        }
-    },
     "imported/w3c/webdriver/tests/is_element_selected/user_prompts.py": {
         "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
     },