Commit c6e60809 authored by Xianzhu Wang's avatar Xianzhu Wang Committed by Commit Bot

Move virtual/[non-]overlay-scrollbar/tests to virtual/[non-]overlay-scrollbar

After https://chromium-review.googlesource.com/c/chromium/src/+/1873504,
we can put tests directly under a virtual directory, no longer needing
the extra level of directory.

TBR=wangxianzhu@chromium.org

Bug: 1014162
Change-Id: I6aad51c4c508a50d274d35acdf9112cc9d809330
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892094Reviewed-by: default avatarXianzhu Wang <wangxianzhu@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711127}
parent 7b61c4fe
<!-- quirks mode -->
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<style>
:root, body { width: 100%; height: 100%; margin: 0 }
#container.wide { width: 5000px; height: 10px; }
......
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<style>
:root { width: 100%; height: 100% }
#container.wide { width: 5000px; height: 10px; }
......
<!-- quirks mode -->
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<style>
:root, body { width: 100%; height: 100%; margin: 0 }
#container.wide { width: 5000px; height: 10px; }
......
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<style>
body {
/* Hide the horizontal-scrollbar so that clicking right at the
......
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<style>
:root { width: 100%; height: 100% }
#container.wide { width: 5000px; height: 10px; }
......
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