devtools/client/debugger/test/mochitest/examples/sourcemaps-reload-compressed/v1/iframe.html
0 → 100644
+29
−0
Loading
While adding this new html page for breakable lines, I revisit how we load same-url.sjs and use this iframe document instead. This feel more natural than dynamically injecting a document-builder iframe. Also I promote breakable lines and positions tests to become features tests. And it looks like adding the iframe target slow things down for the quick open. So I tuned the related assertion to avoid intermittents. Last but not least, this patch highlights two limitations for iframe html debugging: * only the first inline script is "breakable" (others are ignored) * on reload, no content is displayed at all (this is new to me) Differential Revision: https://phabricator.services.mozilla.com/D143989