https://github.com/web-platform-tests/wpt
Revision cf94be3b1a0f78b0ecb5e812ecc81f9d5f561cef authored by Eric Willigers on 03 October 2017, 02:38:14 UTC, committed by Chromium WPT Sync on 03 October 2017, 02:38:14 UTC
The length of the ray depends on the distance from offset-position
to the boundary of the containing box.

Spec:
https://drafts.fxtf.org/motion-1/#valdef-offsetpath-ray

BUG=641245

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I05157521c98b50fc3816932045a13f6b0eefc9f0
1 parent 85a1716
Raw File
Tip revision: cf94be3b1a0f78b0ecb5e812ecc81f9d5f561cef authored by Eric Willigers on 03 October 2017, 02:38:14 UTC
CSS Motion Path: support <size> for ray paths
Tip revision: cf94be3
06-ontology-internally-consistent-manual.html
<!doctype html>
<html>
<head>
<title>Ontology is internally consistent</title>
<link rel="stylesheet" href="/resources/testharness.css">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
    <p>The Annotation Vocabulary JSON-LD context is defined to be at http://www.w3.org/ns/oa</p>
    <p>One ontology of that context is at http://www.w3.org/ns/oa.ttl</p>
    <p>Parse that ontology and evaluate its domains and ranges.  Are they
    consistent with the underlying referenced data types?</p>
</body>
</html>
back to top