Commit Graph

496 Commits

Author SHA1 Message Date
Henri Sivonen
b963d700f7 Bug 582788 - Treat non-ASCII-superset encoding the same way in late meta handling as in meta prescan. r=bzbarsky, a=blocking2.0-betaN. 2010-07-30 13:03:54 +03:00
Henri Sivonen
44c01228a0 Test case for bug 534293 - Make speculative loads initiated by the HTML5 parser take <base> into account. r=jst, a=blocking2.0-betaN. 2010-07-26 13:55:43 +03:00
Henri Sivonen
6c34f708a5 Bug 552938 - Implement the SVG load event in text/html, make the SVG load event in XML async and only supported on <svg>. (Also disable/tweak 2 broken tests) r=dholbert, sr=roc 2010-07-18 15:07:54 -07:00
Henri Sivonen
20e11de2b0 Disable test for bug 568470 due to consistent orange on Linux. (orange fix) 2010-06-29 12:41:37 +03:00
Henri Sivonen
f1a648ed39 Tweak times on the test for bug 568470. (orange fix) 2010-06-29 12:01:43 +03:00
Henri Sivonen
b76900900b Fix reftest fallout from bug 563526. (orange fix) 2010-06-29 11:08:08 +03:00
Henri Sivonen
b2038c48a0 Bug 568470 - Flush ops from off-the-main-thread HTML5 tree builder into executor immediately when stopping speculating. r=bnewman. 2010-05-28 15:20:13 +03:00
Henri Sivonen
835b06968f Bug 566879 - Make innerHTML-inserted from controls not restore their state from history. r=Olli.Pettay. 2010-06-09 09:45:32 +03:00
Daniel Holbert
d5120c4e9f merge 2010-06-09 17:17:19 -07:00
Daniel Holbert
5b78c1fcbe Backed out changeset a8ac411e1653 (bug 552938) for causing some randomorange. 2010-06-09 17:16:25 -07:00
Henri Sivonen
070a4b28a0 Bug 563514 - Avoid leaking or misplacing attributes on stray <html> and <body> tokens in the innerHTML case. r=jonas. 2010-06-09 09:44:25 +03:00
Henri Sivonen
89b94267e1 Bug 566280 - Text run prefixed by U+0000 shows only U+FFFD. r=sicking. 2010-05-27 16:08:19 +03:00
Henri Sivonen
7b5cf1ffc4 Bug 552938 - Implement the SVG load event in text/html, make the SVG load event in XML async and only supported on <svg>. r=dholbert, sr=roc. 2010-05-25 14:57:58 +03:00
Michael Kohler
61fec64afe Bug 506041 Part 2: Correct misspellings in source code
r=timeless
2010-05-13 14:19:50 +02:00
Henri Sivonen
ba8fdf3a36 Bug 558302 - Make <button> non-scoping in the HTML5 parser. r=bnewman. 2010-04-16 13:52:06 +03:00
Henri Sivonen
c0974bfcc8 Bug 555906 - </datalist> does not implicitly close an <option> in the HTML5 parser. r=bnewman. 2010-04-09 18:48:30 +03:00
Henri Sivonen
b5f180b06f Test adjustment for bug 500631 - Update html5lib tree builder test data to reflect the new isindex prompt from the spec. r=bnewman. 2010-04-09 17:11:56 +03:00
Henri Sivonen
240317b062 Test for bug 536097 - Copy endTag flag when copying HTML5 tokenizer state. r=jmuizelaar. 2010-03-12 12:27:15 +02:00
Jonathan Griffin
3b8701ab72 Bug 546635. Update html5 parser tests from html5lib sources. r=hsivonen 2010-03-08 14:40:53 -08:00
Henri Sivonen
471cd5aadc Bug 547685 - Weaken test_bug418464.html to make both the old and the HTML5 parser pass. r=bzbarsky. 2010-02-23 15:58:17 +02:00
Henri Sivonen
572e8880a6 Crashtest for bug 525229 - Crash [@ nsHtml5PendingNotification::nsHtml5PendingNotification] when document.writing an external script followed by start tag. r=bnewman. 2009-11-11 10:37:34 +02:00
Henri Sivonen
b2f5619ec9 Bug 529544 - Shut down the HTML5 parser thread from an observer (random crash [@ mozilla::storage::Connection::Close()]). r=sdwilsh. 2009-11-24 14:28:18 +02:00
Jesse Ruderman
814487c15b Add crashtests for a few bugs 2009-12-06 17:53:38 -08:00
Jesse Ruderman
7a34a6ee75 Add crashtests for several bugs 2009-12-06 16:54:07 -08:00
Henri Sivonen
495a09d87c Fix the bad orange fix in the previous push. 2009-11-19 17:24:20 +02:00
Henri Sivonen
92e10060c2 Bug 529544 - Make the HTML5 parser not participate on Mochitest. (orange fix) 2009-11-19 17:13:19 +02:00
Phil Ringnalda
0b070deee9 Bug 523054 - Sweep out some more viewer orts, r=dbaron 2009-10-25 10:03:17 -07:00
Jesse Ruderman
94cea58062 Add bug 515816's testcase as a crashtest 2009-10-17 19:35:08 -07:00
Benjamin Smedberg
4ec69e1eff Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted 2009-08-25 08:59:31 -07:00
Mats Palmgren
67439fcf82 Fix reorderToMatchExpected by maintaining the inAttrList state correctly. Extend the test file syntax with comment and todo features. b=462701 r=sayrer 2009-08-24 01:22:22 +02:00
Dão Gottwald
d6fa5e5002 Backed out changeset fc7d931fd75b 2009-08-15 10:30:23 +02:00
Jonathan Griffin
36b367d9c7 Add html5 parser tests: tree construction, tokenizer, and comparison beteween Gecko and JS parsers. bug 373864; r=sayrer 2009-08-14 15:02:39 -07:00
Henri Sivonen
2e546e9f6f Backout rev 58f91861b1f1. Accidental changes included. 2009-08-13 10:48:13 +03:00
Henri Sivonen
533e0248aa Bug 509672 - Make HTML5 parser not fire mutation events when adding attributes to root or body elements. r=jonas 2009-08-13 10:45:24 +03:00
Jonathan Griffin
abc9f4be54 Add test for bug 502600; cause parser compatibility mode tests to be run with and without the HTML5 parser enabled. r=hsivonen, sr=bz 2009-08-06 13:22:01 -07:00
Jonathan Griffin
8f33e7c96d Add mochitest for bug 502091. 2009-08-05 10:32:20 -07:00
Jesse Ruderman
3140ee8228 Add crashtests 2009-05-26 11:53:12 -07:00
L. David Baron
fa4100d180 Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer 2009-05-06 13:46:04 -07:00
Bob Clary
6b708f5d2b bug 328751 - crash test by Tom Ferris. 2009-04-24 10:08:11 -07:00
Nochum Sossonko
0b392423fd Test for bug 364188 - param closes open div elements. r+sr=mrbkap 2009-04-11 10:56:13 +02:00
Chris Pearce
5c7f51470d Chris Pearce - Bug 480889 - Nested <source> elements appear in video's childNodes. r+/sr+ mrbkap 2009-03-09 09:53:58 +13:00
Johnathan Nightingale
ad6fe6b699 Backed out changeset fdbe218cdcc7 - Causing crashtest hangs on linux. Tracked by bug 479499. 2009-03-03 09:43:47 -05:00
Blake Kaplan
a9c057e7e8 Add a crashtest for bug 460706. 2009-02-26 17:01:10 -08:00
Makoto Kato
5cacf362f2 Bug 174351: Encoding errors aren't treated as fatal XML errors. r=smontagu, sr=peterv 2009-02-16 04:22:47 -08:00
Jesse Ruderman
8d325fef47 Add crashtests 2009-02-13 14:54:17 -08:00
Jesse Ruderman
0ad0e8a8bb Use 'skip' instead of commenting-out to disable crashtests 2009-02-11 00:17:29 -08:00
Jesse Ruderman
246f672d30 Add a bunch of crashtests 2009-02-10 22:18:05 -08:00
Jesse Ruderman
f924785e40 Add some crashtests 2009-02-10 16:36:04 -08:00
Jesse Ruderman
4498b047c8 Add a bunch of crashtests 2009-02-10 00:09:40 -08:00
Blake Kaplan
b7ac4a7cb9 Disable this test since it's randomly crashing on tinderbox. 2009-02-04 14:35:25 -08:00