Changeset 33356

Show
Ignore:
Timestamp:
05/12/08 23:05:54 (6 months ago)
Author:
mrowe@apple.com
Message:

2008-05-08 Maciej Stachowiak <mjs@apple.com>

Reviewed by Oliver.

  • move frame.xhtml and iframe.xhtml into a resources dir, as they were never meant to be tests
  • dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled:
  • dom/xhtml/level2/html/frame.xhtml: Removed.
  • dom/xhtml/level2/html/iframe.xhtml: Removed.
  • dom/xhtml/level2/html/resources/frame.xhtml: Copied from dom/xhtml/level2/html/frame.xhtml.
  • dom/xhtml/level2/html/resources/iframe.xhtml: Copied from dom/xhtml/level2/html/iframe.xhtml.
  • platform/mac/dom/xhtml/level2/html/frame-expected.checksum: Removed.
  • platform/mac/dom/xhtml/level2/html/frame-expected.png: Removed.
  • platform/mac/dom/xhtml/level2/html/frame-expected.txt: Removed.
  • platform/mac/dom/xhtml/level2/html/iframe-expected.checksum: Removed.
  • platform/mac/dom/xhtml/level2/html/iframe-expected.png: Removed.
  • platform/mac/dom/xhtml/level2/html/iframe-expected.txt: Removed.
Location:
branches/squirrelfish/LayoutTests
Files:
6 removed
2 modified
2 moved

Legend:

Unmodified
Added
Removed
  • branches/squirrelfish/LayoutTests/ChangeLog

    r33353 r33356  
     12008-05-08  Maciej Stachowiak  <mjs@apple.com> 
     2 
     3        Reviewed by Oliver. 
     4         
     5        - move frame.xhtml and iframe.xhtml into a resources dir, as they were never meant to be tests 
     6 
     7        * dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled: 
     8        * dom/xhtml/level2/html/frame.xhtml: Removed. 
     9        * dom/xhtml/level2/html/iframe.xhtml: Removed. 
     10        * dom/xhtml/level2/html/resources/frame.xhtml: Copied from dom/xhtml/level2/html/frame.xhtml. 
     11        * dom/xhtml/level2/html/resources/iframe.xhtml: Copied from dom/xhtml/level2/html/iframe.xhtml. 
     12        * platform/mac/dom/xhtml/level2/html/frame-expected.checksum: Removed. 
     13        * platform/mac/dom/xhtml/level2/html/frame-expected.png: Removed. 
     14        * platform/mac/dom/xhtml/level2/html/frame-expected.txt: Removed. 
     15        * platform/mac/dom/xhtml/level2/html/iframe-expected.checksum: Removed. 
     16        * platform/mac/dom/xhtml/level2/html/iframe-expected.png: Removed. 
     17        * platform/mac/dom/xhtml/level2/html/iframe-expected.txt: Removed. 
     18 
    119o2008-05-07  Geoffrey Garen  <ggaren@apple.com> 
    220 
  • branches/squirrelfish/LayoutTests/dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled

    r11962 r33356  
    1111<frameset cols="20, 80"  onload="loadComplete()"> 
    1212<frameset rows="100, 200"> 
    13 <frame id="Frame1" name="Frame1" src="frame.xhtml"/> 
     13<frame id="Frame1" name="Frame1" src="resources/frame.xhtml"/> 
    1414</frameset> 
    15 <frame id="Frame2" name="Frame2" src="iframe.xhtml"/> 
     15<frame id="Frame2" name="Frame2" src="resources/iframe.xhtml"/> 
    1616</frameset> 
    1717</html>