You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/fixtures/wpt/common/security-features/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,7 @@ Taking the spec JSON, the generator follows this algorithm:
280
280
281
281
* Expand all ```excluded_tests``` to create a denylist of selections
282
282
283
-
* For each `specification` entries: Expand the ```test_expansion``` pattern into selections and check each against the denylist, if not marked as suppressed, generate the test resources for the selection
283
+
* For each `specification` entries: Expand the ```test_expansion``` pattern into selections and check each against the denylist, if not marked as suppresed, generate the test resources for the selection
Copy file name to clipboardExpand all lines: test/fixtures/wpt/url/a-element.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@
13
13
<!-- Other dependencies: resources/urltestdata.json -->
14
14
15
15
16
-
<aid="multiline-entity" download="multiline-entity.txt" href="data:text/plain;charset=utf-8,first%20line second%20line"> Link with embedded \n is parsed correctly </a>
16
+
<aid="multline-entity" download="multline-entity.txt" href="data:text/plain;charset=utf-8,first%20line second%20line"> Link with embedded \n is parsed correctly </a>
Copy file name to clipboardExpand all lines: test/fixtures/wpt/webstorage/localstorage-about-blank-3P-iframe-opens-3P-window.partitioned.tentative.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@
57
57
for(letidinids){
58
58
assert_true(id!==undefined,"id is not undefined");
59
59
}
60
-
// Note: we use assert_true, rather than assert_equals because we're
60
+
// Note: we use assert_true, rather than assert_equals becuase we're
61
61
// setting random numbers as IDs - this would mean expectations
0 commit comments