Commit 11cb6dc6 authored by Blink W3C Test Autoroller's avatar Blink W3C Test Autoroller Committed by Commit Bot

Import wpt@b4e6b3b70b56c871f15890efb717bcf2e778d887

Using wpt-import in Chromium 2f68b6fe.

Build: https://build.chromium.org/p/chromium.infra.cron/builders/wpt-importer/builds/103

Directory owners for changes in this CL:
dom-dev@chromium.org:
  external/wpt/html

TBR=qyearsley@chromium.org
NOEXPORT=true

Change-Id: I61688c28d3e052259ce3e79ce75179f6974de575
Reviewed-on: https://chromium-review.googlesource.com/509730Reviewed-by: default avatarBlink W3C Test Autoroller <blink-w3c-test-autoroller@chromium.org>
Commit-Queue: Blink W3C Test Autoroller <blink-w3c-test-autoroller@chromium.org>
Cr-Commit-Position: refs/heads/master@{#473479}
parent 327a1eec
...@@ -91145,11 +91145,6 @@ ...@@ -91145,11 +91145,6 @@
{} {}
] ]
], ],
"html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late-expected.txt": [
[
{}
]
],
"html/webappapis/scripting/events/messageevent-constructor.https-expected.txt": [ "html/webappapis/scripting/events/messageevent-constructor.https-expected.txt": [
[ [
{} {}
...@@ -204871,13 +204866,9 @@ ...@@ -204871,13 +204866,9 @@
"support" "support"
], ],
"html/webappapis/scripting/events/inline-event-handler-ordering.html": [ "html/webappapis/scripting/events/inline-event-handler-ordering.html": [
"0bf73411e0a015a81aefc1327d4c7ef1ca824a56", "873c69a87a5257a0e5278532b162338e9de2a596",
"testharness" "testharness"
], ],
"html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late-expected.txt": [
"933ca052487bcc69c3efcb8783ae6fc6bc4671ea",
"support"
],
"html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.html": [ "html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.html": [
"f26d145d438561fb737956d50c37d165808d3ebf", "f26d145d438561fb737956d50c37d165808d3ebf",
"testharness" "testharness"
This is a testharness.js-based test. This is a testharness.js-based test.
Harness Error. harness_status.status = 1 , harness_status.message = Uncaught SyntaxError: Unexpected token }
FAIL Inline event handlers retain their ordering when invalid and force-compiled assert_array_equals: property 1, expected "TWO" but got "THREE" FAIL Inline event handlers retain their ordering when invalid and force-compiled assert_array_equals: property 1, expected "TWO" but got "THREE"
FAIL Inline event handlers retain their ordering when invalid and force-compiled via dispatch assert_array_equals: property 3, expected "TWO" but got "THREE" FAIL Inline event handlers retain their ordering when invalid and force-compiled via dispatch assert_array_equals: property 3, expected "TWO" but got "THREE"
FAIL Inline event handlers retain their ordering when invalid and lazy-compiled assert_array_equals: property 1, expected "TWO" but got "THREE" FAIL Inline event handlers retain their ordering when invalid and lazy-compiled assert_array_equals: property 1, expected "TWO" but got "THREE"
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
<script src="/resources/testharnessreport.js"></script> <script src="/resources/testharnessreport.js"></script>
<body> <body>
<script> <script>
setup({ allow_uncaught_exception: true });
var events = []; var events = [];
test(function() { test(function() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment