-
freddybI have a question about template-ish parameters in a WPT. e.g., github.com/web-platform-tests/wpt/b…frame-options/multiple.sub.html#L76
-
freddybit's setting an iframe's src to i.src = "http://{{domains[www]}}:{{ports[http][0]}}/x-frame-options/support/xfo.py?value=SAMEORIGIN&value2=SAMEORIGIN";
-
freddybhow is that expected to work?!
-
jgrahamThe server treats .sub. files as templates and replaces things in {{ }} with some runtime parameters
-
jgraham
-
jgraham
-
freddybok, thanks jgraham :)