File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### DO NOT PUT ANYTHING ABOVE THIS LINE
2
+ ###
3
+ ### NOTICE: Unless you know that the issue for which you're setting expectations specifically only occurs on visionOS 2,
4
+ ### you should probably use the platform/ios/TestExpectations file, NOT this one.
5
+
6
+
7
+ # -- The below has different, expected behavior on visionOS 26 than visionOS 2 --
8
+ # -- Please put new failure expectations at the bottom of the file. --
9
+
10
+ http/wpt/model-element [ Skip ]
11
+ http/tests/security/model-element [ Skip ]
12
+
13
+ # Tests which pass only with form control refresh enabled
14
+ fast/forms/form-control-refresh [ Skip ]
15
+
16
+ # -- The above has different, expected behavior on visionOS 26 than visionOS 2 --
17
+ # -- New failure expectations below this point only!! --
18
+
19
+
20
+
21
+
22
+
23
+ ###
24
+ ### NOTICE: Unless you know that the issue for which you're setting expectations specifically only occurs on visionOS 2,
25
+ ### you should probably use the platform/ios/TestExpectations file, NOT this one.
26
+ ###
Original file line number Diff line number Diff line change @@ -159,6 +159,13 @@ platform/visionos/transforms/separated-update.html [ Failure ]
159
159
platform/visionos/transforms/separated-video.html [ Failure ]
160
160
platform/visionos/transforms/separated.html [ Failure ]
161
161
162
+ # Passing as of visionOS 26
163
+ http/wpt/model-element [ Pass ]
164
+ http/tests/security/model-element [ Pass ]
165
+
166
+ # Tests which pass only with form control refresh enabled (visionOS 26)
167
+ fast/forms/form-control-refresh [ Pass ]
168
+
162
169
### END OF Triaged failures
163
170
###################################################################################################
164
171
You can’t perform that action at this time.
0 commit comments