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
iframe-setdomain.sub.html
<!DOCTYPE html>
<html>
<head>
  <title>domain: {{domains[www]}}</title>
</head>
<body>
  <script>
    // The purpose of this IFrame is to change the 'document.domain'
    document.domain = "{{domains[www]}}";
  </script>
  The resource-timings.html test loads this document into an IFrame to vet that setting
  'document.domain' does not effect the timing allowed.
</body>
</html>
back to top