Changeset 70316 in webkit


Ignore:
Timestamp:
Oct 22, 2010 10:31:21 AM (14 years ago)
Author:
Adam Roben
Message:

Update Windows html5lib results after r70293

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r70315 r70316  
     12010-10-22  Adam Roben  <aroben@apple.com>
     2
     3        Update Windows html5lib results after r70293
     4
     5        * platform/win/html5lib/runner-expected.txt:
     6
    172010-10-22  Jedrzej Nowacki  <jedrzej.nowacki@nokia.com>
    28
  • trunk/LayoutTests/platform/win/html5lib/runner-expected.txt

    r70293 r70316  
    226226resources/tests18.dat: PASS
    227227
    228 resources/tests19.dat: PASS
    229 
     228resources/tests19.dat:
     22931
     23032
     23178
     232
     233Test 31 of 97 in resources/tests19.dat failed. Input:
     234<!doctype html><p><math><mi><p><h1>
     235Got:
     236| <!DOCTYPE html>
     237| <html>
     238|   <head>
     239|   <body>
     240|     <p>
     241|       <math math>
     242|         <math mi>
     243|           <p>
     244|           <h1>
     245Expected:
     246| <!DOCTYPE html>
     247| <html>
     248|   <head>
     249|   <body>
     250|     <p>
     251|       <math math>
     252|         <math mi>
     253|     <p>
     254|     <h1>
     255
     256Test 32 of 97 in resources/tests19.dat failed. Input:
     257<!doctype html><p><math><mi><p><h1>
     258Got:
     259| <!DOCTYPE html>
     260| <html>
     261|   <head>
     262|   <body>
     263|     <p>
     264|       <math math>
     265|         <math mi>
     266|           <p>
     267|           <h1>
     268Expected:
     269| <!DOCTYPE html>
     270| <html>
     271|   <head>
     272|   <body>
     273|     <p>
     274|       <math math>
     275|         <math mi>
     276|     <p>
     277|     <h1>
     278
     279Test 78 of 97 in resources/tests19.dat failed. Input:
     280<!doctype html><p><math><mn><span></p>a
     281Got:
     282| <!DOCTYPE html>
     283| <html>
     284|   <head>
     285|   <body>
     286|     <p>
     287|       <math math>
     288|         <math mn>
     289|           <span>
     290|             <p>
     291|             "a"
     292Expected:
     293| <!DOCTYPE html>
     294| <html>
     295|   <head>
     296|   <body>
     297|     <p>
     298|       <math math>
     299|         <math mn>
     300|           <span>
     301|     "a"
    230302resources/tests20.dat: PASS
    231303
Note: See TracChangeset for help on using the changeset viewer.