Commit 22f5ebf0 authored by Rune Lillesveen's avatar Rune Lillesveen Committed by Commit Bot

Correct css-logical script include.

Incorrect js file included, which made the tests fail.

Bug: 1013965
Change-Id: Ie716a6c1734d96c0090752e9b88274d70643bf57
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875754Reviewed-by: default avatarStephen Chenney <schenney@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#708746}
parent 57eba6ca
This is a testharness.js-based test.
FAIL CSS Logical Properties and Values: inset-block and inset-inline set longhands Uncaught ReferenceError: test_shorthand_value is not defined
Harness: the test ran to completion.
......@@ -7,7 +7,7 @@
<meta name="assert" content="inset-block, inset-inline support the full grammar '<'top'>{1,2}'.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/parsing-testcommon.js"></script>
<script src="/css/support/shorthand-testcommon.js"></script>
</head>
<body>
<script>
......
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