diff options
Diffstat (limited to 'Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html')
| -rw-r--r-- | Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html b/Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html new file mode 100644 index 000000000..79135fd27 --- /dev/null +++ b/Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<body> + <table> + <tbody> + <tr> + <td id="cell-1-1">1-1</td> + <td id="cell-1-2">1-2</td> + </tr> + <tr> + <td id="cell-2-1">2-1</td> + <td id="cell-2-2">2-2</td> + </tr> + </tbody> + <thead> + <tr> + <th id="cell-h-1">h-1</th> + <th id="cell-h-2">h-2</th> + </tr> + </thead> + <tbody> + <tr> + <td id="cell-3-1">3-1</td> + <td id="cell-3-2">3-2</td> + </tr> + <tr> + <td id="cell-4-1">4-1</td> + <td id="cell-4-2">4-2</td> + </tr> + </tbody> +</body> |
