Skip to content

Commit

Permalink
Import wpt@b3bf87456550dcedb55e5cd1f2867db419c7802a
Browse files Browse the repository at this point in the history
Using wpt-import in Chromium d6890ba.

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/+/main/docs/testing/web_platform_tests.md

Directory owners for changes in this CL:
kojii@chromium.org:
  external/wpt/css/css-writing-modes

NOAUTOREVERT=true
R=rubber-stamper@appspot.gserviceaccount.com

No-Export: true
Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel,linux-blink-rel
Change-Id: Ie5afc388a844cea7e5c2ca2d23f04ef06f90ec06
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3586643
Auto-Submit: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#992456}
  • Loading branch information
Chromium WPT Sync authored and Chromium LUCI CQ committed Apr 14, 2022
1 parent 6a69768 commit 5b9f9be
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 88 deletions.
2 changes: 1 addition & 1 deletion third_party/blink/web_tests/external/Version
@@ -1 +1 @@
Version: 4e9035fad8bcac85717069a50ab8be5e69a5cadd
Version: b3bf87456550dcedb55e5cd1f2867db419c7802a
13 changes: 10 additions & 3 deletions third_party/blink/web_tests/external/WPT_BASE_MANIFEST_8.json
Expand Up @@ -2653,7 +2653,14 @@
{}
]
]
}
},
"link-writing-mode-dependency-crash.html": [
"a8f94713e621159b7d5cb0a0dccddb611b64ec40",
[
null,
{}
]
]
},
"cssom": {
"declaration-block-all-crash.html": [
Expand Down Expand Up @@ -295450,7 +295457,7 @@
}
},
"historical-expected.txt": [
"e31ca4f3c12693d4faa4a336b46edb3df545a09f",
"ced850c6e4023a528c72f1f20bc01445553e0342",
[]
],
"idlharness-shadowrealm.window-expected.txt": [
Expand Down Expand Up @@ -405859,7 +405866,7 @@
]
},
"historical.html": [
"155dc89556078e629bfb8392ca49c04536dc3c27",
"b7dc30a2dc3e715bc1e56b81b13d471880d43fce",
[
null,
{}
Expand Down
@@ -0,0 +1,12 @@
<!doctype html>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1764217">
<style>
a {
border-inline-start: currentColor;
}
:link {
border-inline-start-color: #cba7;
writing-mode: sideways-lr;
}
</style>
<a href="#">
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
Found 78 tests; 73 PASS, 5 FAIL, 0 TIMEOUT, 0 NOTRUN.
Found 79 tests; 74 PASS, 5 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS Historical DOM features must be removed: DOMConfiguration
PASS Historical DOM features must be removed: DOMCursor
FAIL Historical DOM features must be removed: DOMError assert_false: expected false got true
Expand Down Expand Up @@ -60,6 +60,7 @@ PASS Node member must be removed: getUserData
PASS Node member must be removed: setUserData
PASS Node member must be removed: rootNode
PASS Window member must be removed: attachEvent
PASS Window member must be removed: content
PASS Event should not have this constant: MOUSEDOWN
PASS Event should not have this constant: MOUSEUP
PASS Event should not have this constant: MOUSEOVER
Expand Down
3 changes: 2 additions & 1 deletion third_party/blink/web_tests/external/wpt/dom/historical.html
Expand Up @@ -175,7 +175,8 @@
}, "Window member must be removed: " + name)
}
var windowRemoved = [
"attachEvent"
"attachEvent",
"content",
]
windowRemoved.forEach(isRemovedFromWindow)

Expand Down

This file was deleted.

0 comments on commit 5b9f9be

Please sign in to comment.