/irc-logs / w3c / #testing / 2014-10-31 / end

Options:

  1. # Session Start: Fri Oct 31 00:00:00 2014
  2. # Session Ident: #testing
  3. # [00:00] <seva> simonstewart: one can always make a screenshot at the OS level
  4. # [00:01] <seva> simonstewart: but this is out f scope of this spec
  5. # [00:01] * Joins: gitbot (~gitbot@public.cloak)
  6. # [00:01] -gitbot:#testing- [web-platform-tests] jacobrossi opened pull request #1331: Fix inconsistent event param (master...submission/Microsoft/PointerEvents-EventParam) https://github.com/w3c/web-platform-tests/pull/1331
  7. # [00:01] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  8. # [00:01] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
  9. # [00:02] * Joins: rkawada_ (~rkawada@public.cloak)
  10. # [00:02] <seva> JohnJansen: I was worried about scrolling into view elements that aren't in there at the test time
  11. # [00:02] * Joins: rniwa (~rniwa@public.cloak)
  12. # [00:03] * Joins: gitbot (~gitbot@public.cloak)
  13. # [00:03] -gitbot:#testing- [web-platform-tests] lukeis opened pull request #1332: using wptserve now instead of our own server (master...wptserve) https://github.com/w3c/web-platform-tests/pull/1332
  14. # [00:03] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  15. # [00:04] <seva> JohnJansen: sometimes I just need to check that the scrollbas os certain length; or how much fits in the viewport
  16. # [00:04] <seva> JohnJansen: and not the entire page
  17. # [00:04] <seva> jgraham: increasingly we see pages that look different in different viewport size
  18. # [00:04] <seva> jgraham: width and height
  19. # [00:05] <seva> JohnJansen: what you want is NOT the full page. example: iphone changed screen size
  20. # [00:05] <seva> willhelm: I see 2 distinct use cases
  21. # [00:06] <seva> willhelm: 1) I want full screenshot 2) I want viewport
  22. # [00:06] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
  23. # [00:06] <seva> jgraham: a "full page" is a fictional thing. it does not exists
  24. # [00:06] * rkawada_ is now known as rkawada
  25. # [00:06] <seva> most people nod
  26. # [00:06] * Quits: ken (~ken@public.cloak) (Client closed connection)
  27. # [00:06] * Joins: ken (~ken@public.cloak)
  28. # [00:07] * Quits: ken (~ken@public.cloak) (Client closed connection)
  29. # [00:07] * Joins: ken (~ken@public.cloak)
  30. # [00:08] <MikeSmith> simonstewart, https://github.com/w3c/webdriver
  31. # [00:09] * Joins: ken_ (~ken@public.cloak)
  32. # [00:09] * Joins: gitbot (~gitbot@public.cloak)
  33. # [00:09] -gitbot:#testing- [web-platform-tests] jacobrossi closed pull request #1331: Fix inconsistent event param (master...submission/Microsoft/PointerEvents-EventParam) https://github.com/w3c/web-platform-tests/pull/1331
  34. # [00:09] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  35. # [00:09] * Joins: gitbot (~gitbot@public.cloak)
  36. # [00:09] -gitbot:#testing- [web-platform-tests] jacobrossi pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/76e0fde3e1d4...b924bffd5f35
  37. # [00:09] -gitbot:#testing- web-platform-tests/master 59f4007 Jacob Rossi: Fix inconsistent event param
  38. # [00:09] -gitbot:#testing- web-platform-tests/master b924bff Jacob Rossi: Merge pull request #1331 from InternetExplorer/submission/Microsoft/PointerEvents-EventParam...
  39. # [00:09] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  40. # [00:09] <simonstewart> MikeSmith: Thank you. I'll figure out how to get our existing hg repo there
  41. # [00:10] <simonstewart> I assume that AutomatedTester and I have write permissions?
  42. # [00:10] <MikeSmith> yeah
  43. # [00:10] <MikeSmith> I can copy the sources and history over
  44. # [00:10] * Quits: selbot2_ (~cinch@public.cloak) (Ping timeout: 180 seconds)
  45. # [00:10] <MikeSmith> if that's OK with you guys, i'll go ahead and do it
  46. # [00:10] <seva> ato: infinitely scrolling pages, like twitter.com
  47. # [00:11] <AutomatedTester> MikeSmith: yes please
  48. # [00:12] <MikeSmith> hai
  49. # [00:12] <seva> sam_u: what's going to be less surprising?
  50. # [00:13] <seva> simonstewart: users are surprized when they see a small window
  51. # [00:13] <seva> jgraham: they should not be. they may be upset.
  52. # [00:14] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  53. # [00:15] <seva> ato: we support element screenshots. what is element is larger than screenshot?
  54. # [00:15] <seva> JoshJansen: scroll to 0,0, take screenshot of the viewport. thats inthe spec, no?
  55. # [00:16] <seva> jgraham: based on the doc position before css transforms... ?
  56. # [00:17] <seva> AutomatedTester: for element that;s bigger then the viewport. we scrool to 0,,0 of that element
  57. # [00:18] <seva> JohnJansen: scroll as scrollIntoView in the spec prescribed
  58. # [00:18] <seva> AutomatedTester: then take screenshot of the viewport
  59. # [00:18] <seva> err.. of the element, but not larger than the viewport
  60. # [00:20] * Joins: Automate_ (~AutomatedTester@public.cloak)
  61. # [00:20] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  62. # [00:21] <seva> screenshot of the element cropped to the viewport
  63. # [00:21] <seva> resolution: ^
  64. # [00:22] <Automate_> s/viewport/getClientBoundingRect()/
  65. # [00:22] * Quits: ken_ (~ken@public.cloak) (Client closed connection)
  66. # [00:22] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  67. # [00:22] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  68. # [00:23] * Joins: ken (~ken@public.cloak)
  69. # [00:23] <seva> jgraham: if element if not at all in the viewport after scrollintoview, then the result screenshot is 0x0 png
  70. # [00:24] <seva> willhelm: if element is partially in the viewport, then the result screenshot is the visible part of the element
  71. # [00:26] * Joins: Automate_ (~AutomatedTester@public.cloak)
  72. # [00:26] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  73. # [00:26] <seva> action: make some prose out of the last ~20 decisions scribed above
  74. # [00:26] * RRSAgent records action 13
  75. # [00:27] <Automate_> ACTION: Create algorithm for "for element that;s bigger then the viewport. we scroll to 0,0 of that element. If the element can not be fully scrolled take a screenshot of the element that is in the viewport" for takesElementScreenshot
  76. # [00:27] * RRSAgent records action 14
  77. # [00:27] * Joins: tripu (antonio@public.cloak)
  78. # [00:27] * Automate_ is now known as AutomatedTester
  79. # [00:27] <seva> (regarding screenshots of the full page and of element)
  80. # [00:28] * Joins: Automate_ (~AutomatedTester@public.cloak)
  81. # [00:28] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  82. # [00:29] * Joins: ken_ (~ken@public.cloak)
  83. # [00:29] * Joins: masatakayakura (~myakura@public.cloak)
  84. # [00:30] <seva> jgraham: on full page screenshot : noone want to implement, and it is wrong. so we settle on the viewport only
  85. # [00:30] * darobin_ is now known as darobin
  86. # [00:30] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  87. # [00:30] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  88. # [00:30] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  89. # [00:31] <AutomatedTester> ACTION: takeScreenshot to only return viewport of the browser
  90. # [00:31] * RRSAgent records action 15
  91. # [00:31] <seva> Automatedtester: (has a little notebook where he wrote all screenshot related decisions down)
  92. # [00:33] * Joins: bhill2 (~bhill2@public.cloak)
  93. # [00:33] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  94. # [00:34] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  95. # [00:34] * Quits: myakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
  96. # [00:35] <seva> seva: proposes something else other than 0x0 image for invisible element's screenshot
  97. # [00:35] * Joins: myakura (~myakura@public.cloak)
  98. # [00:35] * Quits: asrivast (~asrivast@public.cloak) (Client closed connection)
  99. # [00:35] * Parts: cwest (~cwest@public.cloak) (cwest)
  100. # [00:35] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  101. # [00:35] <seva> Done for the day!!!
  102. # [00:37] <seva> RRSAgent: bye
  103. # [00:37] <RRSAgent> I see 15 open action items saved in http://www.w3.org/2014/10/30-testing-actions.rdf :
  104. # [00:37] <RRSAgent> ACTION: clarify that you don't send body with GET requests [1]
  105. # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T17-45-29
  106. # [00:37] <RRSAgent> ACTION: make the body of the requests just the parameters object and nothing else [2]
  107. # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T17-47-23
  108. # [00:37] <RRSAgent> ACTION: clarify how to send no parameters [3]
  109. # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T17-47-45
  110. # [00:37] * Quits: simonstewart (~simons@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  111. # [00:37] <RRSAgent> ACTION: ato to add intermediate nodes as an example use case [4]
  112. # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-09-03
  113. # [00:37] <RRSAgent> ACTION: ato ask Anne if TC39 should be used [5]
  114. # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-10-46
  115. # [00:37] <RRSAgent> ACTION: add recommendations in the spec about per server path prefix [6]
  116. # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-20-05
  117. # [00:37] <RRSAgent> ACTION: assign status code to each error [7]
  118. # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-36-46
  119. # [00:37] <RRSAgent> ACTION: explicitly specify that webdriver implementation is expected to own all paths under its prefix? [8]
  120. # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-38-40
  121. # [00:37] * Parts: erabonza1 (~erabonza@public.cloak) (erabonza1)
  122. # [00:37] <RRSAgent> ACTION: ato to define the pre-steps, error handling, algorithm and serialization definition for all cases in general [9]
  123. # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-41-15
  124. # [00:37] <RRSAgent> ACTION: specify which headers we expect: cache-control and content-type [10]
  125. # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-47-06
  126. # [00:37] <RRSAgent> ACTION: Simon and David to setup dedicated time [11]
  127. # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T21-18-01
  128. # [00:37] <RRSAgent> ACTION: MikeSmith: please can you create a GitHub project under the w3c namespace for the webdriver spec? [12]
  129. # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T22-50-31
  130. # [00:38] <RRSAgent> ACTION: make some prose out of the last ~20 decisions scribed above [13]
  131. # [00:38] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T23-26-48
  132. # [00:38] <RRSAgent> ACTION: Create algorithm for "for element that;s bigger then the viewport. we scroll to 0,0 of that element. If the element can not be fully scrolled take a screenshot of the element that is in the viewport" for takesElementScreenshot [14]
  133. # [00:38] * Quits: mdas (~mdas@public.cloak) (Client closed connection)
  134. # [00:38] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T23-27-02
  135. # [00:38] <RRSAgent> ACTION: takeScreenshot to only return viewport of the browser [15]
  136. # [00:38] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T23-31-06
  137. # [00:38] * Parts: RRSAgent (rrsagent@public.cloak) (RRSAgent)
  138. # [00:39] * Quits: masatakayakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
  139. # [00:39] * Joins: mdas (~mdas@public.cloak)
  140. # [00:40] * Quits: ken_ (~ken@public.cloak) (Client closed connection)
  141. # [00:40] * Joins: ken (~ken@public.cloak)
  142. # [00:42] * Quits: jimevans (~jimevans@public.cloak) ("Leaving.")
  143. # [00:42] * Joins: jimevans (~jimevans@public.cloak)
  144. # [00:43] * Quits: jimevans (~jimevans@public.cloak) ("Leaving.")
  145. # [00:44] * Quits: seva (~seva@public.cloak) (Ping timeout: 180 seconds)
  146. # [00:47] * Quits: mdas (~mdas@public.cloak) (Ping timeout: 180 seconds)
  147. # [00:48] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  148. # [00:48] * Quits: sam_u_ (~samu@public.cloak) (Ping timeout: 180 seconds)
  149. # [00:49] * Quits: JohnJansen (~JohnJansen@public.cloak) (Ping timeout: 180 seconds)
  150. # [00:52] * Quits: rniwa (~rniwa@public.cloak) (rniwa)
  151. # [00:52] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
  152. # [00:53] * Joins: auchenbe_ (~auchenberg@public.cloak)
  153. # [00:54] * Quits: auchenbe_ (~auchenberg@public.cloak) (Client closed connection)
  154. # [00:54] * Joins: auchenbe_ (~auchenberg@public.cloak)
  155. # [00:55] * Quits: auchenbe_ (~auchenberg@public.cloak) (Client closed connection)
  156. # [00:55] * Joins: auchenberg (~auchenberg@public.cloak)
  157. # [00:55] * Joins: rniwa (~rniwa@public.cloak)
  158. # [00:56] * Joins: auchenbe_ (~auchenberg@public.cloak)
  159. # [00:57] * Quits: auchenbe_ (~auchenberg@public.cloak) (Client closed connection)
  160. # [00:57] * Joins: auchenbe_ (~auchenberg@public.cloak)
  161. # [00:59] * Joins: abarsto (~abarsto@public.cloak)
  162. # [00:59] * abarsto is now known as ArtB
  163. # [01:02] * Quits: auchenberg (~auchenberg@public.cloak) (Ping timeout: 180 seconds)
  164. # [01:04] * Quits: auchenbe_ (~auchenberg@public.cloak) (Ping timeout: 180 seconds)
  165. # [01:05] * Joins: ken (~ken@public.cloak)
  166. # [01:07] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  167. # [01:08] * Joins: bhill2 (~bhill2@public.cloak)
  168. # [01:15] * Quits: bhill2 (~bhill2@public.cloak) (Ping timeout: 180 seconds)
  169. # [01:16] * Joins: auchenberg (~auchenberg@public.cloak)
  170. # [01:17] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
  171. # [01:19] * Quits: tripu (antonio@public.cloak) ("Leaving")
  172. # [01:20] * Quits: dom (dom@public.cloak) (Ping timeout: 180 seconds)
  173. # [01:20] * Joins: plh (plehegar@public.cloak)
  174. # [01:20] * Quits: ken (~ken@public.cloak) (Client closed connection)
  175. # [01:23] * terri is now known as terri_offline
  176. # [01:24] * Joins: abarsto (~abarsto@public.cloak)
  177. # [01:24] * abarsto is now known as ArtB
  178. # [01:27] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
  179. # [01:44] * Quits: rniwa (~rniwa@public.cloak) (rniwa)
  180. # [01:45] * Quits: plh (plehegar@public.cloak) ("Leaving")
  181. # [01:46] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
  182. # [01:46] * Joins: darobin (rberjon@public.cloak)
  183. # [01:48] * Quits: ArtB (~abarsto@public.cloak) (Ping timeout: 180 seconds)
  184. # [01:48] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
  185. # [01:48] * Joins: abarsto (~abarsto@public.cloak)
  186. # [01:48] * abarsto is now known as ArtB
  187. # [01:48] * Joins: myakura (~myakura@public.cloak)
  188. # [01:49] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
  189. # [01:52] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
  190. # [01:52] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  191. # [01:53] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
  192. # [01:55] * Quits: myakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
  193. # [02:07] * Quits: shepazooOOoo (schepers@public.cloak) ("is sleepy")
  194. # [02:10] * Joins: rkawada (~rkawada@public.cloak)
  195. # [02:35] * Joins: ken (~ken@public.cloak)
  196. # [02:52] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
  197. # [03:15] * Joins: asrivast (~asrivast@public.cloak)
  198. # [03:29] * Joins: bhill2 (~bhill2@public.cloak)
  199. # [03:48] * Joins: auchenberg (~auchenberg@public.cloak)
  200. # [03:55] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  201. # [04:02] * Joins: bhill2 (~bhill2@public.cloak)
  202. # [04:09] * Joins: gkellogg_ (~gkellogg@public.cloak)
  203. # [04:16] * Quits: gkellogg_ (~gkellogg@public.cloak) (gkellogg_)
  204. # [04:17] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
  205. # [04:24] * Joins: zcorpan (~zcorpan@public.cloak)
  206. # [04:32] * Joins: zcorpan_ (~zcorpan@public.cloak)
  207. # [04:37] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  208. # [05:01] * Joins: auchenberg (~auchenberg@public.cloak)
  209. # [05:15] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
  210. # [05:15] * Joins: zcorpan (~zcorpan@public.cloak)
  211. # [05:19] * Quits: asrivast (~asrivast@public.cloak) (Client closed connection)
  212. # [05:22] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  213. # [05:46] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
  214. # [05:58] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  215. # [06:22] * Joins: auchenberg (~auchenberg@public.cloak)
  216. # [07:06] * Joins: myakura (~myakura@public.cloak)
  217. # [07:13] * Joins: rkawada (~rkawada@public.cloak)
  218. # [07:37] * Quits: ken (~ken@public.cloak) (Client closed connection)
  219. # [07:37] * Joins: ken (~ken@public.cloak)
  220. # [07:44] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  221. # [07:54] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
  222. # [08:02] * Joins: ptressel (~chatzilla@public.cloak)
  223. # [08:05] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
  224. # [08:05] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
  225. # [08:05] * Joins: auchenberg (~auchenberg@public.cloak)
  226. # [08:08] * Joins: rkawada (~rkawada@public.cloak)
  227. # [08:10] * Joins: myakura (~myakura@public.cloak)
  228. # [08:13] * Quits: auchenberg (~auchenberg@public.cloak) (Ping timeout: 180 seconds)
  229. # [08:25] * Joins: bhill2 (~bhill2@public.cloak)
  230. # [08:36] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
  231. # [08:41] * Joins: asrivast (~asrivast@public.cloak)
  232. # [08:48] * Joins: ken (~ken@public.cloak)
  233. # [08:55] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  234. # [08:58] * Joins: ken (~ken@public.cloak)
  235. # [09:16] * Joins: zcorpan (~zcorpan@public.cloak)
  236. # [09:19] * Joins: mdas (~mdas@public.cloak)
  237. # [09:22] * Joins: Ms2ger (~Ms2ger@public.cloak)
  238. # [09:23] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  239. # [09:39] * Joins: rkawada (~rkawada@public.cloak)
  240. # [09:44] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  241. # [09:48] * Quits: mdas (~mdas@public.cloak) ("Leaving...")
  242. # [10:34] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  243. # [10:47] * Quits: ken (~ken@public.cloak) (Client closed connection)
  244. # [10:47] * Joins: ken (~ken@public.cloak)
  245. # [10:49] * Joins: ken_ (~ken@public.cloak)
  246. # [10:49] * Quits: ken (~ken@public.cloak) (Client closed connection)
  247. # [10:56] * Quits: ken_ (~ken@public.cloak) (Ping timeout: 180 seconds)
  248. # [11:02] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
  249. # [11:09] * Joins: Lachy (~Lachy@public.cloak)
  250. # [11:18] * Joins: ken (~ken@public.cloak)
  251. # [11:20] * Joins: ken_ (~ken@public.cloak)
  252. # [11:20] * Quits: ken (~ken@public.cloak) (Client closed connection)
  253. # [11:27] * Quits: ken_ (~ken@public.cloak) (Ping timeout: 180 seconds)
  254. # [11:46] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
  255. # [12:00] * Joins: gitbot (~gitbot@public.cloak)
  256. # [12:00] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1333: Add more tests to attr_is. (master...attr_is) https://github.com/w3c/web-platform-tests/pull/1333
  257. # [12:00] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  258. # [12:20] * Joins: ken (~ken@public.cloak)
  259. # [12:28] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  260. # [12:47] * Joins: myakura (~myakura@public.cloak)
  261. # [13:09] * Quits: ptressel (~chatzilla@public.cloak) ("restart ff")
  262. # [13:21] * Joins: ken (~ken@public.cloak)
  263. # [13:23] * Quits: ken (~ken@public.cloak) (Client closed connection)
  264. # [13:23] * Joins: ken (~ken@public.cloak)
  265. # [13:24] * Joins: ptressel (~chatzilla@public.cloak)
  266. # [13:30] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  267. # [13:37] * Joins: gitbot (~gitbot@public.cloak)
  268. # [13:37] -gitbot:#testing- [web-platform-tests] hallvors created hallvors/iframe-javascript-url (+1 new commit): https://github.com/w3c/web-platform-tests/commit/a315bb252ffe
  269. # [13:37] -gitbot:#testing- web-platform-tests/hallvors/iframe-javascript-url a315bb2 Hallvord R. M. Steen: addressing further review comments
  270. # [13:37] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  271. # [14:06] * Joins: anssik (~uid10742@public.cloak)
  272. # [14:24] * Joins: ken (~ken@public.cloak)
  273. # [14:31] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  274. # [15:00] * Joins: gitbot (~gitbot@public.cloak)
  275. # [15:00] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1334: Add tests for getting HTMLOptionElement#{label,value}. (master...option-label-value) https://github.com/w3c/web-platform-tests/pull/1334
  276. # [15:00] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  277. # [15:04] * Quits: asrivast (~asrivast@public.cloak) (Client closed connection)
  278. # [15:13] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  279. # [15:24] * Joins: ken (~ken@public.cloak)
  280. # [15:32] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  281. # [15:50] * Joins: rkawada (~rkawada@public.cloak)
  282. # [16:12] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  283. # [16:12] * Joins: ken (~ken@public.cloak)
  284. # [16:13] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  285. # [16:17] * Joins: gitbot (~gitbot@public.cloak)
  286. # [16:17] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1335: Update specification URLs in dom/. (master...dom-url) https://github.com/w3c/web-platform-tests/pull/1335
  287. # [16:17] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  288. # [16:17] <Ms2ger> jgraham, r?
  289. # [16:18] <Ms2ger> jgraham, (I've got one coming up for HTML if you like this one)
  290. # [16:19] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  291. # [16:20] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  292. # [16:26] * Joins: abarsto (~abarsto@public.cloak)
  293. # [16:26] * abarsto is now known as ArtB
  294. # [16:31] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
  295. # [16:31] * Joins: myakura (~myakura@public.cloak)
  296. # [16:35] * Joins: dom (dom@public.cloak)
  297. # [16:41] * Joins: darobin (rberjon@public.cloak)
  298. # [16:42] * Quits: ArtB (~abarsto@public.cloak) (Ping timeout: 180 seconds)
  299. # [16:42] * Joins: abarsto (~abarsto@public.cloak)
  300. # [16:42] * abarsto is now known as ArtB
  301. # [16:47] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  302. # [16:49] * Joins: Lachy (~Lachy@public.cloak)
  303. # [16:52] * Joins: bhill2 (~bhill2@public.cloak)
  304. # [16:53] * Joins: ken (~ken@public.cloak)
  305. # [16:56] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
  306. # [17:00] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  307. # [17:01] * Joins: rkawada (~rkawada@public.cloak)
  308. # [17:04] * Joins: plh (plehegar@public.cloak)
  309. # [17:05] * Joins: selbot2_ (~cinch@public.cloak)
  310. # [17:08] * Joins: selbot2__ (~cinch@public.cloak)
  311. # [17:11] * Joins: rkawada_ (~rkawada@public.cloak)
  312. # [17:12] * Joins: mdas (~mdas@public.cloak)
  313. # [17:12] * Quits: selbot2_ (~cinch@public.cloak) (Ping timeout: 180 seconds)
  314. # [17:12] * Quits: plh (plehegar@public.cloak) (Ping timeout: 180 seconds)
  315. # [17:13] * Joins: plh (plehegar@public.cloak)
  316. # [17:13] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  317. # [17:13] * Joins: zcorpan (~zcorpan@public.cloak)
  318. # [17:15] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
  319. # [17:15] * rkawada_ is now known as rkawada
  320. # [17:16] * Joins: sam_u (~samu@public.cloak)
  321. # [17:16] * Joins: jimevans (~jimevans@public.cloak)
  322. # [17:17] * Quits: Lachy (~Lachy@public.cloak) (Lachy)
  323. # [17:17] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  324. # [17:18] * Joins: mdas_ (~mdas@public.cloak)
  325. # [17:18] * Joins: asrivast (~asrivast@public.cloak)
  326. # [17:19] * Quits: selbot2__ (~cinch@public.cloak) (Client closed connection)
  327. # [17:19] * Joins: lukeis (~Adium@public.cloak)
  328. # [17:19] * Joins: JohnJansen (~JohnJansen@public.cloak)
  329. # [17:19] <JohnJansen> webdriver meeting is in #webdriver
  330. # [17:20] <wilhelm> To avoid spammy minutes. Feel free to listen in over there. (c:
  331. # [17:21] * Parts: rkawada (~rkawada@public.cloak) (I'm not here right now.)
  332. # [17:21] * sam_u changes topic to 'webdriver meeting is in #webdriver'
  333. # [17:22] * terri_offline is now known as terri
  334. # [17:22] * Joins: asrivast_ (~asrivast@public.cloak)
  335. # [17:22] * Quits: mdas (~mdas@public.cloak) (Ping timeout: 180 seconds)
  336. # [17:24] * Joins: simons (~simons@public.cloak)
  337. # [17:26] * Joins: Automate_ (~AutomatedTester@public.cloak)
  338. # [17:26] * mdas_ is now known as mdas
  339. # [17:26] * Quits: asrivast (~asrivast@public.cloak) (Ping timeout: 180 seconds)
  340. # [17:27] * simons is now known as simonstewart
  341. # [17:27] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  342. # [17:27] * Automate_ is now known as AutomatedTester
  343. # [17:28] * Quits: sam_u (~samu@public.cloak) (Ping timeout: 180 seconds)
  344. # [17:28] * Parts: lukeis (~Adium@public.cloak) (lukeis)
  345. # [17:32] * Joins: Automate_ (~AutomatedTester@public.cloak)
  346. # [17:35] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  347. # [17:35] * Joins: Automate_ (~AutomatedTester@public.cloak)
  348. # [17:36] * Quits: JohnJansen (~JohnJansen@public.cloak) (Ping timeout: 180 seconds)
  349. # [17:36] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  350. # [17:37] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  351. # [17:38] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  352. # [17:38] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  353. # [17:39] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  354. # [17:39] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  355. # [17:40] * Joins: Automat__ (~AutomatedTester@public.cloak)
  356. # [17:41] * Joins: gitbot (~gitbot@public.cloak)
  357. # [17:41] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1336: Remove createEvent.NOT_SUPPORTED_ERR.html. (master...remove-dupe-d3e) https://github.com/w3c/web-platform-tests/pull/1336
  358. # [17:41] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  359. # [17:41] * Joins: gitbot (~gitbot@public.cloak)
  360. # [17:41] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1337: Add a test for HTMLOptionElement#text on an element with a label attribute. (master...option-text-label) https://github.com/w3c/web-platform-tests/pull/1337
  361. # [17:41] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  362. # [17:42] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
  363. # [17:42] * Joins: Automat__ (~AutomatedTester@public.cloak)
  364. # [17:43] * Quits: Automate_ (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  365. # [17:43] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
  366. # [17:44] * Joins: Automate_ (~AutomatedTester@public.cloak)
  367. # [17:46] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  368. # [17:47] * Joins: ken_ (~ken@public.cloak)
  369. # [17:51] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  370. # [17:52] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  371. # [17:53] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  372. # [17:54] * Joins: Automate_ (~AutomatedTester@public.cloak)
  373. # [17:54] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  374. # [17:55] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  375. # [17:55] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  376. # [17:56] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  377. # [17:56] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  378. # [17:59] * Joins: Automate_ (~AutomatedTester@public.cloak)
  379. # [17:59] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  380. # [17:59] * Ms2ger wonders why everyone else than AutomatedTester has a better connection
  381. # [17:59] <Automate_> Ms2ger: I'm doing real work... :)
  382. # [17:59] <Ms2ger> Ha
  383. # [17:59] <Ms2ger> Automate_, what, managering? :)
  384. # [17:59] * Automate_ is now known as AutomatedTester
  385. # [18:00] * Joins: Automate_ (~AutomatedTester@public.cloak)
  386. # [18:00] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  387. # [18:01] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  388. # [18:06] * Quits: ken_ (~ken@public.cloak) (Client closed connection)
  389. # [18:07] * Joins: ken (~ken@public.cloak)
  390. # [18:07] * Quits: Automate_ (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  391. # [18:10] * Quits: dom (dom@public.cloak) (Ping timeout: 180 seconds)
  392. # [18:11] * Joins: ken_ (~ken@public.cloak)
  393. # [18:14] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  394. # [18:20] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
  395. # [18:22] * Joins: bhill2 (~bhill2@public.cloak)
  396. # [18:24] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  397. # [18:28] * Joins: dom (dom@public.cloak)
  398. # [18:28] * Joins: zcorpan_ (~zcorpan@public.cloak)
  399. # [18:28] * Joins: auchenberg (~auchenberg@public.cloak)
  400. # [18:28] * Quits: dom (dom@public.cloak) (Client closed connection)
  401. # [18:28] * Joins: dom (dom@public.cloak)
  402. # [18:29] * Joins: shepazu (schepers@public.cloak)
  403. # [18:33] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
  404. # [18:35] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  405. # [18:37] * Quits: ptressel (~chatzilla@public.cloak) ("ChatZilla 0.9.91 [Firefox 33.0.2/20141027150301]")
  406. # [18:44] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  407. # [18:47] * Joins: Automate_ (~AutomatedTester@public.cloak)
  408. # [18:47] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  409. # [18:49] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  410. # [18:49] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  411. # [18:51] * Joins: Automate_ (~AutomatedTester@public.cloak)
  412. # [18:51] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  413. # [18:54] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  414. # [18:54] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  415. # [18:57] * Joins: Automate_ (~AutomatedTester@public.cloak)
  416. # [18:58] * Joins: Automat__ (~AutomatedTester@public.cloak)
  417. # [18:58] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  418. # [19:00] * Joins: abarsto (~abarsto@public.cloak)
  419. # [19:00] * abarsto is now known as ArtB
  420. # [19:01] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
  421. # [19:02] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  422. # [19:02] * Joins: Automate_ (~AutomatedTester@public.cloak)
  423. # [19:04] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  424. # [19:04] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  425. # [19:06] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  426. # [19:06] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  427. # [19:06] * Joins: myakura (~myakura@public.cloak)
  428. # [19:07] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  429. # [19:07] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  430. # [19:09] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  431. # [19:09] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  432. # [19:11] * Joins: Automate_ (~AutomatedTester@public.cloak)
  433. # [19:11] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  434. # [19:11] * Joins: Automate_ (~AutomatedTester@public.cloak)
  435. # [19:12] * Joins: masatakayakura (~myakura@public.cloak)
  436. # [19:13] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  437. # [19:13] * Joins: Automate_ (~AutomatedTester@public.cloak)
  438. # [19:15] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  439. # [19:15] * Joins: Automate_ (~AutomatedTester@public.cloak)
  440. # [19:16] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  441. # [19:16] * Quits: myakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
  442. # [19:17] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  443. # [19:20] * Joins: gitbot (~gitbot@public.cloak)
  444. # [19:20] -gitbot:#testing- [web-platform-tests] lukeis opened pull request #1338: fixing tests by correcting imports (master...fix_webdriver_tests) https://github.com/w3c/web-platform-tests/pull/1338
  445. # [19:20] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  446. # [19:20] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  447. # [19:20] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  448. # [19:21] * Joins: Automat__ (~AutomatedTester@public.cloak)
  449. # [19:21] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  450. # [19:22] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  451. # [19:22] * Quits: Automate_ (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  452. # [19:22] * Joins: Automate_ (~AutomatedTester@public.cloak)
  453. # [19:22] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  454. # [19:24] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  455. # [19:24] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  456. # [19:28] * Quits: Automat__ (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  457. # [19:28] * Quits: dom (dom@public.cloak) (Ping timeout: 180 seconds)
  458. # [19:29] <MikeSmith> Ms2ger: looking at the option.text PR now
  459. # [19:29] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  460. # [19:29] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  461. # [19:32] * Joins: Automate_ (~AutomatedTester@public.cloak)
  462. # [19:32] * Joins: dom (dom@public.cloak)
  463. # [19:33] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  464. # [19:33] * Joins: Automate_ (~AutomatedTester@public.cloak)
  465. # [19:35] * Joins: Automat__ (~AutomatedTester@public.cloak)
  466. # [19:35] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  467. # [19:36] * Joins: Automate_ (~AutomatedTester@public.cloak)
  468. # [19:36] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
  469. # [19:36] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  470. # [19:36] * Joins: bhill2 (~bhill2@public.cloak)
  471. # [19:37] <Ms2ger> MikeSmith, ta
  472. # [19:38] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  473. # [19:38] <MikeSmith> Ms2ger: so out of curiosity, I wanted to ask, is there some reason why webkit/blink do the wrong thing they do here?
  474. # [19:38] <MikeSmith> that is, not conforming to the spec
  475. # [19:39] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  476. # [19:39] <MikeSmith> some reason you know of
  477. # [19:40] * Joins: gitbot (~gitbot@public.cloak)
  478. # [19:40] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #1337: Add a test for HTMLOptionElement#text on an element with a label attribute. (master...option-text-label) https://github.com/w3c/web-platform-tests/pull/1337
  479. # [19:40] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  480. # [19:40] * Joins: gitbot (~gitbot@public.cloak)
  481. # [19:40] -gitbot:#testing- [web-platform-tests] sideshowbarker pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/b924bffd5f35...a8383f45b986
  482. # [19:40] -gitbot:#testing- web-platform-tests/master 853443c Ms2ger: Add a test for HTMLOptionElement#text on an element with a label attribute.
  483. # [19:40] -gitbot:#testing- web-platform-tests/master a8383f4 Michael[tm] Smith: Merge pull request #1337 from Ms2ger/option-text-label...
  484. # [19:40] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  485. # [19:40] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  486. # [19:41] * Joins: Automate_ (~AutomatedTester@public.cloak)
  487. # [19:41] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  488. # [19:42] * Quits: dom (dom@public.cloak) (Ping timeout: 180 seconds)
  489. # [19:42] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  490. # [19:43] * Quits: bhill2 (~bhill2@public.cloak) (Ping timeout: 180 seconds)
  491. # [19:43] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  492. # [19:43] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  493. # [19:44] * Joins: gitbot (~gitbot@public.cloak)
  494. # [19:44] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #1336: Remove createEvent.NOT_SUPPORTED_ERR.html. (master...remove-dupe-d3e) https://github.com/w3c/web-platform-tests/pull/1336
  495. # [19:44] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  496. # [19:45] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  497. # [19:45] * Joins: Automat__ (~AutomatedTester@public.cloak)
  498. # [19:46] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  499. # [19:46] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
  500. # [19:48] * Joins: Automat__ (~AutomatedTester@public.cloak)
  501. # [19:48] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  502. # [19:48] * Quits: Automate_ (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  503. # [19:48] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
  504. # [19:49] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  505. # [19:50] * Joins: Automate_ (~AutomatedTester@public.cloak)
  506. # [19:50] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  507. # [19:50] * Joins: dom (dom@public.cloak)
  508. # [19:50] * Joins: gitbot (~gitbot@public.cloak)
  509. # [19:50] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #1335: Update specification URLs in dom/. (master...dom-url) https://github.com/w3c/web-platform-tests/pull/1335
  510. # [19:50] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  511. # [19:51] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  512. # [19:51] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  513. # [19:53] * Joins: Automate_ (~AutomatedTester@public.cloak)
  514. # [19:55] * Joins: Automat__ (~AutomatedTester@public.cloak)
  515. # [19:55] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  516. # [19:57] * terri is now known as terri_offline
  517. # [19:58] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  518. # [19:59] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
  519. # [19:59] * Joins: auchenberg (~auchenberg@public.cloak)
  520. # [20:00] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  521. # [20:00] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
  522. # [20:00] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
  523. # [20:01] * Joins: Automate_ (~AutomatedTester@public.cloak)
  524. # [20:01] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  525. # [20:02] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  526. # [20:02] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  527. # [20:03] * Joins: Automate_ (~AutomatedTester@public.cloak)
  528. # [20:03] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  529. # [20:04] * Joins: asrivast (~asrivast@public.cloak)
  530. # [20:05] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  531. # [20:05] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  532. # [20:06] * Quits: ken_ (~ken@public.cloak) (Client closed connection)
  533. # [20:06] * Quits: auchenberg (~auchenberg@public.cloak) (Ping timeout: 180 seconds)
  534. # [20:07] * Joins: ken (~ken@public.cloak)
  535. # [20:07] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  536. # [20:08] * Quits: asrivast (~asrivast@public.cloak) (Client closed connection)
  537. # [20:08] * Quits: mdas (~mdas@public.cloak) (Client closed connection)
  538. # [20:10] * Quits: asrivast_ (~asrivast@public.cloak) (Ping timeout: 180 seconds)
  539. # [20:14] <Ms2ger> MikeSmith, I haven't investigated
  540. # [20:14] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  541. # [20:14] <Ms2ger> MikeSmith, in fact, they don't do this in quirks mode
  542. # [20:16] * shepazu is now known as shepazoOoOoOo
  543. # [20:17] * Joins: Lachy (~Lachy@public.cloak)
  544. # [20:18] <MikeSmith> Ms2ger: weird
  545. # [20:19] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  546. # [20:20] <MikeSmith> Ms2ger: should I take time to file webkit and blink bugs about this?
  547. # [20:30] * Joins: auchenberg (~auchenberg@public.cloak)
  548. # [20:38] * Quits: masatakayakura (~myakura@public.cloak) (Client closed connection)
  549. # [20:48] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
  550. # [20:48] * Joins: auchenberg (~auchenberg@public.cloak)
  551. # [20:50] <MikeSmith> Ms2ger: FYI https://bugs.webkit.org/show_bug.cgi?id=138256 and https://code.google.com/p/chromium/issues/detail?id=429293
  552. # [20:55] * Quits: auchenberg (~auchenberg@public.cloak) (Ping timeout: 180 seconds)
  553. # [21:01] * Quits: shepazoOoOoOo (schepers@public.cloak) ("is sleepy")
  554. # [21:01] <MikeSmith> jgraham: can karlt do MSE reviews now?
  555. # [21:02] * Joins: auchenberg (~auchenberg@public.cloak)
  556. # [21:05] * Joins: zcorpan (~zcorpan@public.cloak)
  557. # [21:13] * Joins: zcorpan_ (~zcorpan@public.cloak)
  558. # [21:15] * Quits: plh (plehegar@public.cloak) ("Leaving")
  559. # [21:16] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
  560. # [21:16] * Joins: darobin (rberjon@public.cloak)
  561. # [21:18] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  562. # [21:26] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
  563. # [21:27] <Ms2ger> MikeSmith, great, thanks
  564. # [21:27] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
  565. # [21:27] * terri_offline is now known as terri
  566. # [21:33] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
  567. # [21:33] * Joins: auchenberg (~auchenberg@public.cloak)
  568. # [21:40] * Quits: auchenberg (~auchenberg@public.cloak) (Ping timeout: 180 seconds)
  569. # [21:42] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  570. # [21:47] * Joins: Automate_ (~AutomatedTester@public.cloak)
  571. # [21:51] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  572. # [21:56] <jgraham> MikeSmith: I think it's OK for him to do reviews, yes
  573. # [21:58] * Joins: mdas (~mdas@public.cloak)
  574. # [22:05] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  575. # [22:05] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  576. # [22:06] * Joins: darobin (rberjon@public.cloak)
  577. # [22:07] * Joins: wilhelm_ (~wilhelm_@public.cloak)
  578. # [22:07] <ato> Action: Land current diff, do an update of that which includes reference to the reflecting attributes in HTML5.
  579. # [22:08] <ato> Oops, wrong channel.
  580. # [22:08] * Quits: wilhelm_ (~wilhelm_@public.cloak) ("Page closed")
  581. # [22:08] * Joins: asrivast (~asrivast@public.cloak)
  582. # [22:08] * Joins: plh (plehegar@public.cloak)
  583. # [22:09] * Joins: bhill2 (~bhill2@public.cloak)
  584. # [22:09] <AutomatedTester> jgraham: did you want to join ?
  585. # [22:09] <ato> Topic: Touch Events
  586. # [22:09] <ato> Oops, wrong channel again.
  587. # [22:11] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  588. # [22:11] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  589. # [22:12] * Joins: shepazu (schepers@public.cloak)
  590. # [22:13] * Joins: darobin_ (rberjon@public.cloak)
  591. # [22:14] * Joins: shepazutu (schepers@public.cloak)
  592. # [22:16] * Joins: Automate_ (~AutomatedTester@public.cloak)
  593. # [22:17] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  594. # [22:17] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
  595. # [22:19] <jgraham> Automate_: I'm in HTML
  596. # [22:19] * Quits: shepazu (schepers@public.cloak) (Ping timeout: 180 seconds)
  597. # [22:19] * shepazutu is now known as shepazu
  598. # [22:19] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  599. # [22:20] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  600. # [22:23] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  601. # [22:23] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  602. # [22:24] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  603. # [22:28] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  604. # [22:29] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  605. # [22:30] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  606. # [22:30] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  607. # [22:31] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  608. # [22:32] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  609. # [22:32] * Joins: asrivast_ (~asrivast@public.cloak)
  610. # [22:33] * darobin_ is now known as darobin
  611. # [22:34] * Joins: Automate_ (~AutomatedTester@public.cloak)
  612. # [22:34] * Quits: asrivast (~asrivast@public.cloak) (Client closed connection)
  613. # [22:36] * Joins: Automat__ (~AutomatedTester@public.cloak)
  614. # [22:36] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  615. # [22:38] * Joins: Automate_ (~AutomatedTester@public.cloak)
  616. # [22:38] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
  617. # [22:39] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  618. # [22:39] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  619. # [22:39] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  620. # [22:40] * Joins: Automate_ (~AutomatedTester@public.cloak)
  621. # [22:40] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  622. # [22:42] * Joins: asrivast (~asrivast@public.cloak)
  623. # [22:42] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  624. # [22:42] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  625. # [22:46] * Joins: Automate_ (~AutomatedTester@public.cloak)
  626. # [22:46] * Quits: asrivast_ (~asrivast@public.cloak) (Ping timeout: 180 seconds)
  627. # [22:50] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  628. # [22:50] * Joins: Automate_ (~AutomatedTester@public.cloak)
  629. # [22:51] * Joins: Automat__ (~AutomatedTester@public.cloak)
  630. # [22:51] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  631. # [22:52] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  632. # [22:55] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  633. # [22:55] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
  634. # [22:58] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
  635. # [22:59] * Joins: Automate_ (~AutomatedTester@public.cloak)
  636. # [22:59] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  637. # [23:01] * Joins: myakura (~myakura@public.cloak)
  638. # [23:02] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  639. # [23:02] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  640. # [23:02] * Joins: auchenberg (~auchenberg@public.cloak)
  641. # [23:02] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  642. # [23:03] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  643. # [23:04] * Quits: dom (dom@public.cloak) (Ping timeout: 180 seconds)
  644. # [23:05] * Joins: Automate_ (~AutomatedTester@public.cloak)
  645. # [23:05] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  646. # [23:07] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  647. # [23:07] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  648. # [23:08] * Joins: Automate_ (~AutomatedTester@public.cloak)
  649. # [23:08] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  650. # [23:09] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  651. # [23:09] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  652. # [23:11] * Joins: gitbot (~gitbot@public.cloak)
  653. # [23:11] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #1334: Add tests for getting HTMLOptionElement#{label,value}. (master...option-label-value) https://github.com/w3c/web-platform-tests/pull/1334
  654. # [23:11] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  655. # [23:12] * Joins: Automate_ (~AutomatedTester@public.cloak)
  656. # [23:12] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  657. # [23:14] * Joins: tripu (antonio@public.cloak)
  658. # [23:14] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  659. # [23:14] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  660. # [23:16] * Quits: asrivast (~asrivast@public.cloak) (Client closed connection)
  661. # [23:16] * Joins: asrivast (~asrivast@public.cloak)
  662. # [23:17] * Joins: Automate_ (~AutomatedTester@public.cloak)
  663. # [23:17] * terri is now known as terri_offline
  664. # [23:17] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  665. # [23:18] * Joins: Automate_ (~AutomatedTester@public.cloak)
  666. # [23:20] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
  667. # [23:21] * Joins: zcorpan (~zcorpan@public.cloak)
  668. # [23:21] * Quits: plh (plehegar@public.cloak) ("Leaving")
  669. # [23:22] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  670. # [23:23] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
  671. # [23:23] * Quits: asrivast (~asrivast@public.cloak) (Ping timeout: 180 seconds)
  672. # [23:28] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  673. # [23:29] * Quits: tripu (antonio@public.cloak) (Ping timeout: 180 seconds)
  674. # [23:32] * Quits: simonstewart (~simons@public.cloak) (Client closed connection)
  675. # [23:32] * Joins: tripu (antonio@public.cloak)
  676. # [23:33] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  677. # [23:33] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  678. # [23:33] * Joins: simons (~simons@public.cloak)
  679. # [23:34] * Joins: myakura (~myakura@public.cloak)
  680. # [23:34] * simons is now known as simonstewart
  681. # [23:38] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
  682. # [23:39] * Quits: tripu (antonio@public.cloak) (Ping timeout: 180 seconds)
  683. # [23:43] * Joins: tripu (antonio@public.cloak)
  684. # [23:49] * Joins: asrivast (~asrivast@public.cloak)
  685. # [23:52] * Quits: tripu (antonio@public.cloak) (Ping timeout: 180 seconds)
  686. # [23:53] * Joins: tripu (antonio@public.cloak)
  687. # [23:53] * Joins: auchenberg (~auchenberg@public.cloak)
  688. # [23:56] * Joins: dom (dom@public.cloak)
  689. # [23:58] * Quits: shepazu (schepers@public.cloak) ("is sleepy")
  690. # Session Close: Sat Nov 01 00:00:00 2014

The end :)