Commit b1f0c857 authored by Charlie Hu's avatar Charlie Hu Committed by Commit Bot

[Cleanup] cleanup the migration of layout-animations policy

This CL cleans up the remaining bits of layout-animations policy:
- update enums.xml
- migrate test composited-animations-allow.php

Change-Id: I24450bb070d05466f88587d3e00427fc3f98110c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333491Reviewed-by: default avatarJason Chase <chasej@chromium.org>
Commit-Queue: Charlie Hu <chenleihu@google.com>
Cr-Commit-Position: refs/heads/master@{#795481}
parent bb216cb6
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// This test ensures that composited animations are still interpolated even when // This test ensures that composited animations are still interpolated even when
// the 'layout-animations' feature is disabled. // the 'layout-animations' feature is disabled.
Header("Feature-Policy: layout-animations 'none'"); Header("Document-Policy: layout-animations=?0");
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<script src="../resources/testharness.js"></script> <script src="../resources/testharness.js"></script>
......
...@@ -16830,6 +16830,7 @@ Called by update_document_policy_enum.py.--> ...@@ -16830,6 +16830,7 @@ Called by update_document_policy_enum.py.-->
<int value="5" label="UnoptimizedLossyImages"/> <int value="5" label="UnoptimizedLossyImages"/>
<int value="6" label="OversizedImages"/> <int value="6" label="OversizedImages"/>
<int value="7" label="UnsizedMedia"/> <int value="7" label="UnsizedMedia"/>
<int value="8" label="LayoutAnimations"/>
</enum> </enum>
<enum name="DocumentScanSaneBackend"> <enum name="DocumentScanSaneBackend">
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