This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <meta charset="utf-8"> | |
| <title>Pathological case for resolution of base URIs with javascript: in iframes (javascript:location.assign)</title> | |
| <script src="/resources/testharness.js"></script> | |
| <script src="/resources/testharnessreport.js"></script> | |
| <div id=log></div> | |
| <base href="/html/browsers/browsing-the-web/navigating-across-documents/javascript-protocol"> | |
| <body onload="frames[0].location = 'javascript:location.assign("test.txt")'"> | |
| <iframe onload="frameLoaded()" | |
| src="/html/browsers/browsing-the-web/navigating-across-documents/javascript-protocol/inner-address/inner.html"></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| raw test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Caused by: java.lang.ArrayIndexOutOfBoundsException: -1 | |
| at nu.validator.htmlparser.impl.TreeBuilder.appendToCurrentNodeAndPushElement(TreeBuilder.java:5127) | |
| at nu.validator.htmlparser.impl.TreeBuilder.appendToCurrentNodeAndPushBodyElement(TreeBuilder.java:5062) | |
| at nu.validator.htmlparser.impl.TreeBuilder.appendToCurrentNodeAndPushBodyElement(TreeBuilder.java:5067) | |
| at nu.validator.htmlparser.impl.TreeBuilder.startTag(TreeBuilder.java:2892) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <IfModule reqtimeout_module> | |
| #RequestReadTimeout body=40,minrate=500 | |
| RequestReadTimeout body=40,minrate=1 | |
| </IfModule> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <IfModule python_module> | |
| #LogLevel debug | |
| #PythonDebug On | |
| AddHandler mod_python .py | |
| PythonHandler mod_python.publisher | |
| PythonOption mod_pywebsocket.handler_root /var/www | |
| PythonOption mod_pywebsocket.handler_scan /var/www/ws | |
| #PythonOption mod_pywebsocket.allow_draft75 On | |
| <Location /ws> | |
| PythonHeaderParserHandler mod_pywebsocket.headerparserhandler |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error: | |
| Attribute “its-allowed-characters” not allowed on element “code” from namespace “http://www.w3.org/1999/xhtml” in this context. | |
| File: file:/opt/workspace/checker/syntax/relaxng/tests/html5full-rdfa/valid/inputdata/allowedcharacters/html/allowedcharacters1html.html | |
| Line: 10 Col: 60 | |
| Error: | |
| Attribute “its-within-text” not allowed on element “span” from namespace “http://www.w3.org/1999/xhtml” in this context. | |
| File: file:/opt/workspace/checker/syntax/relaxng/tests/html5full-rdfa/valid/inputdata/elementswithintext/html/withintext2html.html | |
| Line: 8 Col: 43 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./dependencies/commons-codec-1.4/commons-codec-1.4.jar | |
| ./dependencies/commons-httpclient-3.1/commons-httpclient-3.1.jar | |
| ./dependencies/commons-logging-1.1.1/commons-logging-1.1.1.jar | |
| ./dependencies/commons-logging-1.1.1/commons-logging-adapters-1.1.1.jar | |
| ./dependencies/commons-logging-1.1.1/commons-logging-api-1.1.1.jar | |
| ./dependencies/icu4j-charsets-4_4_2.jar | |
| ./dependencies/icu4j-4_4_2.jar | |
| ./dependencies/iri-0.5/lib/iri.jar | |
| ./dependencies/jetty-6.1.26/lib/servlet-api-2.5-20081211.jar | |
| ./dependencies/jetty-6.1.26/lib/jetty-6.1.26.jar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mod_pywebsocket: web_socket_transfer_data raised exception for /ws/echo: Connection read error\nTraceback (most recent call last):\n File "/usr/lib/python2.7/dist-packages/mod_pywebsocket/headerparserhandler.py", line 224, in headerparserhandler\n _dispatcher.transfer_data(request)\n File "/usr/lib/python2.7/dist-packages/mod_pywebsocket/dispatch.py", line 286, in transfer_data\n transfer_data_(request)\n File "<string>", line 15, in web_socket_transfer_data\n File "/usr/lib/python2.7/dist-packages/mod_pywebsocket/_stream_hybi.py", line 419, in receive_message\n frame = self._receive_frame_as_frame_object()\n File "/usr/lib/python2.7/dist-packages/mod_pywebsocket/_stream_hybi.py", line 358, in _receive_frame_as_frame_object\n opcode, bytes, fin, rsv1, rsv2, rsv3 = self._receive_frame()\n File "/usr/lib/python2.7/dist-packages/mod_pywebsocket/_stream_hybi.py", line 299, in _receive_frame\n received = self.receive_bytes(2)\n File "/usr/lib/python2.7/dist-packages/mod_pywebsocket/_stream_ba |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mike@Darwin /opt/workspace/servo/build | |
| $ make | |
| make all-recursive | |
| Making all in pixman | |
| CC pixman.lo | |
| libtool: Version mismatch error. This is libtool 2.4.2, but the | |
| libtool: definition of this LT_INIT comes from libtool 2.2.4. | |
| libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 | |
| libtool: and run autoconf again. | |
| make[3]: *** [pixman.lo] Error 63 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p id="p1235" style="text-align:left;line-height:18.0px;word-spacing: 0.4px;margin-top: 21.0px;margin-right: 14.0px;; line-height : 1.4; " data-origstyle="text-align:left;line-height:18.0px;word-spacing: 0.4px;margin-top: 21.0px;margin-right: 14.0px;"> | |
| <canvas id="68268" height="29" width="53" data-nid="68268">Eich: </canvas> | |
| <canvas id="68269" height="29" width="36" data-nid="68269">We </canvas> | |
| <canvas id="68270" height="29" width="50" data-nid="68270">hired </canvas> | |
| <canvas id="68271" height="29" width="98" data-nid="68271">somebody</canvas> | |
| <canvas id="68272" height="29" width="11" data-nid="68272">a </canvas> | |
| <canvas id="68273" height="29" width="50" data-nid="68273">while </canvas> <canvas id="68274" height="29" width="39" data-nid="68274">ago; </canvas> <canvas id="68275" height="29" width="24" data-nid="68275">he </canvas> <canvas id="68276" height="29" width="36" data-nid="68276">was </canvas> <canvas id="68277" height="29" width="11" data-nid="68277">a </canvas> <canvas id="68278" height="29" width |