Changeset 166901 in webkit


Ignore:
Timestamp:
Apr 7, 2014 5:56:37 PM (10 years ago)
Author:
Brian Burg
Message:

Web Inspector: test helper files should be under LayoutTests/http/tests/inspector/
https://bugs.webkit.org/show_bug.cgi?id=131324

Reviewed by Joseph Pecoraro.

Rearrange helper files used by full inspector tests. In their previous placement,
they were outside the http server root and couldn't be loaded from http tests.

  • http/tests/inspector/debugger/debugger-test.js: Renamed from LayoutTests/inspector/debugger/debugger-test.js.
  • http/tests/inspector/dom/shapes-test.js: Renamed from LayoutTests/inspector/dom/shapes-test.js.
  • http/tests/inspector/inspector-test.js: Renamed from LayoutTests/inspector/inspector-test.js.
  • http/tests/inspector/replay/replay-test.js: Renamed from LayoutTests/inspector/replay/replay-test.js.
  • inspector/debugger/probe-manager-add-remove-actions.html:
  • inspector/dom/content-flow-content-nodes.html:
  • inspector/dom/content-flow-content-removal.html:
  • inspector/dom/content-flow-list.html:
  • inspector/dom/content-node-region-info.html:
  • inspector/dom/highlight-shape-outside-margin.html:
  • inspector/dom/highlight-shape-outside.html:
  • inspector/page/main-frame-resource.html:
  • inspector/replay/javascript-date-now.html:
  • inspector/replay/javascript-random-seed.html:
  • inspector/test-harness-trivially-works.html:
Location:
trunk/LayoutTests
Files:
3 added
12 edited
4 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r166894 r166901  
     12014-04-07  Brian J. Burg  <burg@cs.washington.edu>
     2
     3        Web Inspector: test helper files should be under LayoutTests/http/tests/inspector/
     4        https://bugs.webkit.org/show_bug.cgi?id=131324
     5
     6        Reviewed by Joseph Pecoraro.
     7
     8        Rearrange helper files used by full inspector tests. In their previous placement,
     9        they were outside the http server root and couldn't be loaded from http tests.
     10
     11        * http/tests/inspector/debugger/debugger-test.js: Renamed from LayoutTests/inspector/debugger/debugger-test.js.
     12        * http/tests/inspector/dom/shapes-test.js: Renamed from LayoutTests/inspector/dom/shapes-test.js.
     13        * http/tests/inspector/inspector-test.js: Renamed from LayoutTests/inspector/inspector-test.js.
     14        * http/tests/inspector/replay/replay-test.js: Renamed from LayoutTests/inspector/replay/replay-test.js.
     15        * inspector/debugger/probe-manager-add-remove-actions.html:
     16        * inspector/dom/content-flow-content-nodes.html:
     17        * inspector/dom/content-flow-content-removal.html:
     18        * inspector/dom/content-flow-list.html:
     19        * inspector/dom/content-node-region-info.html:
     20        * inspector/dom/highlight-shape-outside-margin.html:
     21        * inspector/dom/highlight-shape-outside.html:
     22        * inspector/page/main-frame-resource.html:
     23        * inspector/replay/javascript-date-now.html:
     24        * inspector/replay/javascript-random-seed.html:
     25        * inspector/test-harness-trivially-works.html:
     26
    1272014-04-07  Zoltan Horvath  <zoltan@webkit.org>
    228
  • trunk/LayoutTests/inspector/debugger/probe-manager-add-remove-actions.html

    r165501 r166901  
    22<html>
    33<head>
    4 <script type="text/javascript" src="../inspector-test.js"></script>
    5 <script type="text/javascript" src="./debugger-test.js"></script>
     4<script type="text/javascript" src="../../http/tests/inspector/inspector-test.js"></script>
     5<script type="text/javascript" src="../../http/tests/inspector/debugger/debugger-test.js"></script>
    66<script type="text/javascript" src="./resources/breakpoint.js"></script>
    77<script>
  • trunk/LayoutTests/inspector/dom/content-flow-content-nodes.html

    r165501 r166901  
    1212}
    1313</style>
    14 <script type="text/javascript" src="../inspector-test.js"></script>
     14<script type="text/javascript" src="../../http/tests/inspector/inspector-test.js"></script>
    1515<script>
    1616function changeFlowContent()
  • trunk/LayoutTests/inspector/dom/content-flow-content-removal.html

    r165501 r166901  
    88}
    99</style>
    10 <script type="text/javascript" src="../inspector-test.js"></script>
     10<script type="text/javascript" src="../../http/tests/inspector/inspector-test.js"></script>
    1111<script>
    1212function changeFlowContent()
  • trunk/LayoutTests/inspector/dom/content-flow-list.html

    r165501 r166901  
    88}
    99</style>
    10 <script type="text/javascript" src="../inspector-test.js"></script>
     10<script type="text/javascript" src="../../http/tests/inspector/inspector-test.js"></script>
    1111<script>
    1212function removeFlow()
  • trunk/LayoutTests/inspector/dom/content-node-region-info.html

    r165501 r166901  
    2424}
    2525</style>
    26 <script type="text/javascript" src="../inspector-test.js"></script>
     26<script type="text/javascript" src="../../http/tests/inspector/inspector-test.js"></script>
    2727<script>
    2828function test()
  • trunk/LayoutTests/inspector/dom/highlight-shape-outside-margin.html

    r166727 r166901  
    2525}
    2626</style>
    27 <script type="text/javascript" src="../inspector-test.js"></script>
    28 <script type="text/javascript" src="./shapes-test.js"></script>
     27<script type="text/javascript" src="../../http/tests/inspector/inspector-test.js"></script>
     28<script type="text/javascript" src="../../http/tests/inspector/dom/shapes-test.js"></script>
    2929<script>
    3030function test() {
  • trunk/LayoutTests/inspector/dom/highlight-shape-outside.html

    r166673 r166901  
    5353}
    5454</style>
    55 <script type="text/javascript" src="../inspector-test.js"></script>
    56 <script type="text/javascript" src="./shapes-test.js"></script>
     55<script type="text/javascript" src="../../http/tests/inspector/inspector-test.js"></script>
     56<script type="text/javascript" src="../../http/tests/inspector/dom/shapes-test.js"></script>
    5757<script>
    5858function test() {
  • trunk/LayoutTests/inspector/page/main-frame-resource.html

    r165501 r166901  
    22<html>
    33<head>
    4 <script type="text/javascript" src="../inspector-test.js"></script>
     4<script type="text/javascript" src="../../http/tests/inspector/inspector-test.js"></script>
    55<script>
    66function test()
  • trunk/LayoutTests/inspector/replay/javascript-date-now.html

    r166040 r166901  
    11<html>
    22<head>
    3 <script type="text/javascript" src="../inspector-test.js"></script>
    4 <script type="text/javascript" src="./replay-test.js"></script>
     3<script type="text/javascript" src="../../http/tests/inspector/inspector-test.js"></script>
     4<script type="text/javascript" src="../../http/tests/inspector/replay/replay-test.js"></script>
    55<script>
    66
  • trunk/LayoutTests/inspector/replay/javascript-random-seed.html

    r166040 r166901  
    11<html>
    22<head>
    3 <script type="text/javascript" src="../inspector-test.js"></script>
    4 <script type="text/javascript" src="./replay-test.js"></script>
     3<script type="text/javascript" src="../../http/tests/inspector/inspector-test.js"></script>
     4<script type="text/javascript" src="../../http/tests/inspector/replay/replay-test.js"></script>
    55<script>
    66
  • trunk/LayoutTests/inspector/test-harness-trivially-works.html

    r164830 r166901  
    11<html>
    22<head>
    3 <script type="text/javascript" src="inspector-test.js"></script>
     3<script type="text/javascript" src="../http/tests/inspector/inspector-test.js"></script>
    44<script>
    55function test()
Note: See TracChangeset for help on using the changeset viewer.