| Test for https://bugs.webkit.org/show_bug.cgi?id=66642 ([CSSRegions][CSSOM] Implement NamedFlow interface). |
| Test that getting a WebKitNamedFlow for a non-existant flow returns a non-null object. |
| On success, you should see a PASS below. |
| <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=66642">66642: [CSSRegions]Implement NamedFlow interface</a></p> |
| <p>Getting a WebKitNamedFlow object for a non-existant flow should return a non-null object.</p> |
| <p>On success, you should see PASS below.</p> |
| <div id="result" class="fail">FAIL</div> |
| if (window.layoutTestController) |
| layoutTestController.dumpAsText(); |
| var namedFlow = document.webkitGetFlowByName("flow"); |
| document.getElementById("result").innerText = "PASS"; |
| document.getElementById("result").className = "pass"; |
| document.getElementById("article").style.display = "none"; |