| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
| <link rel="stylesheet" href="resources/stylesheet.css"> |
| if (window.layoutTestController) |
| layoutTestController.dumpAsText(); |
| var target = document.getElementById("target"); |
| var style = getComputedStyle(target); |
| target.innerText = style.position == "relative" ? "SUCCESS" : "FAIL"; |
| <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=17328">Bug |
| 17328: REGRESSION (r30147): Inspector is unstyled on Windows</a>. Testing |
| that a local <tt>.css</tt> file is allowed as a stylesheet in strict |