| Index: LayoutTests/inspector/elements/styles/inherited-mixed-case-properties.html
|
| diff --git a/LayoutTests/inspector/elements/styles/inherited-mixed-case-properties.html b/LayoutTests/inspector/elements/styles/inherited-mixed-case-properties.html
|
| deleted file mode 100644
|
| index d25d9d89290cffda0445c1a75f3b74fdc68aa1f5..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/elements/styles/inherited-mixed-case-properties.html
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<style>
|
| -#container {
|
| - -webkit-FONT-smoothing: antialiased;
|
| -}
|
| -</style>
|
| -<script src="../../../http/tests/inspector/inspector-test.js"></script>
|
| -<script src="../../../http/tests/inspector/elements-test.js"></script>
|
| -<script>
|
| -
|
| -function test()
|
| -{
|
| -
|
| - InspectorTest.selectNodeAndWaitForStylesWithComputed("nested", step1);
|
| -
|
| - function step1()
|
| - {
|
| - InspectorTest.dumpSelectedElementStyles();
|
| - InspectorTest.completeTest();
|
| - }
|
| -}
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="runTest()">
|
| -<p>
|
| -Tests that non-standard mixed-cased properties are displayed in the Styles pane.
|
| -</p>
|
| -
|
| -<div id="container" style="CoLoR: blAck">
|
| - <div id="nested"></div>
|
| -</div>
|
| -
|
| -</body>
|
| -</html>
|
|
|