Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create azure bindings for Rust #1

Closed
brson opened this issue Apr 5, 2012 · 1 comment
Closed

Create azure bindings for Rust #1

brson opened this issue Apr 5, 2012 · 1 comment

Comments

@brson
Copy link
Contributor

@brson brson commented Apr 5, 2012

We would like to draw using Azure. Need bindings.

@brson
Copy link
Contributor Author

@brson brson commented May 4, 2012

Done enough for now.

@brson brson closed this May 4, 2012
pcwalton added a commit that referenced this issue Apr 18, 2013
Fix refactored code on linux.
recrack added a commit to recrack/servo that referenced this issue Aug 6, 2013
recrack added a commit to recrack/servo that referenced this issue Aug 6, 2013
tikue referenced this issue in tikue/servo Aug 6, 2013
add rect to FrameTree on constellation side
recrack added a commit to recrack/servo that referenced this issue Aug 7, 2013
recrack added a commit to recrack/servo that referenced this issue Aug 7, 2013
recrack added a commit to recrack/servo that referenced this issue Aug 7, 2013
recrack added a commit to recrack/servo that referenced this issue Aug 7, 2013
bors-servo pushed a commit that referenced this issue Jun 14, 2014
Add libffi-dev
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
Updating 353 files so that they conform to using <script src="/resources/testharness.js"></script> as the location for testharness.js
Once this is pushed I will update all tests so that the use <script src="/resources/testharnessreport.js"></script> after testharness.js

Details..
1 File(s) with this..
<script src=../resources/testharness.js></script>
File List
 D:\livehg\html\tests\approved\base64.html(7):<script src=../resources/testharness.js></script>

0 File(s) with this..
<script src="../resources/testharness.js"></script>

0 File(s) with this..
<script src='../resources/testharness.js'></script>

104 files with this..
<script src="../../resources/testharness.js"></script>
File List
  D:\livehg\html\tests\approved\audio\canPlayType_application_octet_stream.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\canPlayType_application_octet_stream_with_codecs_1.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\canPlayType_application_octet_stream_with_codecs_2.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\canPlayType_bogus_type.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\canPlayType_method_exists.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\canPlayType_supported_but_no_codecs_parameter_1.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\canPlayType_supported_but_no_codecs_parameter_2.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\currentSrc_empty_if_no_src.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\currentSrc_nonempty_after_adding_source_child.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\currentSrc_nonempty_after_setting_src.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\currentSrc_property_exists.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\error_null.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\error_property_exists.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\event_canplay.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\event_canplaythrough.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\event_loadeddata.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\event_loadedmetadata.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\event_loadstart.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\event_order_canplay_canplaythrough.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\event_order_canplay_playing.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\event_order_loadedmetadata_loadeddata.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\event_order_loadstart_progress.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\event_pause.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\event_play.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\event_playing.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\event_progress.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\networkState_initial.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\networkState_property_exists.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\paused_false_during_play.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\paused_true_during_pause.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\preload_property_exists.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\preload_reflects_auto_value.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\preload_reflects_metadata.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\preload_reflects_none.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\preload_reflects_none_autoplay.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\readyState_during_canplay.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\readyState_during_canplaythrough.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\readyState_during_loadeddata.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\readyState_during_loadedmetadata.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\readyState_during_playing.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\readyState_initial.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\readyState_property_exists.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\src_reflects_attribute_not_source_elements.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\src_reflects_no_value.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\audio\src_removal_does_not_trigger_loadstart.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\foreigncontent\math-parse01.html(5):<script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_application_octet_stream.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_application_octet_stream_with_codecs_1.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_application_octet_stream_with_codecs_2.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_application_octet_stream_with_codecs_3.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_bogus_type.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_codecs_order_1.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_codecs_order_2.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_codecs_order_3.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_method_exists.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_supported_but_no_codecs_parameter_1.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_supported_but_no_codecs_parameter_2.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_supported_but_no_codecs_parameter_3.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_two_implies_one_1.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_two_implies_one_2.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_two_implies_one_3.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\canPlayType_two_implies_one_4.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\currentSrc_empty_if_no_src.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\currentSrc_nonempty_after_adding_source_child.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\currentSrc_nonempty_after_setting_src.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\currentSrc_property_exists.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\error_null.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\error_property_exists.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\event_canplay.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\event_canplaythrough.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\event_loadeddata.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\event_loadedmetadata.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\event_loadstart.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\event_order_canplay_canplaythrough.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\event_order_canplay_playing.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\event_order_loadedmetadata_loadeddata.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\event_order_loadstart_progress.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\event_pause.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\event_play.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\event_playing.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\event_progress.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\networkState_initial.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\networkState_property_exists.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\paused_false_during_play.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\paused_true_during_pause.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\preload_property_exists.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\preload_reflects_auto_value.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\preload_reflects_metadata.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\preload_reflects_none.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\preload_reflects_none_autoplay.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\readyState_during_canplay.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\readyState_during_canplaythrough.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\readyState_during_loadeddata.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\readyState_during_loadedmetadata.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\readyState_during_playing.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\readyState_initial.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\readyState_property_exists.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\src_reflects_attribute_not_source_elements.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\src_reflects_no_value.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\approved\video\src_removal_does_not_trigger_loadstart.html(5):  <script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Comcast\title_element.html(7):<script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\DavidCarlisle\math-parse01.html(5):<script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\DavidCarlisle\math-parse02.html(5):<script src="../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\DavidCarlisle\math-render01.html(5):<script src="../../resources/testharness.js"></script>

0 File(s) with this..
<script src='../../resources/testharness.js'></script>

0 File(s) with this..
<script src=../../resources/testharness.js></script>

9 File(s) with this..
<script src=../../../resources/testharness.js></script>
File List
  D:\livehg\html\tests\submission\AryehGregor\reflection\reflection-embedded.html(11):<script src=../../../resources/testharness.js></script>
  D:\livehg\html\tests\submission\AryehGregor\reflection\reflection-forms.html(11):<script src=../../../resources/testharness.js></script>
  D:\livehg\html\tests\submission\AryehGregor\reflection\reflection-grouping.html(11):<script src=../../../resources/testharness.js></script>
  D:\livehg\html\tests\submission\AryehGregor\reflection\reflection-metadata.html(11):<script src=../../../resources/testharness.js></script>
  D:\livehg\html\tests\submission\AryehGregor\reflection\reflection-misc.html(11):<script src=../../../resources/testharness.js></script>
  D:\livehg\html\tests\submission\AryehGregor\reflection\reflection-obsolete.html(11):<script src=../../../resources/testharness.js></script>
  D:\livehg\html\tests\submission\AryehGregor\reflection\reflection-sections.html(11):<script src=../../../resources/testharness.js></script>
  D:\livehg\html\tests\submission\AryehGregor\reflection\reflection-tabular.html(11):<script src=../../../resources/testharness.js></script>
  D:\livehg\html\tests\submission\AryehGregor\reflection\reflection-text.html(11):<script src=../../../resources/testharness.js></script>

1 File(s) with this..
<script src="../../../resources/testharness.js"></script>
File List
    D:\livehg\html\tests\submission\Apple\global-attributes\id-attribute.html(47):<script src="../../../resources/testharness.js"></script>

0 File(s) with this..
<script src='../../../resources/testharness.js'></script>

143 File(s) with this..
<script src="../../../../resources/testharness.js"></script>
File List
D:\livehg\html\tests\submission\Google\audio\canPlayType\canPlayType_application_octet_stream.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\canPlayType\canPlayType_application_octet_stream_with_codecs_1.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\canPlayType\canPlayType_application_octet_stream_with_codecs_2.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\canPlayType\canPlayType_bogus_type.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\canPlayType\canPlayType_method_exists.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\canPlayType\canPlayType_supported_but_no_codecs_parameter_1.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\canPlayType\canPlayType_supported_but_no_codecs_parameter_2.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\currentSrc\currentSrc_empty_if_no_src.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\currentSrc\currentSrc_nonempty_after_adding_source_child.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\currentSrc\currentSrc_nonempty_after_setting_src.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\currentSrc\currentSrc_property_exists.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\error\error_null.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\error\error_onerror_called_on_bogus_source.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\error\error_property_exists.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\error\error_src_not_supported.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\error\error_src_not_supported_is_4.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_canplay.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_canplay_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_canplaythrough.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_canplaythrough_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_loadeddata.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_loadeddata_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_loadedmetadata.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_loadedmetadata_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_loadstart.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_loadstart_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_order_canplay_canplaythrough.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_order_canplay_playing.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_order_loadedmetadata_loadeddata.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_order_loadstart_progress.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_pause.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_pause_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_play.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_play_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_playing.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_playing_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_progress.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_progress_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_timeupdate.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\events\event_timeupdate_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\networkState\networkState_during_loadstart.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\networkState\networkState_during_progress.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\networkState\networkState_initial.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\networkState\networkState_property_exists.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\paused\paused_false_during_play.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\paused\paused_true_during_pause.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\preload\preload_property_exists.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\preload\preload_reflects_auto_value.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\preload\preload_reflects_bogus_value.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\preload\preload_reflects_empty.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\preload\preload_reflects_metadata.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\preload\preload_reflects_no_value.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\preload\preload_reflects_none.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\preload\preload_reflects_none_autoplay.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\readyState\readyState_during_canplay.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\readyState\readyState_during_canplaythrough.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\readyState\readyState_during_loadeddata.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\readyState\readyState_during_loadedmetadata.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\readyState\readyState_during_playing.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\readyState\readyState_initial.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\readyState\readyState_property_exists.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\src\src_reflects_attribute_not_source_elements.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\src\src_reflects_no_value.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\audio\src\src_removal_does_not_trigger_loadstart.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\audio\audio_property_exists.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\audio\audio_reflects_empty_value.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\audio\audio_reflects_muted.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\audio\audio_reflects_no_value.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_application_octet_stream.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_application_octet_stream_with_codecs_1.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_application_octet_stream_with_codecs_2.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_application_octet_stream_with_codecs_3.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_bogus_type.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_codecs_order_1.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_codecs_order_2.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_codecs_order_3.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_method_exists.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_supported_but_no_codecs_parameter_1.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_supported_but_no_codecs_parameter_2.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_supported_but_no_codecs_parameter_3.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_two_implies_one_1.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_two_implies_one_2.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_two_implies_one_3.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_two_implies_one_4.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_two_implies_one_5.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\canPlayType\canPlayType_two_implies_one_6.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\currentSrc\currentSrc_empty_if_no_src.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\currentSrc\currentSrc_nonempty_after_adding_source_child.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\currentSrc\currentSrc_nonempty_after_setting_src.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\currentSrc\currentSrc_property_exists.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\error\error_null.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\error\error_onerror_called_on_bogus_source.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\error\error_property_exists.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\error\error_src_not_supported.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\error\error_src_not_supported_is_4.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_canplay.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_canplay_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_canplaythrough.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_canplaythrough_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_loadeddata.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_loadeddata_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_loadedmetadata.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_loadedmetadata_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_loadstart.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_loadstart_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_order_canplay_canplaythrough.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_order_canplay_playing.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_order_loadedmetadata_loadeddata.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_order_loadstart_progress.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_pause.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_pause_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_play.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_play_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_playing.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_playing_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_progress.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_progress_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_timeupdate.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\events\event_timeupdate_manual.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\networkState\networkState_during_loadstart.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\networkState\networkState_during_progress.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\networkState\networkState_initial.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\networkState\networkState_property_exists.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\paused\paused_false_during_play.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\paused\paused_true_during_pause.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\preload\preload_property_exists.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\preload\preload_reflects_auto_value.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\preload\preload_reflects_bogus_value.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\preload\preload_reflects_empty.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\preload\preload_reflects_metadata.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\preload\preload_reflects_no_value.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\preload\preload_reflects_none.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\preload\preload_reflects_none_autoplay.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\readyState\readyState_during_canplay.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\readyState\readyState_during_canplaythrough.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\readyState\readyState_during_loadeddata.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\readyState\readyState_during_loadedmetadata.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\readyState\readyState_during_playing.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\readyState\readyState_initial.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\readyState\readyState_property_exists.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\src\src_reflects_attribute_not_source_elements.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\src\src_reflects_no_value.html(5):  <script src="../../../../resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Google\video\src\src_removal_does_not_trigger_loadstart.html(5):  <script src="../../../../resources/testharness.js"></script>

0 File(s) with this..
<script src='../../../../resources/testharness.js'></script>

0 File(s) with this..
<script src=../../../../resources/testharness.js></script>

77 File(s) with this..
<script src="http://w3c-test.org/resources/testharness.js"></script>
File List
  D:\livehg\html\tests\submission\Microsoft\async\async_001.htm(9):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\async\async_002.htm(9):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\async\async_003.htm(9):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\async\async_004.htm(9):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\async\async_005.htm(9):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\async\async_006.htm(13):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\async\async_007.htm(12):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\async\async_008.htm(12):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\async\async_009.htm(10):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\async\async_010.htm(9):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\async\async_011.htm(9):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\audio\audio_004.htm(11):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\audio\audio_005.htm(11):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\dragdrop\dragdrop_004.htm(9):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\dragdrop\dragdrop_005.htm(9):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\dragdrop\dragdrop_006.htm(9):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\dragdrop\dragdrop_007.htm(9):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\dragdrop\dragdrop_008.htm(9):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\forms\autofocus.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\history\history_000.htm(8):        <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_001.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_002.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_005.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_011.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_012.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_013.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_014.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_015.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_016.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_017.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_018.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_019.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_023.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_024.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_025.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_026.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_027.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_028.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_029.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_030.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_031.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\sandbox\sandbox_032.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_014.htm(11):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_015.htm(11):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_016.htm(11):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_017.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_018.htm(12):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_019.htm(9):  <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_020.htm(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_021.htm(11):  <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_022.htm(11):  <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_023.htm(9):  <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_024.htm(9):  <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_025.htm(9):  <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_026.htm(9):  <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\video\video_027.htm(9):  <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\absolute-url.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\accept-header-include-text-event-stream.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\event-type-eventsource.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\eventsource-aborted-after-close-method.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\field-name-data.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\field-name-event.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\field-name-id.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\field-name-other.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\field-name-retry.txt(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\line-contains-colon.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\line-starts-with-colon.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\onopen-onmessage-onerror-support.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\readystate-each-state-connection.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\resolve-url-argument.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\event-source\user-agent-announce-connection.html(9):	<script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\input\datetime.html(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\input\mobiles.html(9):   <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\input\pattern_attribute.html(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\input\range.html(9):   <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\input\required_attribute.html(9):    <script src="http://w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\MOSQUITO\input\search_input.html(9):   <script src="http://w3c-test.org/resources/testharness.js"></script>

0 File(s) with this..
<script src='http://w3c-test.org/resources/testharness.js'></script>

0 File(s) with this..
<script src=http://w3c-test.org/resources/testharness.js></script>

14 File(s) with this..
<script src="http://www.w3c-test.org/resources/testharness.js"></script>
File List
  D:\livehg\html\tests\submission\Microsoft\appcache\appcache_000.htm(9):    <script src="http://www.w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\progress\progress.htm(9):<script src="http://www.w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\range\range.htm(9):<script src="http://www.w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\semantic\article.html(6):  <script src="http://www.w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\semantic\aside.html(6):  <script src="http://www.w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\semantic\figcaption.html(6):  <script src="http://www.w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\semantic\figure.html(6):  <script src="http://www.w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\semantic\footer.html(6):  <script src="http://www.w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\semantic\header.html(6):  <script src="http://www.w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\semantic\hgroup.html(6):  <script src="http://www.w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\semantic\mark.html(6):  <script src="http://www.w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\semantic\nav.html(6):  <script src="http://www.w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\semantic\section.html(6):  <script src="http://www.w3c-test.org/resources/testharness.js"></script>
  D:\livehg\html\tests\submission\Microsoft\structuredclone\structuredclone_0.html(6):  <script src="http://www.w3c-test.org/resources/testharness.js"></script>

0 File(s) with this..
<script src='http://www.w3c-test.org/resources/testharness.js'></script>

0 File(s) with this..
<script src=http://www.w3c-test.org/resources/testharness.js></script>

4 File(s) with this..
../../resources/testharness.js
  D:\livehg\html\tests\submission\Infraware\Offline_Application_Cache\manifest\clock.manifest(10):../../resources/testharness.js
  D:\livehg\html\tests\submission\Infraware\Offline_Application_Cache\manifest\section_empty.manifest(9):../../resources/testharness.js
  D:\livehg\html\tests\submission\Infraware\Offline_Application_Cache\manifest\section_many.manifest(12):../../resources/testharness.js
  D:\livehg\html\tests\submission\Infraware\Offline_Application_Cache\manifest\url_check.manifest(10):../../resources/testharness.js
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
Update tests for DAP ambient light events
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
Update storagesize1html.html
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
bors-servo pushed a commit that referenced this issue Nov 16, 2014
glfw3 is in the `homebrew/versions` keg.

```bash
➜  ~  brew install glfw3
Error: No available formula for glfw3
Searching formulae...
Searching taps...
homebrew/versions/glfw3
```

Simplest fix:

```bash
➜  ~  brew install homebrew/versions/glfw3
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-versions'...
remote: Counting objects: 2495, done.
remote: Total 2495 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (2495/2495), 820.05 KiB | 462.00 KiB/s, done.
Resolving deltas: 100% (1433/1433), done.
Checking connectivity... done.
Tapped 161 formulae
==> Installing glfw3 from homebrew/homebrew-versions
==> Downloading https://downloads.sourceforge.net/project/glfw/glfw/3.0.4/glfw-3.0.4.tar.bz2
Already downloaded: /Library/Caches/Homebrew/glfw3-3.0.4.tar.bz2
==> Patching
patching file CMakeLists.txt
Hunk #1 succeeded at 370 with fuzz 1 (offset 13 lines).
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/glfw3/3.0.4 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DGLFW_USE_CHDIR=TRUE -DGLFW_USE_MENUBAR=TRUE -DBUIL
==> make install
🍺  /usr/local/Cellar/glfw3/3.0.4: 11 files, 220K, built in 9 seconds
```

Users who have `homebrew/versions` already tapped won't notice this, since after tapping `homebrew/versions` keg shouldn't notice, since after tapping, the library is available using just ` brew install glfw3`.

```bash
➜  ~  brew tap
homebrew/versions
➜  ~  brew install glfw3
==> Installing glfw3 from homebrew/homebrew-versions
==> Downloading https://downloads.sourceforge.net/project/glfw/glfw/3.0.4/glfw-3.0.4.tar.bz2
Already downloaded: /Library/Caches/Homebrew/glfw3-3.0.4.tar.bz2
==> Patching
patching file CMakeLists.txt
Hunk #1 succeeded at 370 with fuzz 1 (offset 13 lines).
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/glfw3/3.0.4 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DGLFW_USE_CHDIR=TRUE -DGLFW_USE_MENUBAR=TRUE -DBUIL
==> make install
🍺  /usr/local/Cellar/glfw3/3.0.4: 11 files, 220K, built in 9 seconds
```
bors-servo pushed a commit that referenced this issue Nov 17, 2014
glfw3 is in the `homebrew/versions` keg.

```bash
➜  ~  brew install glfw3
Error: No available formula for glfw3
Searching formulae...
Searching taps...
homebrew/versions/glfw3
```

Simplest fix:

```bash
➜  ~  brew install homebrew/versions/glfw3
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-versions'...
remote: Counting objects: 2495, done.
remote: Total 2495 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (2495/2495), 820.05 KiB | 462.00 KiB/s, done.
Resolving deltas: 100% (1433/1433), done.
Checking connectivity... done.
Tapped 161 formulae
==> Installing glfw3 from homebrew/homebrew-versions
==> Downloading https://downloads.sourceforge.net/project/glfw/glfw/3.0.4/glfw-3.0.4.tar.bz2
Already downloaded: /Library/Caches/Homebrew/glfw3-3.0.4.tar.bz2
==> Patching
patching file CMakeLists.txt
Hunk #1 succeeded at 370 with fuzz 1 (offset 13 lines).
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/glfw3/3.0.4 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DGLFW_USE_CHDIR=TRUE -DGLFW_USE_MENUBAR=TRUE -DBUIL
==> make install
🍺  /usr/local/Cellar/glfw3/3.0.4: 11 files, 220K, built in 9 seconds
```

Users who have `homebrew/versions` already tapped won't notice this, since after tapping `homebrew/versions` keg shouldn't notice, since after tapping, the library is available using just ` brew install glfw3`.

```bash
➜  ~  brew tap
homebrew/versions
➜  ~  brew install glfw3
==> Installing glfw3 from homebrew/homebrew-versions
==> Downloading https://downloads.sourceforge.net/project/glfw/glfw/3.0.4/glfw-3.0.4.tar.bz2
Already downloaded: /Library/Caches/Homebrew/glfw3-3.0.4.tar.bz2
==> Patching
patching file CMakeLists.txt
Hunk #1 succeeded at 370 with fuzz 1 (offset 13 lines).
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/glfw3/3.0.4 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DGLFW_USE_CHDIR=TRUE -DGLFW_USE_MENUBAR=TRUE -DBUIL
==> make install
🍺  /usr/local/Cellar/glfw3/3.0.4: 11 files, 220K, built in 9 seconds
```
JIoJIaJIu added a commit to JIoJIaJIu/servo that referenced this issue Mar 3, 2015
JIoJIaJIu added a commit to JIoJIaJIu/servo that referenced this issue Mar 5, 2015
JIoJIaJIu added a commit to JIoJIaJIu/servo that referenced this issue Apr 12, 2015
Munksgaard pushed a commit to Munksgaard/servo that referenced this issue May 4, 2015
Add support for method calls
bors-servo pushed a commit that referenced this issue May 22, 2015
Update various Cargo patches and deal with the fallout
bors-servo added a commit that referenced this issue Jul 17, 2016
Build failing because of unspecified dependency for html5lib

Trying to simply build `servo`, I've reached a very early error.  I cloned the `servo` repo, installed the dependencies specified on the [README](https://github.com/servo/servo#prerequisites).  I'm running on a Debian Jessie [`Linux my machine 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) x86_64 GNU/Linux`].

Then I run.
```
./mach build --dev
```

I only get the following message.
```
Pip failed to execute properly:
```

Looking in already existing issues, the only one I could find is #12062 which is about missing space on hard drive but this doesn't seem to be my problem.

I've looked more into the problem and found that pip was having problem.  Here is the error message.

```
  Downloading from URL https://pypi.python.org/packages/17/ee/99e69cdcefc354e0c18ff2cc60aeeb5bfcc2e33f051bf0cc5526d790c445/html5lib-0.999999999.tar.gz#md5=8578e4e3a341436cb9743a9e4a299239 (from https://pypi.python.org/simple/html5lib/)
  Running setup.py (path:/tmp/pip-build-mFVe16/html5lib/setup.py) egg_info for package html5lib
    html5lib requires setuptools version 18.5 or above; please upgrade before installing (you have 5.5.1)
    Complete output from command python setup.py egg_info:

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-mFVe16/html5lib
Exception information:
Traceback (most recent call last):
  File "/home/woshilapin/Projects/woshilapin/servo/python/_virtualenv/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/home/woshilapin/Projects/woshilapin/servo/python/_virtualenv/local/lib/python2.7/site-packages/pip/commands/install.py", line 290, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/home/woshilapin/Projects/woshilapin/servo/python/_virtualenv/local/lib/python2.7/site-packages/pip/req.py", line 1230, in prepare_files
    req_to_install.run_egg_info()
  File "/home/woshilapin/Projects/woshilapin/servo/python/_virtualenv/local/lib/python2.7/site-packages/pip/req.py", line 326, in run_egg_info
    command_desc='python setup.py egg_info')
  File "/home/woshilapin/Projects/woshilapin/servo/python/_virtualenv/local/lib/python2.7/site-packages/pip/util.py", line 716, in call_subprocess
    % (command_desc, proc.returncode, cwd))
InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-mFVe16/html5lib
```

I found that adding the following line in the file `python/requirements.txt` seems to solve the problem (I've build `servo` without errors and `./mach test-tidy` pass too).
```
setuptools >= 18.5
```

Since I'm very new to `servo`, I didn't propose a Pull Request because I'm not sure this is right way of fixing it or maybe I'm doing something wrong.  But I'd be happy to create the Pull Request if that's a valuable solution.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12480)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Sep 1, 2017
Upgrade to rustc 1.21.0-nightly (7eeac1b81 2017-08-30)

Fix this error in the new Rust Nightly:

```rust
   Compiling script v0.0.1 (file:///home/simon/servo2/components/script)
error[E0599]: no method named `trace` found for type `&fn(&dom::node::Node) -> u16` in the current scope
   --> /home/simon/servo2/components/script/dom/treewalker.rs:464:10
    |
464 | #[derive(JSTraceable)]
    |          ^^^^^^^^^^^
    |
    = note: JSTraceable is a function, perhaps you wish to call it
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `trace`, perhaps you need to implement it:
            candidate #1: `dom::bindings::trace::JSTraceable`

error: aborting due to previous error

error: Could not compile `script`.
```

~I’ve tried to reproduce it in a minimal test case, but `impl<A, B> SomeTrait for fn(A) -> B` did not apply for `fn(&u32) -> u32` even on Rust 1.19.0 stable. So I don’t know what changed.~ This is very likely #18327.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18327)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Sep 1, 2017
Upgrade to rustc 1.21.0-nightly (7eeac1b81 2017-08-30)

Fix this error in the new Rust Nightly:

```rust
   Compiling script v0.0.1 (file:///home/simon/servo2/components/script)
error[E0599]: no method named `trace` found for type `&fn(&dom::node::Node) -> u16` in the current scope
   --> /home/simon/servo2/components/script/dom/treewalker.rs:464:10
    |
464 | #[derive(JSTraceable)]
    |          ^^^^^^^^^^^
    |
    = note: JSTraceable is a function, perhaps you wish to call it
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `trace`, perhaps you need to implement it:
            candidate #1: `dom::bindings::trace::JSTraceable`

error: aborting due to previous error

error: Could not compile `script`.
```

~I’ve tried to reproduce it in a minimal test case, but `impl<A, B> SomeTrait for fn(A) -> B` did not apply for `fn(&u32) -> u32` even on Rust 1.19.0 stable. So I don’t know what changed.~ This is very likely #18327.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18327)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Sep 1, 2017
Upgrade to rustc 1.21.0-nightly (7eeac1b81 2017-08-30)

Fix this error in the new Rust Nightly:

```rust
   Compiling script v0.0.1 (file:///home/simon/servo2/components/script)
error[E0599]: no method named `trace` found for type `&fn(&dom::node::Node) -> u16` in the current scope
   --> /home/simon/servo2/components/script/dom/treewalker.rs:464:10
    |
464 | #[derive(JSTraceable)]
    |          ^^^^^^^^^^^
    |
    = note: JSTraceable is a function, perhaps you wish to call it
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `trace`, perhaps you need to implement it:
            candidate #1: `dom::bindings::trace::JSTraceable`

error: aborting due to previous error

error: Could not compile `script`.
```

~I’ve tried to reproduce it in a minimal test case, but `impl<A, B> SomeTrait for fn(A) -> B` did not apply for `fn(&u32) -> u32` even on Rust 1.19.0 stable. So I don’t know what changed.~ This is very likely #18327.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18327)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Sep 1, 2017
Upgrade to rustc 1.21.0-nightly (7eeac1b81 2017-08-30)

Fix this error in the new Rust Nightly:

```rust
   Compiling script v0.0.1 (file:///home/simon/servo2/components/script)
error[E0599]: no method named `trace` found for type `&fn(&dom::node::Node) -> u16` in the current scope
   --> /home/simon/servo2/components/script/dom/treewalker.rs:464:10
    |
464 | #[derive(JSTraceable)]
    |          ^^^^^^^^^^^
    |
    = note: JSTraceable is a function, perhaps you wish to call it
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `trace`, perhaps you need to implement it:
            candidate #1: `dom::bindings::trace::JSTraceable`

error: aborting due to previous error

error: Could not compile `script`.
```

~I’ve tried to reproduce it in a minimal test case, but `impl<A, B> SomeTrait for fn(A) -> B` did not apply for `fn(&u32) -> u32` even on Rust 1.19.0 stable. So I don’t know what changed.~ This is very likely #18327.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18327)
<!-- Reviewable:end -->
globau referenced this issue in globau/servo Sep 18, 2017
Backed out changeset fde1635233e9 (bug 1365614)
bors-servo pushed a commit that referenced this issue Nov 4, 2017
Sync from servo source
Xanewok added a commit to Xanewok/servo that referenced this issue Mar 10, 2018
Xanewok added a commit to Xanewok/servo that referenced this issue Mar 10, 2018
bors-servo pushed a commit that referenced this issue Jul 25, 2018
The incorrect inheritance ends up overlapping EventTarget fields with
other fields causing some DOMRefCells to start out broken and panic.
bors-servo pushed a commit that referenced this issue Jul 30, 2018
The incorrect inheritance ends up overlapping EventTarget fields with
other fields causing some DOMRefCells to start out broken and panic.
paulrouget pushed a commit to paulrouget/servo that referenced this issue Jan 14, 2019
bors-servo pushed a commit that referenced this issue Mar 21, 2019
Edit Selector Implementation in order to be concise.

Changes involve:
- Sentence rewrites
- Removal of dead links
- Correction of grammar and spelling

Edit Style.md

Edit the content under "The properties module" to make it concise .

(Squashed commit)Edit Style.md #1

sytle -> style

Update Style.md #1

consitency -> consistency
ejmg added a commit to ejmg/servo that referenced this issue Mar 22, 2019
Edit Selector Implementation in order to be concise.

Changes involve:
- Sentence rewrites
- Removal of dead links
- Correction of grammar and spelling

Edit Style.md

Edit the content under "The properties module" to make it concise .

(Squashed commit)Edit Style.md servo#1

sytle -> style

Update Style.md servo#1

consitency -> consistency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.