https://github.com/web-platform-tests/wpt
Revision 069680cf1da5c762e912246dbcc2d82a280cd48d authored by Morten Stenshorne on 10 April 2018, 10:57:45 UTC, committed by Blink WPT Bot on 10 April 2018, 11:06:35 UTC
We used to rely on this taking place lazily via
MinPreferredLogicalWidth(), but that method won't necessarily be called
if the table is a flex/grid item.

Bug: 810327
Change-Id: Ic817bd109544d4b9e961552d0a3a38f127e6e548
Reviewed-on: https://chromium-review.googlesource.com/1000781
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#549479}
1 parent 429e62e
Raw File
Tip revision: 069680cf1da5c762e912246dbcc2d82a280cd48d authored by Morten Stenshorne on 10 April 2018, 10:57:45 UTC
Make sure table flex/grid items recalculate min/max widths.
Tip revision: 069680c
GeolocationSensor_insecure_context.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>GeolocationSensor Test: insecure context</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="help" href="https://wicg.github.io/geolocation-sensor/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/generic-sensor/generic-sensor-tests.js"></script>
<script>

runGenericSensorInsecureContext("GeolocationSensor");

</script>
back to top