Changeset 62539 in webkit


Ignore:
Timestamp:
Jul 6, 2010 1:54:38 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-07-06 Eric Seidel <eric@webkit.org>

Unreviewed. Update test expectations for the LegacyTreeBuilder codepath.

Implement bookmarking for HTML5 Adoption Agency algorithm
https://bugs.webkit.org/show_bug.cgi?id=41659

  • html5lib/runner-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r62538 r62539  
     12010-07-06  Eric Seidel  <eric@webkit.org>
     2
     3        Unreviewed.  Update test expectations for the LegacyTreeBuilder codepath.
     4
     5        Implement bookmarking for HTML5 Adoption Agency algorithm
     6        https://bugs.webkit.org/show_bug.cgi?id=41659
     7
     8        * html5lib/runner-expected.txt:
     9
    1102010-07-06  Yuzo Fujishima  <yuzo@google.com>
    211
  • trunk/LayoutTests/html5lib/runner-expected.txt

    r62523 r62539  
    495749571
    495849586
    4959 
    4960 Test 1 of 6 in resources/adoption01.dat failed. Input:
     49597
     49608
     49619
     4962
     4963Test 1 of 9 in resources/adoption01.dat failed. Input:
    49614964<a><p></a></p>
    49624965Got:
     
    49744977|       <a>
    49754978
    4976 Test 6 of 6 in resources/adoption01.dat failed. Input:
     4979Test 6 of 9 in resources/adoption01.dat failed. Input:
    49774980<table><a>1<p>2</a>3</p>
    49784981Got:
     
    49985001|       "3"
    49995002|     <table>
     5003
     5004Test 7 of 9 in resources/adoption01.dat failed. Input:
     5005<b><b><a><p></a>
     5006Got:
     5007| <html>
     5008|   <head>
     5009|   <body>
     5010|     <b>
     5011|       <b>
     5012|         <a>
     5013|         <p>
     5014Expected:
     5015| <html>
     5016|   <head>
     5017|   <body>
     5018|     <b>
     5019|       <b>
     5020|         <a>
     5021|         <p>
     5022|           <a>
     5023
     5024Test 8 of 9 in resources/adoption01.dat failed. Input:
     5025<b><a><b><p></a>
     5026Got:
     5027| <html>
     5028|   <head>
     5029|   <body>
     5030|     <b>
     5031|       <a>
     5032|         <b>
     5033|       <b>
     5034|         <p>
     5035Expected:
     5036| <html>
     5037|   <head>
     5038|   <body>
     5039|     <b>
     5040|       <a>
     5041|         <b>
     5042|       <b>
     5043|         <p>
     5044|           <a>
     5045
     5046Test 9 of 9 in resources/adoption01.dat failed. Input:
     5047<a><b><b><p></a>
     5048Got:
     5049| <html>
     5050|   <head>
     5051|   <body>
     5052|     <a>
     5053|       <b>
     5054|         <b>
     5055|     <b>
     5056|       <b>
     5057|         <p>
     5058Expected:
     5059| <html>
     5060|   <head>
     5061|   <body>
     5062|     <a>
     5063|       <b>
     5064|         <b>
     5065|     <b>
     5066|       <b>
     5067|         <p>
     5068|           <a>
    50005069resources/inbody01.dat: PASS
    50015070
Note: See TracChangeset for help on using the changeset viewer.