Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. diff --git a/webdriver-spec.html b/webdriver-spec.html
  2. index 73a932f..d3007a9 100644
  3. --- a/webdriver-spec.html
  4. +++ b/webdriver-spec.html
  5. @@ -2232,6 +2232,17 @@ with a "<code>moz:</code>" prefix:
  6. of <a>trying</a> to <a>validate capabilities</a> with argument
  7. <var>first match capabilities</var>.
  8.  
  9. + <li><p>For each enumerable <a>own property</a> in <var>validated capabilities</var>
  10. + run the following substeps:
  11. + <ol>
  12. + <li><p>Let <var>name</var> be the the name of the property.
  13. +
  14. + <li><p>Let <var>value</var> be the the result of <a>getting a
  15. + property</a> named <var>name</var> from <var>required capabilities</var>.
  16. +
  17. + <li><p>If <var>value</var> is not <a>undefined</a>,
  18. + return an <a>error</a> with <a>error code</a> <a>invalid argument</a>.
  19. + </ol>
  20. <li><p>Append <var>validated capabilities</var> to
  21. <var>validated first match capabilities</var>.
  22. </ol>
  23. @@ -2357,13 +2368,6 @@ with a "<code>moz:</code>" prefix:
  24. <li><p>Let <var>value</var> be the the result of <a>getting a
  25. property</a> named <var>name</var> from <var>secondary</var>.
  26.  
  27. - <li><p>Let <var>primary value</var> be the result of
  28. - <a>getting the property</a> <var>name</var> from
  29. - <var>primary</var>.
  30. -
  31. - <li><p>If <var>primary value</var> is not <a>undefined</a>,
  32. - return an <a>error</a> with <a>error code</a> <a>invalid argument</a>.
  33. -
  34. <li><a>Set a property</a> on <var>result</var> with name
  35. <var>name</var> and value <var>value</var>.
  36. </ol>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement