script: Enable xpath by default#40212
Conversation
yezhizhen
left a comment
There was a problem hiding this comment.
We should also remove it from EXPERIMENTAL_PREFS in servoshell/prefs.rs.
jschwe
left a comment
There was a problem hiding this comment.
What about keeping the pref for now, and only enabling it by default? This would allow us to turn it off again if it is causing problems in some scenario.
We could then completely remove the pref after some grace period.
We did this for shadow dom, but I can't imagine a scenario where where xpath would cause major issues... We can always revert this commit ig? |
Signed-off-by: Simon Wülker <[email protected]>
c963725 to
4b6bb93
Compare
XPath should be fine. It is mostly used for automation/testing but not website itself, so should be covered by existing WPT/webdriver test. |
Fixes: #34527